coffenbacher
coffenbacher
Every 100 pings we see ridiculously slow times, is mylg hping doing something different on those requests? Or is this really bizarre ISP behavior? (We're trying to diagnose some bad...
### Feature I would love it if there was a way to pre-populate fields on the create page from the URL as a flexible way to link from custom tools...
I'm using these for now, if anyone wants to build off this: `modali.d.ts` ```ts declare module 'modali' { export interface IModalProps { isShown: boolean hide: () => void options: IModalOptions...
When I'm playing a playlist, usually it won't move on to the next song unless I manually do it. I use the version at http://soundcloudify.github.io From the console: ``` TypeError:...
I'm getting this error when I try to use the `csv` package in a `create-react-app` project. https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify ``` yarn run v1.7.0 $ react-scripts build Creating an optimized production build... Failed...
Is there any better way of getting a connection object that automatically reconnects than below? Closed connections keep throwing exceptions in random places in my code. I really don't care...
Is there much involved in bumping the ws version to >1.1.1? For now I manually bumped the version in my projects and it's working fine. I've been seeing this bug...
We've been experiencing a weird bug off and on over the past few months, and lately it seems to be getting worse. - Symptom: a syntax error in JSON parsing...
What's the best way to validate a query like this? For example, to ensure _id > 0_ ``` r.table('test').insert([{id: 1}, {id: -1}]) // Query r.table('test').insert(RP.check(arr => arr.every(e => e.id >...
If the connection to the database gets interrupted (e.g. database is restarted), the server seems to crash permanently. It would be great if the server could reconnect when the connection...