Lando Toothman

Results 4 comments of Lando Toothman

Similar to @kud, but modified my prompt to work in agnoster. I updated the `prompt_context` in `~/.oh-my-zsh/themes/agnoster.zsh-theme` (because it was being overwritten) and used the agnoster background variable (`CURRENT_BG`): ```shell...

NOTE: This is a temporarily work around with `npm` until `tough-cookie` dependency version bump is merged. Add the following to `package.json`: ```json "overrides": { "tough-cookie": "^4.1.3" } ``` Source: https://github.com/cypress-io/request/pull/32#issuecomment-1633793413

I also ran into this issue and would like to resolve it for a SAML plugin I'm building. Though we probably need a unit test to validate this fully solves...

Hot reload is actually handled by the backend (feature of granian/uvicorn). This code explicitly skips front end compilation when `--backend-only` is passed: https://github.com/reflex-dev/reflex/blob/fb19fb42968c4ee6ffa12245736724995c8c2243/reflex/reflex.py#L161-L162