Tianyi Song

Results 8 issues of Tianyi Song

Looks like the `publish` step in the GH Actions pipeline is skipped, see [workflow](https://github.com/softprops/lambda-rust/runs/2264429363). I believe this is because that step is only triggered when a new tag is created....

It would be nice to add a button/shortcut to mark an entry as incomplete (i.e. using `!`). I use the `!` notation to flag out some transactions which require further...

https://github.com/ocaml/ocaml-lsp/pull/233 added a nice toggle between `ml` and `mli` files. It would be even nicer to support "Go to Implementation" ([LSP spec](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_implementation)) on types defined in `mli` files and jump...

enhancement

First of all, thank you for the amazing package! We had this error, detailed below: Error output: ``` Fatal Python error: _PyMem_DebugFree: Python memory allocator called without holding the GIL...

I was going through the tutorial of ErrorBoundary: https://www.solidjs.com/tutorial/flow_error_boundary but couldn't get `ErrorBoundary` to work. However the same code works in playground: ```javascript import { render } from "solid-js/web"; import...

The VSCode plugin is able to properly render verbatim/code text wrapped with `[]` in the popup on hover, but doesn't display anything when wrapped with `!{}` ([cross reference](https://v2.ocaml.org/manual/ocamldoc.html#sss%3Aocamldoc-crossref) syntax). For...

type: bug

Thank you for this great library. ```ocaml utop # Cmarkit.Doc.of_string ~strict:false {|\~~~strike~~|} |> print_doc;; Paragraph: Inlines: Text: '~' Strikethrough: Text: 'strike' - : unit = () utop # Cmarkit.Doc.of_string ~strict:false...

bug

We discovered some divergence from spec in `` tag handling and a typo in `reset_mode`, while investigating an edge case where the parser enters an infinite loop (https://github.com/ahrefs/markup.ml/commit/8cca065dd4ca919eb5cbb65069f85fa54e123082). This PR...