Milos Jakubicek

Results 11 issues of Milos Jakubicek

Like for Gnome Shell.

enhancement

The C target is entirely broken in antlr >= 3.5. In earlier versions there was a warning which became an error in antlr >= 3.5: error(24): template error: context [/outputFile...

target:c
comp:tool

I'm not sure whether it is a lexer or parser issue, but giving an input starting with a NULL byte to be parsed by the attached grammar result into an...

target:c

For people with configuration access, add the option to: - purge the dictionary, i.e. remove entries - purge the history, i.e. remove the changelog The latter is quite important: a...

good for beginners
difficulty-simple
ELEXIS-technical
time-short

The small warning icons should appear also next to the entry in the entry list so as to easily find problematic entries and there should also be some kind of...

question?
beta GUI
time-long

e.g. when there is only a single sense and the example container is underneath

question?
beta GUI
time-long

so that unwanted changes can be easily reverted

dictionary config/admin
difficulty-simple
question?
time-long

SHA1 is no longer considered secure and should be replaced, e.g. with SHA256. This is generally something that may happen again, so the users table should get an additional column...

question?
time-medium

such as document metadata and sentence id

ELEXIS-technical
time-medium

Either you should remove -Wextra or add the `__attribute__ ((fallthrough))` to suppress it. ``` murmurhash3.c: In function ‘hash’: murmurhash3.c:62:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 62 | case 3:...