-
Updated
Nov 9, 2018 - Python
Here's what's popular on GitHub today...
-
Updated
Jun 18, 2021 - Go
We’ve seen some amazing community projects this last month. This was a huge month for the community with hundreds of new releases. There’s everything from world-changing tech to weekend hobbies.
Telegram
-
Updated
Jun 17, 2021
Game Off
November 01, 2021 - December 01, 2021 • Online
-
Updated
Jun 16, 2021 - Assembly
-
Updated
Jun 18, 2021 - Python
Ranger
Repo maintenance is hard — you could use a hand
Ranger is a sidekick for repo maintainers. It reduces the burden of repository maintenance by automating common tasks, like:
- Auto-merging pull requests when all the status checks pass
- Auto-closing issues when a specific label is applied after a preconfigured amount of time
- Creating frequent comments in a standardized manner
- Auto-deleting branches after pull requests have been merged
- and more!
-
Updated
Jun 17, 2021 - Rust
-
Updated
Jun 17, 2021 - JavaScript
Describe the bug
When installing from ISO, the user is prompted for a cluster token. I had set satellite of love for my main server (gypsy; physical server) and two nodes (tom-servo; physical server, crow; virtual machine). The server/controller boots and is accessible as expected, but the nodes never successfully join.
To Reproduce
Steps to reproduce the behavior:
- Boot main ser
What happened
In kubernetes/kubernetes#102354 (comment) @aojea brought up the fact that to get Service IPs we currently need to make an API call, i suppose that is suboptimal .
in a nutshell...
- We CREATE services in one place, and this returns the Service IP that we dont use at that time.
// kubemanager.go i
Suggestion
🔍 Search Terms
- scanner + label:API
- SourceFileLike
- getPositionOfLineAndCharacter
- getLineAndCharacterOfPosition
✅ Viability Checklist
My suggestion meets these guidelines:
- This wouldn't be a breaking change in existing TypeScript/JavaScript code
- This wouldn't change the runtime behavior of existing JavaScript code
- This could be impleme
-
Updated
Jun 18, 2021
What example does this report relate to?
with-Apollo
What version of Next.js are you using?
10.0.0
What version of Node.js are you using?
10.14.2
What browser are you using?
chrome
What operating system are you using?
macOS
How are you deploying your application?
Other platform
Describe the Bug
The Apollo client query response is s
-
Updated
Jun 18, 2021 - Go
-
Updated
Jun 8, 2021
Better URL Regex
We do not match on:
google.com
Because there is no HTTPS at the start.
The solution is to build a list of all top level domains ( see https://data.iana.org/TLD/tlds-alpha-by-domain.txt for all of them in a neat text file) and match only if the end matches a TLD.
An example regex is:
.*\.com|\.org
Which matches:
tryhackme.com
-
Updated
Jun 18, 2021 - C
I am intentionally making this issue specific but I assume it could be expanded to include much more of the API.
Problem
I do not have the entire Prisma Client API perfectly (let alone roughly) committed to memory.
When I go to use it to query for many results the operations tell me nothing about what and why they will do. I only have types to work with.
I don't want to open my br
-
Updated
Jun 16, 2021 - Inno Setup
-
Updated
Jun 17, 2021 - Python
Question
Environment:
v1.1.1
v1.20.6+k3s1
- Node config
- Alpine (2x worker)
- Ubuntu 20.04 (Worker/master)
Does Longhorn Require Bash?
Reason I ask is because I'd installed the following and remounted / as shared and whilst longhorn was running I couldn't get anything to mount if the pod was scheduled to the alpine node, longhorn would be showing attaching/detac
-
Updated
Apr 28, 2021
Create Issue Branch
A GitHub App built with Probot that creates a new branch after assigning an issue

