Érico Porto
Érico Porto
https://github.com/Dav1dde/glad/blob/ea756f7cc5e11dcef3cafdab87d45b3b528c875d/glad/lang/c/loader/gl.py#L195-L200 So this exception only appears using an address sanitizer from what I can see. `strncmp` compares `version` and `prefixes[i]`, and length should be the minimum length between `version` and...
I use AGS Script on Atom, and it would be super if it had somehow support in Atom Beautify! https://github.com/edmundito/language-ags-script/blob/master/CONTRIBUTING.md https://github.com/edmundito/tree-sitter-ags-script/blob/master/CONTRIBUTING.md AGS Script is the Scripting language from Adventure Game...
Anchor links, when the Markdown has references to it's own Headers, that result in HTML a tag links in the rendered file don't work. Currently if I have a **thispage.md**...
This is for bidirectional text support in languages like Persian and Hebrew. Fribidi has a license that may not be compatible with some platforms, so may be interesting to use...
First, amazing software, this is very useful for my laptop! I noticed the README doesn't say if this project can be run on Windows and MacOS. Also on Ubuntu I...
Hi, this looks possibly to be the best documented code on using Tree Sitter and Type Script to build a Language Server Protocol. If you find time in the future,...
**Reasons for making this change:** Adds a .gitignore for [Adventure Game Studio](https://github.com/adventuregamestudio/ags) Projects. There is some [discussion](https://www.adventuregamestudio.co.uk/forums/index.php?topic=52882.0) on it here. **Links to documentation supporting these rule changes:** This is a...
Hello, I couldn't find out how to extend the library. I would like to have the tags below added : http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/FLIR.html This would allow processing infrared images with Python. Edit:...
So the problem here is a package maintainer for a distro or some system may not use the CMake build when making their packages, and instead base their process on...
The Dockerfiles here are fairly old and there's no guidance on how to use with CMake.