Nathan Friedly
Nathan Friedly
This should at least be an option, and possibly the default behavior: ```js (12345.6).toLocaleString() // '12,345.6' in the US (12345.6).toLocaleString('de-DE') // '12.345,6' in firefox, '12,345.6' in node.js :( (12345.67).toLocaleString('en-US', {maximumFractionDigits:...
Hey, I noticed the dockerunit.json file, which I'm guessing is for local testing, but I feel like I'm not sufficiently in-the-loop with php to know what the current standards are....
I received [a report](https://github.com/watson-developer-cloud/node-sdk/issues/285) that my lib could crash when sending a large amount of data. Looking into it, there's a couple of things that I can do to improve...
Hi, I'm trying to use tus-node-server & tus-js-client for resumable uploads to Google Gloud Storage, First up, some context: as I understand it, the `chunkSize` must be set to lower...
I keep finding my V90 "on", but with a dead battery because I had previously done a software shutdown but forgot to flip the switch. Instead of completely shutting down...
I had a site where occasionally headlines would still be too big. I eventually tracked it down to me running the plugin at DOMReady (e.g.`$(function() { /* run stuff here...
JS's max safe integer is about 9 quadrillion, but there's no reason to stop there when we're approximating anyways. Since both quadrillion and quintillion start with a "q", we'd want...
Hi, I initially filed this at https://github.com/FreshRSS/FreshRSS/issues/5588 but it sounds like this might be a better place to report it. This is similar https://github.com/simplepie/simplepie/issues/697, but it seemed different enough to...
Hi, I noticed a few issues on emulationstation.org: * The "RetroPie" Project link on the home page goes to https://blog.petrockblock.com/retropie/ - it should now go to https://retropie.org.uk/ * The "Send...
Any way to use a custom or random hostname for the "-b" domain? (And/or not delete it at the end?)
Hi, I'm using this script to deploy speech-to-text.demo.mybluemix.net domain. It worked great until this week when someone apparently deployed their own copy of the demo at speech-to-text-demo-b.mybluemix.net. Now blue-green deployment...