Lars Christensen

Results 15 issues of Lars Christensen

Please make this obvious in the description. This package doesn't generate words at all by itself.

Nearly every time I open drawio-desktop on Windows 10, it pops up with the previous file that I have worked on and shows it as "Unsaved", and even sometimes "Untitled",...

blocked/need-repro

__Steps to reproduce:__ 1. Run influxd (passively fails to delete files, which are leaked). unlinkat() returns ENOENT 2. Run influxd as non-root user with working directory set to /root (fails...

Setting ReadIntervalTimeout and ReadTotalTimeoutMultiplier to MAXDWORD in the COMMTIMEOUTS structure on Windows makes Windows behave as normally expected; a read call to the serial port will return immediately if there...

This is the equivalent of the PR https://github.com/serialport/serialport-rs/pull/79. I would actually recommend completely removing the COMMTIMEOUTS override in mio-serial when/if the patch is accepted on serialport-rs, as this will solve...

In [Microsoft Windows Terminal](https://github.com/Microsoft/Terminal) Preview on Windows 10 Version 1903, clink appears to be somewhat unstable and show erratic behavior. It could of course be caused by Windows Terminal itself....

When Ruby loads the script, DATA is not defined. ``` puts DATA.read __END__ Hello, World! C:\>ocra data.rb === Loading script to check dependencies ./data.rb:1: uninitialized constant DATA (NameError) ```

Some of the other dbm libraries have a lot of hash-like methods such as has_key?, each, etc. Should consider adding some of these. I've been tinkering here: https://github.com/larsch/unqlite-ruby/commits/dbm-methods-2, but not...

enhancement

How about leaving specifier[2] as it is now (serial or device number), but add support for specifier[3] being serial number only. I'd open it with `bitbang.open_bitbang_from_url("ftdi://vid:pid::0025/1")` instead. Resolved #209