amardeep

Results 14 comments of amardeep

Thanks. Yeah, snakeyaml 1.20 and 1.21 had issues due to a backwards incompatible change: https://github.com/FasterXML/jackson-dataformats-text/issues/81 I was able to fix it by adding classpath("org.yaml:snakeyaml:1.24") to buildscript dependency I think classpath("com.google.cloud.tools:appengine-gradle-plugin:2.0.1")...

Any update on this? I see a message from June 2020 about implementing `--remove-tagged-cells={tag}` option. Is this still planned and being worked on?

There is also https://github.com/bigH/git-fuzzy

Works for me with ``` import markoMiddleware from '@marko/express'; ... app.use(markoMiddleware()); ```

[Hex](https://hex.tech/) notebook (not opensource) does something interesting here. They maintain a graph view of the cells, and can run only affected subset of the graph when a cell changes. https://learn.hex.tech/docs/develop-logic/compute-model/reactive-execution

I was also hoping that svelte would support partial hydration. I think now I would watch either [Marko](https://markojs.com/) or [Qwik](https://github.com/BuilderIO/qwik) Sveltekit might be really fast, but when I am developing...

Shortcuts are hard, sorry i don't have any strong suggestions. I don't think n and p are used. So that is an option. Or n and shift-n. N can be...

I am facing the same issue. pipx inject doesn't take a suffix argument, and doesn't add the suffix of the original argument.

Is this planned to be merged?

Thanks, For now, my issue is solved by adding the following section: ```nix home.sessionVariables = { NIX_PATH = "nixpkgs=${inputs.nixpkgs}"; }; ```