Lucy Wang

Results 37 comments of Lucy Wang

Hey @hadils thanks for reporting this. I'd like to see a minimum repro of this bug. You could use https://github.com/lucywang000/bugs-repro/ as a reference.

I can see the rationale, but atm I myself doesn't have a use case for that. So patches welcome. Some considerations: 1. allowed transitions could be from either the leaf...

I'm always curious about the "final state" feature. Could you name a typical use case for that in real world applications?

Sorry for the late reply. The first "Less functions, more data" sounds reasonable, but it's already doable since the fsm schema only requires the entry/exit/actions/guards functions to satisfy `ifn?`, not...

Thanks, it is ofc good to have the docs exported. For clj i think we can use maros to extract the doc from metadata of the var, but for cljs...

@darwin A big 👍 for being able to see cljs variables in the variables list panel, really helpful when debugging! I find it's not possible to eval cljs code when...

Thanks @darwin . I just found your doc page https://github.com/binaryage/dirac/blob/master/docs/about-repls.md and it's really great read about the design of dirac and clojure repls as well.

@darwin IIUC this doesn't seem to be able to work. `cljs_eval('"foo"')` sends the content to shadow-cljs server (through the websocket connection) to parse, which the server compiles down to js...

Calling in `(shadow.test/run-test-vars [#'foo.bar/some-test])` sounds great, and I believe with some editor integration this could be bound to a keyboard shortcut to locate the current test case around the cursor,...

> I also disagree with doing this in the build config or some hook. The goal of env/get-test-data returning tests as data is escaping the macro heavy world of cljs.test...