Results 47 comments of fang duan

@joaomdmoura i got a similar error: ``` ** (UndefinedFunctionError) function :calling_self.exception/1 is undefined (module :calling_self is not available) (machinery 1.0.0) lib/machinery/transition.ex:142: Machinery.Transition.callbacks_fallback/4 (machinery 1.0.0) lib/machinery/transitions.ex:52: Machinery.Transitions.handle_call/3 (stdlib 3.14) gen_server.erl:715: :gen_server.try_handle_call/4...

> Should be fixed by #17587. > > Edit the `docker-compose.yml` and update to the latest docker image which should be out next Tuesday, you can check [here](https://hub.docker.com/r/supabase/studio/tags). > >...

I can pull image through proxy cache, but i can't see any items in proxy repository( Proxy Cached to Docker hub) ``` [root@localhost ~]# docker pull 192.168.1.102:8008/proxy/consul:1.15 1.15: Pulling from...

i got this error , npm cache clean and reinstall generator does not work too

https://github.com/yeoman/generator-webapp/issues/137#issuecomment-23212680

@khimaros rtx can manage python versions like rye which is the biggest selling point of [rye](https://www.playfulpython.com/environment-tools-pdm-poetry-rye/). you can [asdf-pdm](https://github.com/asdf-community/asdf-pdm) to manage `.venv` for you. see this [link](https://github.com/jdxcode/rtx/issues/634#issuecomment-1635283878)

> the unfortunate thing is that I'm not really a python developer and python is where rtx needs the most work for sure. I was at one point but that...

open a new tab in terminal ``` Last login: Sat Aug 26 20:32:44 on ttys032 [DEBUG] rtx::config: Files: /Users/mj/.tool-versions, ~/.config/rtx/config.toml Installed Plugins: bin, fzf, jq, pdm, shfmt [DEBUG] rtx::cli: rtx...

interesting bug, at first, I suppose it was issue about npm and node compatiblity. but when I download node14.tar.gz from nodejs.org then extract and `npm i -g [email protected]`, it works...