juno suárez
juno suárez
per https://github.com/js-n/awesome/blob/master/create-list.md : - [x] Read the [awesome manifesto](https://github.com/sindresorhus/awesome/blob/master/awesome.md) and ensure your list complies. - [x] Search this list before making a new one, as yours may be a duplicate....
include criteria for additions, based on https://github.com/js-n/awesome-npx/pull/11#issuecomment-315418169
see #31 It would be awesome to be able to output signed binaries. I'm not positive if it's possible to sign executables after compilation with the current rcedit strategy we...
in https://github.com/linuxenko/lessmd/blob/1076ecf79c845c66f8eba8a5deaa1c0fbf6172a5/bin/lessmd#L34 the program flushes the rendered text and then exits when the data was piped from stdin OR when stdout is not an interactive terminal (`isPipe || !process.stdout.isTTY`) in...
To aid in troubleshooting/discussing deployment logs, it would be great to be able to link to a specific section, like you can with github links e.g. by adding `#L100` to...
My use case: I currently have my project deploying to a `master` stage on any green push to the `master` branch using TravisCI webhooks. I want to be able to...
Bug example: ``` Remote Address:104.131.145.24:80 Request URL:http://hook.io/ Request Method:GET Status Code:200 OK ``` Expected: `302 https://hook.io` Ideally, HSTS headers would also be sent Additionally, there are some other SSL configuration...
**Climate Mirror dataset title:** Billion-Dollar Weather and Climate Disasters **Climate Mirror issue:** https://github.com/climate-mirror/datasets/issues/14 **Link to datafile:** https://www.ncdc.noaa.gov/billions **Agency:** National Oceanic & Atmospheric Administration (NOAA) **Agency Division:** (NESDIS) **Agency Subdivision:** (NCEI)...
Thanks for upsy-desky! I'm currently running it on my network, and I have a separate server polling the http endpoint and publishing the data to various other data stores, including...
When searching a reasonably large directory tree (~8GB, 19M lines of code), using simple pattern matching (no flags) I get segfaults at least half the time. system: Darwin 14.5.0 Darwin...