pinkfrog9

Results 9 issues of pinkfrog9

How to reproduce, In a simple define a bb task as ``` (defn some-task [] (nil)) ``` Run from the command line, the output is:

PR welcome

see https://github.com/pinkfrog9/example-bb/tree/main

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

bug

This post: https://www.reddit.com/r/Clojure/comments/vprp5i/comment/iel1pl0/?utm_source=share&utm_medium=web2x&context=3 provides how to achieve this with emacs. To quote, ```Emacs-specific: you can modify library code on the fly. Use M-. to jump to the implementation of a...

evaluation
editing
developer ergonomics

### Did you check docs and existing issues? - [X] I have read all the vscode-neovim docs - [X] I have searched the existing issues of vscode-neovim - [X] I...

bug
can't reproduce

Steps to reproduce - run ipython3 in terminal - type `import ib_insyc` We will see the error Python version is py3.11

For example, typing `"`, shall give `""`, however, only a single `"` is shown.

Assume the `set` tag is added to the list of `add blank line before tag` setting. Current behaivor: Expected behavior: Comment line shall not be separated from the tag.

:microbe: bug
:sponge: formatter

For example, the following code, After formatting becomes this: Is there some mechanism to format the js inside x-data field. If not, is it possible to disable the format on...