Yakov Litvin
Yakov Litvin
Hey @olich97 , could please you update your example by using `.auth` instead of feeding creds inside url? (please see #321 – or #174 directly)
Hm, for me, only the approach suggested by sl45sms worked: ``` const nano = nanoClient({ url: `http://127.0.0.1:5984`, requestDefaults: { headers: { // works, but insecure: https://github.com/apache/couchdb-nano/issues/174#issuecomment-1021215664 Authorization: "Basic " +...
@glynnbird unfortunately, your suggestion doesn't work for me either: like I've mentioned, I've tried ``` const nano = nanoClient({ url: `http://127.0.0.1:5984`, requestDefaults: { jar: true, }, }) nano.auth(config.storage.couchdb.user, config.storage.couchdb.password) .then(()...
Awesome, after updating nano 10.1.0 → 10.1.1 this worked indeed. Thanks! PS I've created a follow up PR, but only changed one bit in readme.md – others are to be...
@glynnbird is the method you suggested supposed to be used regularly, or nano is supposed to keep the auth alive? In my case, I'm experiencing a problem where after a...
What I've found is while `dir.files(options.projectPath, { sync: true })` fails for me as described above, `dir.files(options.projectPath, (error, files) => { ... })` works fine (although is not very convenient...
Yeah, both are relevant: the `Object.fromEntries` trick would be helpful there, and then an explanation of how to properly delete a param would be also useful. Is setSearchParams(params => {...
Do you have only one venv folder in your project folder? I had a similar problem when upgrading Python: I recreated venv and until I deleted the old one, Pylance...
Really missing Selection Keyboard! As I've understood, it's [temporarily removed](https://github.com/florisboard/florisboard/issues/216#issuecomment-881971775), right? I think it's not useful to suggest details yet, is it? The one that's in Go Keyboard worked fine...
I'd extend this to "Can we please set reminder sound, including silence"? This is the only drawback that prevents me from switching to Tasks