Anton Mostovoy

Results 48 comments of Anton Mostovoy

1. This change breaks the commitment made in https://github.com/actions/runner-images/tree/main#default-version-update-policy that promises to announce breaking change 1 month in advance. 2. This suggestion just does not work `echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH`...

> 1. This change breaks the commitment made in https://github.com/actions/runner-images/tree/main#default-version-update-policy that promises to announce breaking change 1 month in advance. > 2. This suggestion just does not work `echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin"...

i tried to use `echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH` but it just didnt work. Maybe there is a bug when this is being used in a [re-usable workflow](https://docs.github.com/en/actions/using-workflows/reusing-workflows). @mikhailkoliada could you...

i am confused by this as well. Could the author please comment?

I tried starting Remote Repl in Cursive, switching it to CLJS, then running `(figwheel.main.api/cljs-repl "dev")` i get the following output ``` Connecting to remote nREPL server... Clojure 1.10.1 (figwheel.main.api/cljs-repl "dev")...

changed the alias to ` :aliases {"build-dev" ["with-profile" "dev" "trampoline" "run" "-m" "figwheel.main" "-b" "dev" "-r"]}` but it didnt help. updating piggiback to 0.4.1 didnt help either. Anything else i...

> I tried starting Remote Repl in Cursive, switching it to CLJS, then running `(figwheel.main.api/cljs-repl "dev")` > > i get the following output > > ``` > Connecting to remote...

prehook already exists and is working for this usecase: https://figwheel.org/config-options#pre-build-hooks I think this can be closed.

For Leiningen: - configure piggieback per https://github.com/nrepl/piggieback#leiningen - dont use `lein run -m figwheel.main -b app -r` to start the app (because leiningen will not start nREPL in this case)...

Could you please share an update on fixing the rate limit issues?