Roland Illig

Results 119 issues of Roland Illig

The code looks like this: ``` if (result_length == NULL) goto error; error: *result_length = 0; ```

It is difficult for a new developer to grasp why so many `stringer_t` types exist and what they are for. Therefore the API should either be trimmed down to the...

enhancement

This project has been submitted to Coverity Scan, a static analyzer. It has found many bugs, most of which have already been fixed. The remaining ones should be fixed as...

bug

There are many functions that allocate memory. Each of these functions must document the corresponding destruction function. This ensures that all memory is properly freed and (if necessary) overwritten to...

enhancement

Just run `go fmt` on all the code. Especially section 1.8 looks frightening.

In Poedit 2.3.1, click File > Check for updates…: ![image](https://user-images.githubusercontent.com/3233724/88319288-3c241f00-cd1c-11ea-83e4-a88c33244adc.png) Press Enter. The update file is downloaded: ![image](https://user-images.githubusercontent.com/3233724/88319378-5827c080-cd1c-11ea-825c-3bee83e64ad9.png) Press Alt+Tab twice. The blue focus border around the button disappears. This...

Environment -------------- name | version ----------|---------- IDEA version | 2021.2 Luanalysis version | v1.3.0 OS | Windows 10 ## Preferences ### Lua Name | Setting -----|-------- Language level | Lua...

When I run `mintty -p 0,0`, I expect the window to be exactly in the upper left corner. Actually, the window is placed 8 pixels further to the right. The...

invalid
question

The `Rcon` array currently takes 255 bytes of ROM, but only its first 11 elements are accessed, since there are only 10 rounds. Therefore the remaining 244 elements should be...

Fixes https://github.com/holgerbrandl/r4intellij/issues/217