-
Updated
Nov 25, 2020 - C#
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
loadimpact / k6
Game Off is our annual month-long game jam where participants create games based on a theme using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time!
-
Updated
Nov 26, 2020 - HTML
-
Updated
Nov 26, 2020 - Assembly
GitHub Universe 2020
December 09, 2020 • Virtual
-
Updated
Nov 25, 2020
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
DeepSource
DeepSource helps you find and fix issues during code reviews.
Seamless integration with GitHub lets you start analyzing code in a couple of minutes. Follow our documentation and guides to get started — deepsource.io/docs/
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 26, 2020 - Go
-
Updated
Nov 24, 2020 - Python
-
Updated
Sep 4, 2020
-
Updated
Nov 24, 2020 - Python
- I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
Right now (at least if you use multiple) Autocomplete/useAutocomplete the value that comes back in onChange is always the raw option data. i.e. If you use options=[{value: 'a', label: 'A'}, {value: 'b', label: 'B'}] and select the
-
Updated
Nov 26, 2020 - Go
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 26, 2020
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
-
Updated
Nov 26, 2020 - Nim
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 23, 2020 - C++
Description:
React Native version:
on master
Steps To Reproduce
- run
yarn audit
Expected Results
Should output 0 vulnerabilities
Snack, code example, screenshot, or link to a repository:
N/A
-
Updated
Nov 23, 2020 - Lua
-
Updated
Nov 26, 2020 - C
As discussed at TheAlgorithms/Python#3934 (comment)
There's also greedy_knapsack in the greedy_method directory.
Proposal:
- Remove
imagesandgreedy_methoddirectory. - Move
greedy_knapsacktoknapsackdirectory as there are multiple variations for the knapsack problem according to [Wikipedia](https://en.wikipedia.org/wiki/Knapsack_problem#
Depfu
Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.
We support all Ruby projects using Bundler and all JS projects using npm or Yarn. Lock files are handled automatically.
K6 http.post method isn't correctly encoding a list of values assigned to a key in an object.
The simplest way to see this is to run the sample at
https://github.com/loadimpact/k6/blob/master/samples/html_form_post.js and note that it fails.