spaghetti-coder

Results 8 comments of spaghetti-coder

```sh $ time skate list real 0m3,589s user 0m0,015s sys 0m3,424s ``` Same on my machine. `skate` is bullet fast on all my personal machines (different hardware, all run Linux...

Nice one! You spared me a MR with a more clumsy implementation Think will also be good to see the usage in examples here: https://github.com/crazy-max/docker-samba/tree/master/examples The entries added to readme...

@aTanCS Probably this workaround. Not supposed to break something, it only extends the current image capabilities Create `extra.sh` script on your docker host (make sure it is executable: `chmod +x...

`@` symbol is reserved in YAML. Just quote it ```yaml share: - name: Temp # ... Blah-blah validusers: '@Other' ```

> Thanks for the suggestion! Browsers that support `navigator.share` (mostly mobile devices) open the share menu. Yeah, now I see it. 10 - 13 years since my last line of...

The issue comes from this combo https://github.com/usememos/memos/blob/48ce4ccc26642f9e19d6cb981d9dc6601d7c1ed2/web/src/components/MemoEditor/hooks/useMemoEditorInit.ts#L89 https://github.com/usememos/memos/blob/48ce4ccc26642f9e19d6cb981d9dc6601d7c1ed2/web/src/components/MemoEditor/index.tsx#L88 Was originally brought by https://github.com/usememos/memos/commit/36209eaef1c1d77a4eab0343c4ce4df3b4c59415 Can't really get what this caching is for. Yeah, can be handy in case of power loss...

I'm on it. Plus have some ideas on UX improvements and extending the commands set, it's all located in the same configuration, so will unite it in a single solution

While coding this one, found that cursor disappears when suggestion is selected with a click. Actually it doesn't disappear, just stays in suggestions list element, which is gone after selection....