Results 51 issues of synthead

The DS-2CD2035FWD-I sets a static IP of 192.168.1.64, and attempts the special handshake and TFTP server to be listening on 192.168.1.128. All of the instructions on the `README.md` can be...

This PR makes the NeatJSON JS available in the Rails asset pipeline. With these changes, including the NeatJSON JS in a Rails app is as easy as adding this to...

In the [neatjson gem on rubygems.org](https://rubygems.org/gems/neatjson/versions/0.8.1), you mention that it includes the JavaScript version, but [the JavaScript version](https://github.com/Phrogz/NeatJSON/tree/master/javascript) is not in the gem: ``` . ├── lib │ └── neatjson.rb...

feature
ruby

This PR fixes an issue when compiling with gcc 10. `extern` statements are required when declaring variables in header files, so this adds these. Without this PR, this is what...

If the configuration file for nload has a bad value, or is in an incorrect format completely, nload silently ignores the errors. It should raise an error instead. Steps to...

nload supports a configuration file, but the format and options are not documented. The keys can be found here: https://github.com/rolandriegel/nload/blob/8f92dc04fad283abdd2a4538cd4c2093d957d9da/src/app.cpp#L58-L100 ...and the configuration can be set using an ini format...

In the last couple weeks, I've noticed that Chromium has been taking about 5-10 seconds to respond after it was launched. In troubleshooting it, I found that disabling Passman fixes...

In Passman, when a custom field is created of a password type, the extension displays the "censored dots" but doesn't give the user an ability to view or copy the...

enhancement

The `README.md` mentions that a background image can be applied, but changing the background color is very difficult with Wikipedia's CSS. As a workaround, you can use a base64-encoded image...

enhancement 🤖

Is there a way to use 12h time with Watchy without writing something myself? I don't see anything about this in the documentation, so I thought I'd file an issue...