Dr. Jochen Manns

Results 10 issues of Dr. Jochen Manns

I got a ZIP which includes a single file with more than 2GB in (decompressed) size. On decompression the error from the title is thrown. It clearly is some 32Bit...

bug

Just in brief a report on what I did to make it work with electron 1.8.4 - actually there may be better approaches since I'm not that deep into the...

Although I have the strong feeling that this repository is no longer maintained: please check https://github.com/williamkapke/ipp/pull/99. This is a quite small fix which helps to avoid the process to crash...

Currently we are observing that one specific IPP printer occasionally sends an completly empty response. Although we think this is an implementation problem on the printer side this crashes our...

After updating this morning the generator produces quite a bit of warnings of the indicated type. This relates to the change ```typescript const part = this.variantMethodPart(type); if (map.has(part)) { this.logger.warn(`Overwriting...

https://github.com/richorama/IronBlock/blob/master/IronBlock/Blocks/Procedures/ProceduresIfReturn.cs checks the condition and either returns the indicated value or continues execution. In my understanding this is more or less a no-operation if the return-if is not top-level in...

* [for](https://github.com/richorama/IronBlock/blob/master/IronBlock/Blocks/Controls/ControlsFor.cs) and [foreach](https://github.com/richorama/IronBlock/blob/master/IronBlock/Blocks/Controls/ControlsForEach.cs) do not support break and continue at all - could be helpful to support these * [whileuntil](https://github.com/richorama/IronBlock/blob/master/IronBlock/Blocks/Controls/ControlsWhileUntil.cs) does not reset the EscapeMode after Break which may...

We found an quite annoying problem when debugging code using ScpiNet trying to connect to an existing server but using a port which is not LISTENed (connection refused) on -...

We are using USBIPD under Windows 10 WSL in combination with a Lindy 4-Port Serial to USB mapping device. After some time of working properly (sometimes hours, sometimes days) the...

Is there any chance to include the patch (including the DVB-S fix) in the main stream kernel? I'm using Fedora 43 (6.17ff) as a development system and Ubuntu 24.04LTS in...