Bart van der Schoor
Bart van der Schoor
This is still happening and kind of a pain when adding allauth to existing projects.
I was more thinking about a simple *'how to get a preview up and get testing while we finish all the features'* type of minimal thing. But I think I...
I've seen that documentation page a few times but never really grasped the intention beyond the ready() method and some cosmetics, and this is actually the first external app I...
I really miss this addon in Firefox Quantum :( @tg123 Have you considered using Native Messaging to access the file? https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_messaging It looks like the actual application would have to...
This is still happening: ``` "B'pede' b'mi' b'a' b'lorem' b'a' b'cum'.", "B'amet' b'et' b'a' b'a'.", "B'enim' b'in' b'a' b'a' b'a'.", "B'nunc' b'in'.", "B'nunc' b'ut' b'id' b'nam' b'porta' b'lacinia' b'platea' b'a'...
Would it be cool to put this in a file in the repo so we can PR against it? It could be split in main policy and a few extra...
Cool, I put it up in PR #894
I think I have the same issue. I compile TypeScript using an external compiler (`grunt-ts`, because the existing browserify TypeScript transforms/plugins are all borked). So I have a directory with...
I created a minimal demo for this: https://github.com/Bartvds/demo-typescript-browserify It uses grunt and [grunt-ts](https://www.npmjs.org/package/grunt-ts) to compile two TypeScript files to commonJS modules, and then a simple inline task to run browserify+exorcist...
The 3 query approach is a race condition; unless you can be sure your program is the only one writing to that table you'll have to add retry logic around...