-
Updated
May 14, 2020 - Ruby
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...

-
Updated
May 15, 2020 - JavaScript
NETW-3200 Docs NYI
Describe the bug
Online docs for NETW-3200 are not yet implemented.
Version
- Distribution: Ubuntu 18.04
- Lynis version: 3.0.0
Expected behavior
A (minimal) description of the problem should exist and ideally a general direction on how to fix the issue.
Output
A new discovery!
Oops, looks like this control is not listed yet in the database.
Want to help

Capture the Flag
May 06, 2020 - June 12, 2020 • Online
There are some interesting algorithms in simulation from Physics, Chemistry, and Engineering especially regarding Monte Carlo simulation: Heat Bath algorithm, Metro-Police algorithm, Markov Chain Monte Carlo, etc.
I can see there's a grayed out option to assign groups to projects as members, but I can't find a place to create the groups in the UI.
Assigning individual users to projects is pretty painful.
I'm using the local database as the authentication source.
Harbor Version v1.10.2-d0189bed
DeepAffects
Managing teams to deliver projects/products on time is hard, but figuring out where your team collaboration is lacking can be even more painful. DeepAffects analyzes emotions and tones in issue description and comments to provide actionable insights to identify the high-resolution time issues, disagreements in the team.
DeepAffects is a team dynamics analytics application, for managers & team leads, to get issue-level emotional insights, to increase team dynamics & productivity.
-
Updated
May 15, 2020 - JavaScript
-
Updated
May 13, 2020 - Kotlin
Template name: 101-event-grid, https://github.com/Azure/azure-quickstart-templates/blob/master/101-event-grid/azuredeploy.json
The parameter eventGridSubscriptionUrl's description ends with:
(RequestBin URLs are exempt from this requirement.)
This is no longer true, and deployments will fail, if the validation challenge is not answered, or the validation URL is not visited - even when
To have Deno
namespace in the worker, we'll want to provide a map of permissions worker should have. Worker's set of permissions mustn't escalate permissions of parent worker/Deno process.
To achieve that a method called fork
should be added to DenoPermissions
struct. fork
would take as many parameters as there are fields on DenoPermissions
and return new DenoPermissions
instance a
-
Updated
May 13, 2020 - Go
-
Updated
May 13, 2020
Motivation
We already have the documentations about the nodes. Those would help us knowing what products we can use. Meanwhile, they can get better by showing the icon images. What if we can see the icon images on the docs?
Suggestion
We probably have the two options to make the icon images visible on the docs.
- We create new pages or markdown files for lists of the icons.
- We sho
Sphinx support
-
Updated
Apr 27, 2020 - Python
-
Updated
May 15, 2020 - Java
Example scripts contains some dependencies not listed for Horovod, and in some cases require datasets without explaining how to obtain them. We should provide a README file along with a set of packages (requirements.txt
) for successfully running the examples.
-
Updated
May 6, 2020 - Python
Several parts of the op sec like the main op description, attributes, input and output descriptions become part of the binary that consumes ONNX e.g. onnxruntime causing an increase in its size due to strings that take no part in the execution of the model or its verification.
Setting __ONNX_NO_DOC_STRINGS
doesn't really help here since (1) it's not used in the SetDoc(string) overload (s
In raising this issue, I confirm the following: {please fill the checkboxes, e.g: [X]}
- I have read and understood the contributors guide.
- The issue I am reporting can be replicated.
- The issue I am reporting isn't a duplicate (see FAQs, [closed issues](htt
版本号
1.8.5
什么问题
node server/install.js
Error: (node:28710) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.
经查询mongoos官网说明,在5.7版本中使用了较高版本的MongoDB driver3.3.x,其中useUnifiedTopology为过期的方法,
Tagging this as a Good First issue if anyone's interested.
Describe the bug
The description How to bootstrap Flux using Kustomize, overwriting the default namespace sets up a failing memcached connection.
When I follow the description, I get many errors in the logs which tell me that memcached is unreachable (see logs below).
The reason seem
The Metric Trigger now supports a "dividePerInstance" boolean to aid with scaling rules based on Storage Queues. This should be exposed in the Terraform API.
Community Note
Please vote on this issue by adding a
Please do not leave "+1" or "me too" comments, they generate extra noise for issue fol
Airbrake
Airbrake empowers engineering teams to release with confidence. We alert you to new errors, and give you the information you need to fix those bugs fast. So you can spend less time debugging and focus on writing and shipping great code.
Describe the bug
After following the instructions for enabling shell completion I still can’t get the completion functionality to work. I’ve tried both the
eval
and Homebrew options. I’m on Mac OS 10.15.4 using zsh with Oh My Zsh and gh version 0.6.2.Steps to reproduce the behavior