Filip Weiss
Filip Weiss
I was surprised to find straight forward dedicated scrypt methods in node core: https://nodejs.org/api/crypto.html#crypto_crypto_scrypt_password_salt_keylen_options_callback I was expecting to use 5 different methods in a stream just to get a hash....
I also ran into this multiple times. Just accepted that err is the result. imo there just should be a separate `ConfirmPrompt` that returns `bool, error`
I don't know what the criterium should be. It should probably just be the same logic as with the colors. The colors are removed in the example i posted, but...
I think i've found the problem. The container *needs* the `NAMESPACE` and `CONTAINER_NAME` environment variables. Otherwise [this line](https://github.com/census-instrumentation/opencensus-node/blob/master/packages/opencensus-exporter-stackdriver/src/common-utils.ts#L54) will reset the resource type and all labels to some default stuff....
Ok, that makes sense now. Thanks for the response :) My opinion: I would prefer it if the namespace and container name would be set to "N/A" just to see...
For anyone who has the same problem. This is the script that i used on deploy to get sourcemaps working: ```bash # you might wanna set this by yourself VERSION=`sentry-cli...
Clicking on the "Show Apps" button does nothing [JS ERROR: TypeError: "ANIMATION_TIME" is read-only]
Same problem. Can confirm that the disabled animations setting was the problem. Had to re-enable it through the Dash to Dock settings tho. ``` ❯ gsettings set org.gnome.shell.extensions.dash-to-dock animate-show-apps true...
Also had this problem for weeks. It makes developing with drizzle such a hassle..
Running into the same issue. I tried to create a better example: * Just react-router v5 (working as intended): https://codesandbox.io/s/react-router-v5-compat-problem-1-cpcqk2?file=/src/App.working.js * Replace Routes with `CompatRoute` (nested routes stop working): https://codesandbox.io/s/react-router-v5-compat-problem-2-05hdfp?file=/src/App.js...
Same problem with a very similar setup (cloud run & serverless atlas mongodb, node 18) It does not happen with a free shared cluster. Seems like the serverless mongodb (possibly...