Andrew Balmos
Andrew Balmos
I am working on a tool that parses a can stream based on a dbc file in real time. I don't really have specific messages of interests (like the example),...
Would it be acceptable to set the filetype as systemd for `.service` extensions? I often work on service files not in the `/etc/systemd` or the related folders when working on...
Thank you for writing LayerCake, it is a fantastic base to make custom plots on top of! We are moving from a more "component" based library and really enjoy the...
**Describe the bug** When I add `vite-plugin-windicss` to a SvelteKit project, I receive errors around the WinidiCSS syntax. Certainly the `@apply` directive, but maybe others. For example:  The actual...
Add types to `overmind-svelte` now that Svelte properly supports TypeScript. This shouldn't change any logic, but @mfeitoza might want to review. I hope this simple type change can make v26!
| RFC Name | New RFC Number | | --- | --- | | JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants | RFC 7523...
### Proposed change The methods in tests/helpers/* would be useful released as their own package to support tests for applications written in Javascript. ### Use case Application or integration tests...
```protobuf syntax = "proto3"; package example; message User { string id = 1; } ``` will produce something like ```ts export type User = Message & { /** * @generated...