-
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.
Database
-
Updated
Jun 18, 2021
GitHub Virtual Meetup: Korea
June 11, 2021 - June 20, 2021 • Online
-
Updated
Jun 18, 2021 - Assembly
-
Updated
Jun 18, 2021 - Python
Stale
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
How it works
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.
-
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 18, 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
Testspace.com
Testspace is an integrated GitHub test solution for Automated, Manual, and Exploratory Test Management
- Publish your Workflow test results with a single command
- Implement Manual Tests as Code using your repository
- Facilitate Exploratory testing in all your sessions

