Alexander Kammerer

Results 14 comments of Alexander Kammerer

Thank you for the kind reply! I just tried downloading the [LED Illumination SDK](https://www.logitechg.com/en-us/innovation/developer-lab.html). I found the LogitechLedEnginesWrapper.dll and specified the path in the `logi_led.py` script. Still, it still is...

@dieser-niko I did not see this PR until now. Great idea. I will try it out!

@dieser-niko Thank you again for the hint. The library now works great for me. I will try to rewrite the code a bit to provide a better experience and API....

@BaukjeStienstra: Due to the incredible work of @detule there is now actually a PR that implements this. https://github.com/r-dbi/odbc/pull/521 I can only say that I am very, very grateful for the...

Hi, I do not want to be rude or presumptuous, but is there any update on this? Using datetimeoffset as a data type is quite preferable to the normal datetime2...

Strong +1 for this feature. To add another usecase: If you develop on Windows and run `uv pip compile ...`, you will sometimes have dependencies in your output file that...

Of course, sorry for not including that in the first place. ```txt R version 4.2.2 (2022-10-31 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 22621) Matrix products: default...

I am working with a large package daily and this option speeds up `pkgload::load_all()` from 10-12 seconds to 1-2 seconds which makes the development experience much nicer.

> You can try out my WIP at r-lib/pkgload@fix-lock. For me, your fix seems to have done the trick (we are not using purrr). But I do understand your concern...