-
Updated
Nov 9, 2018 - Python
Here's what's popular on GitHub today...
-
Updated
Jun 18, 2021 - Go
Your favorite open source projects and the developers who make them happen. Listen in!
-
Updated
Jun 18, 2021
GitHub Virtual Meetup: Korea
June 11, 2021 - June 20, 2021 • Online
-
Updated
Jun 18, 2021 - Assembly
-
Updated
Jun 19, 2021 - Python
Made in India
Open source projects built in or receiving significant contributions from India :india:
DeepScan
Tired of the troubles with JavaScript? DeepScan can help you.
DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.
You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.
-
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 19, 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
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.

