Alexander Prinzhorn
Alexander Prinzhorn
I guess that's a dokku issue (https://github.com/progrium/dokku/issues/559). This repo correctly unsets them in one call (https://github.com/jeffutter/dokku-mongodb-plugin/blob/19bded58c92b8b3a7a5bee60cba7442862047e31/commands#L141).
That would be much appreciated. As the fork on npm is 2 years behind...
FWIW Immutable.js behaves the same ```js const { Map } = require('immutable'); const map = Map({ a: 1 }); console.log(map === map.set('a', 1)); //true console.log(map.set('a', 1) === map.set('a', 1)); //true...
Was looking through the code and came to the conclusion that it is non-trivial at least for someone not comfortable with the code base. The problem is that the code...
Related https://github.com/meteor/meteor-feature-requests/issues/47 https://github.com/meteor/meteor-feature-requests/issues/60 https://github.com/meteor/meteor-feature-requests/issues/353 I ended up here because I'm using the [Meteor Svelte skeleton](https://github.com/meteor/meteor/tree/master/tools/static-assets/skel-svelte) and it doesn't support importing Svelte components from npm. You will end up with two...
> Mitmproxy: 6.0.2 I recommend always checking with the latest version first. Anyway, looks like a bug in mitmweb to me. The option is ignored and new rows are appended....
> Maybe the "bug" is in the docs listing mitmweb, because I don't see any code handling this in mitmweb. I'm leaning towards this, because in mitmweb you can sort...
> Any reason why it's not uploaded there frequently? https://docs.mitmproxy.org/stable/overview-installation/#linux > Some Linux distributions provide community-supported mitmproxy packages through their native package repositories (e.g., Arch Linux, Debian, Ubuntu, Kali Linux,...
This is a very interesting topic, thanks for bringing it up! > Another less perfect (but possibly easier) approach would be hardcoding a specific browser's (e.g., Chrome on Windows) TLS...
> I think the strategy should be either 1) mirroring what the client does or 2) unconditionally hardcoding something that resembles a browser on the first look. Let's not add...