Armand Philippot

Results 42 comments of Armand Philippot

Same problem here. > System: Kernel: 5.4.64-1-MANJARO x86_64 bits: 64 compiler: gcc v: 10.2.0 Desktop: Xfce 4.14.2 Distro: Manjaro Linux ![boostnote-bug](https://user-images.githubusercontent.com/59021693/93215962-649e2780-f767-11ea-8c52-4e5dbeb13d0c.jpg) The same problem exists with the folders. Right clicking...

Thanks! I just did the update and deleting notes / folders is working.

As a workaround, you need to use `.split(' ')[1]` like this: ```ts globalStyle(`${exampleRecipe({ orientation: "vertical" }).split(' ')[1]} > div`, { backgroundColor: "red" }); ``` You can see an example in...

It's seems to be related to the new GraphiQL version and not this plugin. See: https://github.com/wp-graphql/wp-graphql/issues/2287

I was ready to say that it didn't work for me either... but I tried a step again (`pnpm add -D @mdx-js/react@1`) that I must have done at the wrong...

Same issue here with Code OSS on Manjaro with `v0.9.1`: ``` Version: 1.85.1 Commit: Unknown Date: 2023-12-14T20:02:29.406Z Electron: 25.9.8 ElectronBuildId: undefined Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Linux x64...

Thanks @liruifengv, I just added those two changes.

If it helps anyone, for my use case I found a workaround: ```astro { data ? ( ) : null } ``` I have not tested, but I guess the...

Not sure, but this could be a duplicate of #958 (the issue is related to the use of curly braces). I leave this issue opened but feel free to close...

Related to T&D, I just found a use case in the current docs: https://docs.astro.build/en/guides/actions/#advanced-persist-action-results-with-a-session but we don't explicitly tell why we use `Astro.originPathname`. I guess this example would fail using...