Evgenij (Eugene) Beloded
Evgenij (Eugene) Beloded
I am getting typing errors when trying to access props/methods of Vue instance inside of `firestore` function. In the example below, `uid` is a prop and I get no typing...
Solidity documents can be documented with [Natspec Format](https://docs.soliditylang.org/en/latest/natspec-format.html). It would be super helpful if these comments were added to the generated TypeScript code (in [TypeDoc format](https://typedoc.org/guides/doccomments/))
Caret Beta has slightly different background colors, compared to Caret. I happen to prefer the darker background that original Caret had, and would really appreciate being able to control colors...
We have been using the JWT utility to sign our secure URL tokens. Recently our thumbnails started disappearing. It turned out that expiration was not set in an expected format....
JWT utility reference doc mentions that there is a `decode` method, but it is not added to the types: https://github.com/muxinc/mux-node-sdk/blob/dd2a047188d6e0617d2a460152d7d3ef0fd580ac/types/mux.d.ts#L191-L193
### TL;DR When version input is specified as `${{github.sha}}`, the action outputs an incorrect URL. **Expected behavior** Normally, when providing a version for a service, the URL produced looks like...
This is exactly the project I was hoping to see. Really hope it takes off 🙌 It isn't immediately clear how to use it to bundle a Svelte app. Would...
### Describe the bug In production build, the headers are not set if `ssr = false` in `+layout.server.ts` ### Reproduction 1. Create SvelteKit skeleton project 2. Set headers in `hooks.server.ts`...
### Describe the bug When hydrating a server-side-rendered page, Svelte applies numerous unexpected mutations—mainly removing and adding empty text nodes. The number of mutations seems to grow linearly with the...