Max Taldykin

Results 5 issues of Max Taldykin

I accidentally specified tag value twice and got this "compiler bug" error: ```bash $ cue cmd -t who=me -t who=me hello command.hello.print2.cmd: reference "who" set to unknown node in AST;...

NeedsFix

**Describe the bug** Several blog posts on [getsynth.com](https://www.getsynth.com/docs/blog) are not very readable. **To Reproduce** Steps to reproduce the behavior: 1. Navigate to the [Seeding test databases](https://www.getsynth.com/docs/blog/2021/08/31/seeding-databases-tutorial#leverage-the-docs) blog post in your...

bug
good first issue

[tree-sitter-haskell/examples/Demo.hs](https://github.com/tree-sitter/haskell-tree-sitter/blob/master/tree-sitter-haskell/examples/Demo.hs) fails to compile with the following error: ``` • Couldn't match expected type ‘Node -> TSPoint’ with actual type ‘TSPoint’ • In the pattern: TSPoint {..} In a pattern...

Hello and thank you for this project, it helped me A LOT recently. I was in a need to restore passwords for multiple PDF documents, so performance was really important....

For example: ``` \dot{a} \dota a\dot \hat{o} \hato o\hat ``` converts into ``` ẋ{𝑎} ẋ𝑎 𝑎ẋ x̂{𝑜} x̂𝑜 𝑜x̂ ``` In Unicode diacritics are combining characters but in `s:presymbols` they...