nirvana-msu
nirvana-msu
Same issue when mixing this e.g. with [nprogress](https://cdn.jsdelivr.net/npm/[email protected]/nprogress.js). It is fairly common to see code like this: ``` if (typeof define === 'function' && define.amd) { define(factory); } else if...
Documentation incorrectly states that any software accepting CONNECT method could be used as a proxy
If anyone is interested, I have [patched](https://github.com/nirvana-msu/tinyproxy/commit/5a2ba5015d4edc016dcbb504560b5149d479b154) Tinyproxy to implement HTTP ping response required by Scrapoxy, so you can install it by building from source from [nirvana-msu/tinyproxy, scrapoxy](https://github.com/nirvana-msu/tinyproxy/tree/scrapoxy) branch. Coupled...
This is a duplicate of https://github.com/fabienvauchelles/scrapoxy/issues/196
I am fairly certain AWS does not remove anything. Most likely you've (inadvertently) had a second instance of Scrapoxy running with different scaling settings, and they killed each other's instances.
Would be very nice to have the official AMI for `t3.nano` (or actually even `t3a.nano`).
Hetzner now has a very nice [cloud service](https://www.hetzner.com/cloud) with rock bottom prices. Although as far as I can tell they only provide per-hour billing and not per-second like AWS, so...
@emilhe Thanks! I don't need the transform itself, but the `CycleBreaker` component is exactly the workaround I've been looking for! Was previously using [react-trigger-change](https://github.com/vitalyq/react-trigger-change) to fire a change event on...
3 years later this is still not fixed... a library/package should not be setting up own handlers - this is responsibility of end-user application. At the very least that should...
`Quart` already does most of the heavy lifting of masquerading as a Flask (via patching, to support Flask extensions). so switching Dash to use Quart was actually super trivial -...
@dtolnay there seems to be a fair amount of interest for this issue. We'd all appreciate if you let us know what your concerns are, and if you see a...