Michele Campeotto
Michele Campeotto
hi, I was about to report that `xMax` is wrong in `TT2020StyleE-Regular.ttf` but reading here and on Twitter it sounds like it might be the same FontForge bug.
Yes, that seems very reasonable. I can do it but I’m not very fluent in js/node and currently busy with other things so I’m not sure I’ll be able to...
Right, I didn't think about that. It would have to return a different value than what is displayed. I'm not sure my specific case warrants the added complexity of these...
> The sole reason they seem to exist is backwards compat? My understanding of the documentation is the opposite: they default to off for compatibility. > The extended result codes...
oh actually blinking seems to be the default, but I disabled all blinking in my gvimrc.
To clarify, this is in MacVim, not in a terminal emulator (though I did disable blinking there too). Using fixed colors for the cursor, like other themes in this repository...
Sorry I haven't been precise enough. - The SQL type is UUID - I want to use text - The generated Swift type is UUID - I am using the...
[LighterUUIDTest.zip](https://github.com/Lighter-swift/Lighter/files/15275408/LighterUUIDTest.zip) Attached demo project. It runs two queries: the first one works when using either text or blob, the second one works when serialization is blob but fails when serialization...
Right, reading works, the problem is the binding of the argument value to the statement is using the wrong style.
Interesting, thank you. It would be nice to have even without jumping, to indicate the end of the block. I discovered this while implementing support (that I will be submitting)...