Krzysztof Kowalczyk

Results 330 comments of Krzysztof Kowalczyk

There are some challenges/design decisions related to handling maps. Some of them. 1\. Go doesn't allow comparing maps to each other. We need comparison (to e.g. find the value cached...

It looks like (sometimes) we don't get the first expected value, created before `subscription.Run`.

For that reason the callback receives a copy of SubscriptionBatch: https://github.com/ravendb/ravendb-go-client/blob/master/subscription_worker.go#L444

`.Items` gets re-created from scratch in each iteration in https://sourcegraph.com/github.com/ravendb/ravendb-go-client@master/-/blob/subscription_batch.go#L87 called from https://sourcegraph.com/github.com/ravendb/ravendb-go-client@2c2cde5258d42e531d03f95fa98713cb6e1b8135/-/blob/subscription_worker.go#L437

Lua is part of lagacy modes (https://www.npmjs.com/package/@codemirror/legacy-modes) so it can be easily added. I've added it to my fork: https://github.com/kjk/edna/commit/a14bd9303f641daacbca0ece43eb4a54a61d8da2

FYI: I've added context menu in my fork. It looks like this: ![image](https://github.com/heyman/heynote/assets/7935/8e8263ac-9752-46f7-a393-1c82e008ab6e) The fork: https://github.com/kjk/edna, https://edna.arslexis.io/

I've implemented something like that in my fork (https://github.com/kjk/edna, https://edna.arslexis.io/). I've added `Ctrl + B` command which shows this dialog: ![image](https://github.com/heyman/heynote/assets/7935/57c97105-6fab-4d64-bff6-a902c3046497) You can type to narrow down the block, `Enter`...

FYI: I've implemented such functionality in my fork via several ways to get at help. One is context menu: ![image](https://github.com/heyman/heynote/assets/7935/dd9fd5e8-2ce4-4092-bb40-4f1139fb33c2) There's also a `Help` button in status bar: ![image](https://github.com/heyman/heynote/assets/7935/9feb9347-6bf7-41f9-9410-0952b322f4b7) My...

FYI: I've implemented multiple notes in my fork: https://github.com/kjk/edna

Which OS / Browser? It works for me on Chrome on Windows. Toolbar is a bit more complicated than just using single image from `Toolbar24.png`. Each icon must act as...