Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Randomly noticed that a few items didn't specify a "landscape" device:
Missing device for "iPhone 11 landscape"
Missing device for "iPhone 11 Pro landscape"
Missing device for "iPhone 11 Pro Max landscape"
Missing device for "Microsoft Lumia 550 landscape"
... So I hacked a quick linter to verify:
const devices = require("playwright").devices;
const deviceMap = new Map();
fo
A Windows game, quite literally with a unique game mechanic. Overall winner and 1st place in both Gameplay and Graphics categories.
Adversary Tactics - PowerShell Training
-
Updated
Jan 24, 2020 - PowerShell
How I write backends
-
Updated
Jan 24, 2020
Git Merge 2020
March 04, 2020 β’ Los Angeles
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
Updated
Jan 24, 2020
Visualization of all roads within any city
-
Updated
Jan 24, 2020 - JavaScript
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
A collection of awesome things regarding React ecosystem
-
Updated
Jan 24, 2020
Match colors and semantics.
node's stringify has been tweaked and optimized over many years, changing anything is likely surprising in a bad way.
small typo
Thanks for creating this content! I noticed there is a typo in the pandas, import convention section. It says pasdas instead of pandas. I thought you'd like to know.
Sort by Name
It might be useful to sort the channels by name (within a category). I believe the current order is random and does not offer any benefit to alphabetical order.
What are your opinions on this? I'd create a PR if that is what you'd like to have.
η¨εΊεε¦δ½δΌι ηζ£ιΆθ±ι±
-
Updated
Jan 24, 2020
A collective list of free APIs for use in software and web development.
-
Updated
Jan 24, 2020 - Python
At the end of the second example in https://dash.plot.ly/state, it looks like there is an errant ```:
if __name__ == '__main__':
app.run_server(debug=True)```
An experimental app which temporarily transforms your phone into a simpler, calmer device. Currently supports Pixel 3a
-
Updated
Jan 24, 2020 - Kotlin
Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.
Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i
-
Updated
Jan 24, 2020 - Python
What happened:
When we use Custom CNI. The number of interfaces available reduces to N-1
and accordingly the maximum ips available for pods changes. But currently when we use
Custom CNI , it still conf
Feature Request
Dell iDRAC 9 requires Encryption Key entry besides user and password for impi_sensor over LAN. Current plugin documentation only shows user and password?
Proposal:
Current behavior:
only user name and password entry example for ipmi_sensor output
Desired behavior:
include entry example for encryption key
Use case: <!-- [Why is this important (helps
It would be very useful to have commit date, author name, ... in the Commit interface when calling getCommit([...])
Something similar to this:
export interface Commit {
readonly hash: string;
readonly message: string;
readonly parents: string[];
readonly commitDate?: Date;
readonly authorEmail?: string | undefined;
readonly authorName?: string | undefEnvironment
- Elixir version (elixir -v): 1.9.0
- Phoenix version (mix deps): 1.4.10
- NodeJS version (node -v): v12.1.0
- NPM version (npm -v): 6.9.0
- Operating system: MacOS Mojave
Expected behavior
Phoenix.ConnTest.get("/foo", %{count: 5}) should result in the controller receiving the count param as a string value, reflecting the behavior of `curl http://localhost:4000
Summary
Just like how input parameters allow for default values, input artifacts should allow for defaults which can be overridden by the instantiation.
Motivation
The same as default input parameters. In my use case, I want to provide a default configuration file in the template but allow it to be overridden if necessary.
Proposal
The notation should be the same as default in
I was trying to make a pretty simple PR, just change a tiny bit of HTML and CSS, but building Atlantis proved challenging. I am new to go and its build requirements, but even accounting for that I think it was harder than it needed to be.
First of all, despite the comprehensive documentation on how to run and test Atlantis locally, I co
ISSUE TYPE
- Bug Report
SUMMARY
The Sparkline in HostDetails/InventoryHostDetails does not navigate correctly.
ENVIRONMENT
- AWX version: 9.1
- AWX install method: docker for mac
- Ansible version: 2.10
- Operating System: Mojave
- Web Browser: Chrome
STEPS TO REPRODUCE
Host --> click on host that has jobs ---> Click on an item in the spark line.
Review Notebook App
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
- Visual diff to see what changed in a notebook
- Commenting on the notebook diff to discuss changes
- Conversation threads to track all open discussions