Roland Illig
Roland Illig
That's a tricky situation, and you need to read the message very carefully. > toy.go:9:7: condition "rand.Intn(2) == 1" was once true but never false The "once true" refers to...
I just noticed in the code that `minify` is always set to `true`, and that the `minify` checkbox doesn't map to the `minify` option but to the `mangle` option. Looks...
I agree that the current behavior is hard to understand, even for experienced software developers. Intuitively, I expect the "Domain list" to have another column named "State" showing either a...
Am 26.05.2015 um 22:46 schrieb Ivan: > I believe this is one of the things that Roland already fixed in > libdime/libs/core, but is still an issue in magma.classic. >...
Instead of tweaking the implementation details, I wonder whether the algorithms that are used here are appropriate. Using parallelism will not reduce the overall CPU time, choosing a different algorithm...
It's related to #463 (and guess who reported it). ;) I find it surprising that you estimate it to be as complex as the concordance search. I thought it would...
I didn't know where you drew the line between Poedit and Winsparkle. I thought that the main update window was still Poedit, and clicking on the Update button would switch...
My idea for this is to have vertical lines. ``` vertical_lines = [] foreach line of source text: foreach match of /\s{3,}/: vertical_lines += match.end ``` These vertical lines are...
I can provide a practical use case. I'm translating GCC 9 at the moment. In 2017, while translating GCC 7, I filed many bug reports that I mentioned in the...
No, I don't want to replace text in comments. My practical use case is: The GCC translation switched from using `»%s«` to using `%qs`. Therefore I want to find all...