You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a simple reloader in nbb that behaves like shadow-cljs and reloads the code when a file is changed. I would like to be able to pass in to eval_script_tags just the tags I want to evaluate like this: scittle.core.eval_script_tags(sometag, someothertag, etc...).
PR incoming.
The text was updated successfully, but these errors were encountered:
chr15m
added a commit
to chr15m/scittle
that referenced
this issue
Nov 15, 2024
I am building a simple reloader in nbb that behaves like shadow-cljs and reloads the code when a file is changed. I would like to be able to pass in to
eval_script_tags
just the tags I want to evaluate like this:scittle.core.eval_script_tags(sometag, someothertag, etc...)
.PR incoming.
The text was updated successfully, but these errors were encountered: