Norman Rauschen

Results 14 issues of Norman Rauschen

I can't find any license information for this project. Would be nice to have a LICENSE file to know if people can contribute.

Also fixed some markdown issues in the README.

A method redefinition ``` local record Y end function Y:do_x(a: integer, b: integer): integer return a + b end function Y:do_x(a: integer): integer return self:do_x(a, 1) end ``` checked by...

bug

How is versioning handled? If I understood the code right, the "update" command always updates to the most current commit in a repository. If that's the case, wouldn't it make...

Escaped special regular expression characters are still recognized as special characters, which ends up in incorrect syntax highlighting. Example: ```crystal a = /\(/ b = /test/ ``` - OS: Manjaro...

bug

Example: ```tl GetSet_LoopTimeRange: function( isSet: boolean, isLoop: boolean, start: number, end_: number, allowautoseek: boolean ): number, number ``` Here, the `end_` parameter has to be reindented manually. * Version of...

bug

This is a bug I detected while using the Crystal documentation generator, but since that uses markd, I'm assuming a bug report here makes more sense. Creating documentation for the...

I can't find any license information for this project. Would be nice to have a LICENSE file to know if people can contribute.

Most changes are new translations. I noticed that the translation for the string `""Keep notes in the trash for"` didn't match the original at all. It seems like the translation...