emilylime

Results 28 issues of emilylime

**Description** when adding a SponsorBlock segment that would overlap another segment or a replacement segment for one that starts/ends just a few milliseconds too early or late, it is extremely...

To reproduce: ```typ #[ some text [with nested square brackets] ] ``` Screenshot: (Helix 23.10 (3f9788da)) ![image](https://github.com/frozolotl/tree-sitter-typst/assets/40892795/a9ac0151-3adf-484a-87c3-67dfc65bd348)

bug
good first issue

- I have searched the [issues](https://github.com/nvarner/typst-lsp/issues) of this repo and believe that this is not a duplicate. - I have searched the [discussions](https://github.com/nvarner/typst-lsp/discussions) and believe that my question is not...

(as dicussed in typst/typst#3099) - **Component**: LSP, with Helix 23.10 (3f9788da) - **LSP version**: 0.12.0, commit 70509833... (Typst version 0.10.0) - **OS version and name**: Arch Linux 6.6.6-arch1-1 - I...

Using `set-style(mark: none)` appears to work at first but any proceeding uses of marks error Example: ```typ #import "@preview/cetz:0.2.0": draw, canvas #canvas({ set-style(mark: /* Some use; not necessary for bug....

bug :bug:
core:draw :pencil2:

My use case requires being able to serialise an enum as untagged, but usually when deserialising it, I do want the tag present (as adjacently tagged, specifically). As my enum...

### Summary I propose that the `clippy::struct_field_names` lint, which checks for struct fields whose names share words with the struct's name, check the type name of the struct field—and forego...

C-bug
I-false-positive

`code2subl --file path/to/themes/theme.json` would be really nice.