Justin J. Novack

Results 21 issues of Justin J. Novack

A major caveat on DockerHub (not your fault) of `push from-args` is that the operation **overwrites** what is there, not **appends**. This means, you can not dynamically add additional architectures...

There are times when I just want pcap to do what it's supposed to do and not complain when it sees something it cannot process. ``` $ sudo node index.js...

The **async-mqtt-client** library supports SSL/TLS but there is no mechanism in the interface to instantiate the SSL/TLS methods. **Describe the solution you'd like** Be able to connect to an MQTT...

Enhancement

Locally declares sched_setscheduler() to resolve lint warnings Fixes #15

Status: On Hold
Status: Revision Needed
Priority: Low

Draft Decks by default have "Draft Deck" in the name. Over time, this becomes confusing when someone drafts more than once. * Rename "Draft Deck" to "Draft Deck YYYY-MM-DD ##"...

enhancement
task
UX
inspector
webtask

Draft Decks will clog up any list in Inspector for anyone that has them. * Option in Settings to "Show/Hide Draft Decks" (40 Card Decks?)

enhancement
UX
inspector
webtask

I had logged in on a second account on a single computer, and now Inspector thinks the decks and games it saw on Account2 belong to Account1. Additionally, games Account2...

enhancement
privileged
UX
by-request
webtask

[data-provider.js](https://github.com/dockersamples/docker-swarm-visualizer/blob/a426fa947f2fde65387bad636ce8bcae77d01355/src/data-provider.js#L90 ) fails during container preparation (`downloading`, `preparing`). This causes a complete halt of the visualization in the event you have a `restart:always` container failing on `preparing` (e.g. 'Invalid mount...

bug
help wanted

Because GPIO0 through (and including) GPIO7 are set as Pull-Up (always High) by default, you have to connect them to GND to switch them from `1` to `0`. You cannot...

This repository includes the v1.17.4 of `golang/src/flag`. We are currently at v1.15 and a number of improvements have been made to the package which are not reflected here.