Vicary A.

Results 319 comments of Vicary A.

Please take your time, depends on the result I may move it to a separate issue for easier tracking.

Although the current implementation sometimes leak suspense, I am merging for the current progress already qualifies as a solid improvement (no pun intended) since 0.1.0.

We are rolling out an alpha via #1544, this issue is not happening in the new core. Please stay tuned!

@Negan1911 No worries. Our PRs make preview deploys in Vercel, new contributors just need to be approved first. To give you more context, I responded in https://github.com/gqty-dev/gqty/issues/1292#issuecomment-1471579305.

I've sent an email to Serverless, hopefully we get a reply soon.

@jiteshmanglani Unfortunately no responses are received thus far.

Just received this reply via email, full response quoted below. > Hi Vicary, > > Apologies for the slow reply. As you can imagine we have been quite busy. >...

Since Deno already formats yaml, it feels like trivial work. ```patch diff --git a/client/src/extension.ts b/client/src/extension.ts --- client/src/extension.ts +++ client/src/extension.ts @@ -94,8 +94,9 @@ { scheme: "file", language: "scss" }, {...

I would also like this feature as we gradully transition the codebase to be compatible with Deno before the project team is comfortable swapping the runtime.

@brummetj custom alias is not possible at the moment because the design of the core does not support it, but it's definitely a good escape hatch to have. I believe...