Thomas Chiantia

Results 34 comments of Thomas Chiantia

I created a separate branch for the inner repository named "as_submodule". The inner repositories' "as_submodule" branch is identical to master branch, minus the root Cargo.toml workspace. So when somebody wants...

I have a use case for this also described here: #1336 Is there a work around, do i need to fork wasm-pack? maybe a guide on how to do what...

Hi @tronicboy1 It must be doing more than that! It's a pretty big repo with lots of code in there! 😅 It creates a package.json, ts files..etc 🤗

I think option 1 or 2 would be more user friendly but support for option 3 as a work around will be great too. Currently my program is making system...

@OrangeLightning219 @LBdN This issue is also (poorly titled) here https://github.com/ms-jpq/coq_nvim/issues/589 The solution is noted in there too, which is basically manually clone the repo with core.symlines=true. Which plugin managers don't...

my latest attempts had that in there. no help. Also, intermittently after killing the process, some cargo threads where stuck at 100% and i had to kill them.

yep - can confirm works with "0.21" for me also. Thanks.

> This seems to be a problem with symlinks. The sql script it is trying to call is a symbolic link, but it seems you have to explicitly specify `core.symlinks`...

I made a custom `json` filter by importing serde. Since the liquid model implements `Serialize/deserialize` you can use it to get a `serde_json::Value` and loop through keys... ```rs use liquid_core::{Display_filter,...

per the `t` [filter](https://shopify.dev/docs/themes/architecture/locales/storefront-locale-files#usage) docs it does not appear that you can use templates in the `local` file. If you have this JSON local file. ```json { "blog": { "comment":...