-
Updated
Feb 18, 2021 - Python
Here's what's popular on GitHub today...
Not everyone takes a break over the festive season. Some people in the community have been busy shipping releases. So we’re here to bring you the latest and greatest releases for January 2021.
Terminal
-
Updated
Feb 18, 2021 - Shell
-
Updated
Feb 18, 2021 - TypeScript
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
Feb 17, 2021 - Python
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Azure Boards
Plan, track, and discuss work across your teams
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
-
Updated
Feb 18, 2021
-
Updated
Feb 7, 2021
-
Updated
Feb 17, 2021 - JavaScript
-
Updated
Feb 18, 2021 - Python
100 coverage
We're down from 100 coverage again.
---------------------|----------|----------|----------|----------|-------------------|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
---------------------|----------|----------|----------|----------|-------------------|
All files | 99.64 | 98.59 | 100 | 99.63 | |
und
-
Updated
Feb 17, 2021
I need to define env-vars in the sidecar runtime-env in order to make SQS calls go via a http-proxy.
This is not possible today.
it could have syntax of dapr.io/env/varname=value and be placed in the annotations.
/area runtime
Describe the feature
Allows for controlling env-vars of the sidecar.
Release Note
Implement + update docs.
-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Feb 17, 2021 - Python
-
Updated
Feb 17, 2021 - Jupyter Notebook
-
Updated
Feb 3, 2021 - Java
-
Updated
Feb 4, 2021
-
Updated
Feb 17, 2021 - Julia
-
Updated
Jan 28, 2021 - JavaScript
In my mind one of the key things (besides visualization) Sourcetrail provides is a useful graph structure for source code that can be used for various types of analysis, without having to go through the pain of writing a clang analyzer yourself. However, since sourcetrail doesn't have plugins (#1076), writing your own analysis tools is a bit of work, and may not let you use other kinds of graph an
-
Updated
Feb 17, 2021 - JavaScript
- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
Steps to reproduce
- Open demo at https://ant.desig
-
Updated
Feb 18, 2021 - Go
DeepSource
DeepSource helps you find and fix issues during code reviews. Free to use on open-source repositories.
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/
Move the docker setup to a separate repository. Moving this outside core makes cleaner code.
Keeping docker-setup inside the core code, then adding a number of other similar systems like Vagrant, will over time create a mess. Better move them out. It also mak