joyride icon indicating copy to clipboard operation
joyride copied to clipboard

Making VS Code Hackable like Emacs since 2022

Results 11 joyride issues
Sort by recently updated
recently updated
newest added

When you eval/load current file, the active ns becomes cljs.user. The tutorial video also shows this:

bug

To give Joyride scripts ”standard” testing facilities. NB: This needs sci.configs to make `clojure.test` available. * https://github.com/babashka/sci.configs/issues/6

api
sci

In #38 it is brought up that when loading files we read them us the node `fs` module, which we can't do if Joyride should work in remote scenarios (which...

sci
remote
evaluation

Please answer the following questions and leave the below in as part of your PR. - [x] I have read the [developer documentation](https://github.com/BetterThanTomorrow/joyride/blob/master/CONTRIBUTE.md). - [ ] This PR corresponds to...

Open any project on Windows, run command `Joyride: Run Workspace Script...`, select a .js file, VSCode Joyride got error ![image](https://github.com/BetterThanTomorrow/joyride/assets/8343797/5b3aecd1-6152-4ca9-a7b8-4c29e6739f18)

javascript

Joyride doesn't come with the `time` macro. nbb has [this](https://github.com/babashka/nbb/blob/e270785599bb9af605d684b02c3ad40b186e736f/src/nbb/macros.clj#L53): ``` (defmacro time "Async version of time." [expr] `(let [start# (cljs.core/system-time) ret# ~expr ret# (js/Promise.resolve ret#)] (nbb.core/await (.then ret# (fn...

Now that rewrite-clj is in joyride, it would be lovely if we could use it with core.match. This is a placeholder until core.match can be added to sci, see https://github.com/babashka/sci.configs/issues/19

Contributing a view to VS Code's sidebar is one of those static things. See: https://code.visualstudio.com/api/references/contribution-points#contributes.views Currently there is no way (I think) for a Joyride script to populate the sidebar....

api