muji
muji
@aon, see https://github.com/LavaMoat/tss-snap/tree/main/packages/wasm.
Hi @danagbemava-nc if I don't put a Scaffold in the dialog then the snackbar displays behind the translucent modal barrier (so it is partially obscured). How would I get only...
Hi @danagbemava-nc , I saw that before I posted and verified it does indeed work however that's not practical for my use case, I have 100s of dialogs and currently...
> I see, have you tried wrapping `ScaffoldMessenger` around where you want the snackbar to see if it intercepts it properly and produces the desired effect? Yes, I tried this,...
Thanks @danagbemava-nc that does work! For my real-world use case it was a bit trickier to setup as I have a lot of async functions so I can't pass the...
Thanks for the feedback, I'll need to check this one out. I recall I had some linting logic in the initial implementation... The edit function is a little odd because...
Thinking about your comment more, I could use `fs.watchFile()` compare the hashes and if they differ send the file to couch, could be quite neat but I think this would...
Ok then, another approach could be that I try to configure the vim environment such that you could send to couchdb from vim, something like: ``` :!rlx-save ``` Would send...
When I run `:!` commands I get the 'Press ENTER to continue' after command execution but this seems like a better integration than something behind the scenes (the `fs.watch` idea)...
Having just reproduced the issue: ``` rlx ⚡ ⌘ localhost/quotes> doc edit -i gone rlx | unknown database error "{\n \"error\": \"bad_request\",\n \"reason\": \"invalid_json\"\n}" rlx ⚡ ⌘ localhost/quotes> doc edit...