Uli Kusterer

Results 90 issues of Uli Kusterer

10.11 supports turning off the menu bar system wide. The toolbar should at the least slide up in that case. Ideally, it would also slide out of the way as...

editor
display
good first issue

This is mostly the code in LEODisplayInfoTableCreateForParseTree(). By being able to give a context, we could pre-fill autocompletions with sensible values depending on where your cursor is right now. It...

editor
interpreter

It would probably make development a lot easier if we could make the code use Automated Reference Counting in our ObjC code. A few caveats though: 1. We'd have to...

platform:macOS

I'm not sure why the doc icon won't be generated by Xcode from the asset catalog, so I renamed the .appicon to .iconset, re-assigned the sizes, and when that didn't...

good first issue
platform:macOS
builds

Right now, we have free `GoNextToken()`/`GoPrevToken()` functions and lots of `if( tokenItty != tokens.end() )` checks in the parser. If it wouldn't add much code/overhead, could we maybe change the...

interpreter

Currently, we save card previews into the file package as image files. This is annoying if you keep stacks in version control, because the thumbnail might change due to different...

display

We have a cross-platform wrapper around HTTP requests, so why force people to write the same code again in LEODownloadInstruction?

interpreter
good first issue

Now that we actually run our parser over the script for formatting, make sure that the parse tree when errors happen is always left in a state that calling GenerateCode()...

interpreter
good first issue

Dark mode mostly works, but field text color seems to be hardcoded to black when no color has been specified in light mode, and in dark mode seems to be...

display

Seems CoreImage Kernel language is no longer considered appropriate. Will have to investigate what the modern replacement is and convert our existing transition effects to it.

display
good first issue