Kimo K.
Kimo K.
https://clojurians.slack.com/archives/C073DKH9P/p1689271750694819
This [controlled-input cursor bug](https://github.com/reagent-project/reagent/blob/master/doc/ControlledInputs.md) appears when I try to use the new `react.dom.client` API to render an `:input` component within a shadow root. The text cursor skips to the end...
### Discussed in https://github.com/day8/re-frame-10x/discussions/408 Originally posted by **beders** January 2, 2024 Hi there, first of all: thanks for re-frame-10x. Very useful. That said, team adoption is hindered by performance issues....
https://github.com/day8/re-frame-10x/issues/268
Markdown input: ``` (def newline-should-start :here) ``` Expected output (should work the same as a markdown code-block literal): `"(def newline-should-start\n :here)"` Actual output: `" (def newline-should-start :here) "`
It would be nice to read a slice of a file, based on the start & end char indices. chatgpt attempt, seems to work: > Yes, there is a more...
Some emacs users can open many buffers at a time. Packages like `desktop.el` and `persp-mode` encourage this. A user may also invoke eglot-ensure when each buffer starts. The effect of...
Hey, really nice work on tick. Seems like these should work: ```clojure (t.i/divide (t/new-duration 1 :seconds) (t/new-duration 1 :millis)) (t.i/divide (t/new-duration 1 :seconds) (t/new-duration 1 :micros)) (t.i/divide (t/new-duration 1 :seconds)...
Hey there, I can imagine this feature being very useful to run integration tests on a specific chrome version. Would it be straightforward to add? For instance: ``` steps: -...