Peter Strömberg

Results 545 comments of Peter Strömberg

Same here. It worked yesterday then all of a sudden this with device not connected....

I recorded a log with Console.app when starting OBS. No idea if you can see anything there that gives any clues: https://gist.github.com/PEZ/3f5d3ebf7212598b292b1a1e2ecfc75b

> Streamlabs OBS works just fine Indeed. Thanks for sharing that!

For the record: Fragments are now available in snabbdom as (very) experimental: https://github.com/snabbdom/snabbdom?tab=readme-ov-file#fragment-experimental

Thanks! 🙏 In my case it seems like removing the event handlers for the keys. Will start there.

Another option for the tokenization is that we add an API to Calva to get the tokens it has already lexed out. For larger documents it might save performance to...

Awesome! It works great for Clojure. Looks like so now: It doesn't start highlighting blocks in JS and JSON files for me. Which is good, but a bit strange, since...

I'm sorry. That's a bug in my script translating the problems. It should look like so: ```clojure (tests (__ '(1 2 3 4 5)) := false (__ "racecar") := true...

Hello! No, I don't think we've taken it this far yet. But you can fix it for yourself using [Joyride](https://github.com/BetterThanTomorrow/joyride). In combination with `autoSelectForJackIn` of a [Custom REPL Connect Sequence](https://calva.io/connect-sequences/),...

Sounds awesome with support for this. I'll have a think about the UI. You could post about it in the Calva channel on slack too to hopefully get more ideas.