Marvin
Marvin
**I want to request a feature.** I have all the HTTP Status Codes in an Enum. This maces it easier to reference them and also immediately see what this code...
Package vue-sass was unable to follow files via symbolic links and was therefore unable to import them via sass/scss import. This is now fixed by especially looking for symlinks and...
### Describe the bug The following Code makes jsii crash: ```ts import { Schema } from "effect" export class BaseMessage extends Schema.Class("BaseMessage")({ op: Schema.String, id: Schema.UUID, data: Schema.Unknown }) {}...