Marco
Marco
I read #6 and filmed the footage according to the requirements. (.png, ~500 Frames) Running --estimate-focal-length on the footage yields only one estimate != -1. Down scaling the sequence to...
The bookingDate can be off by one year if the valuta date (month part) is earlier than the booking date. The error is located in MT940.php:126 ```php $year = substr($transaction,...
There are some problems with the serverbrowser. 1. Some servers could not be found if you have a slow connection due to packet loss. ->retry timeouted servers 2. The reload...
I am using `[email protected]` and might have found a bug (or I just have skill issues). Thanks in advance! My code looks something like that: ```tsx async function renderPage() {...
We ran into an issue with ts-node + ts-patch where large projects or projects that use hmr fail to compile. ``` RangeError: Maximum call stack size exceeded at console.log (node:internal/console/constructor:378:6)...
Are there plans to support `CREATE DOMAIN`?
### Issue Summary Using `on` / `addListener` multiple times with the same event name does not fire any of the attached listeners. This seems to be true for all events...
I was parsing a XML file that contains CData sections and got empty strings. After a little digging I found the error. It seems that the underlying `xml` package produces...