David Cumps
David Cumps
Tested with BLOCK_SIZE 102400000 -> Same result, error is not printed, and no exit code is returned either, I guess it is just stuck somewhere :p
To test my assumption I added a silly print after a buffer is read: ```ruby buffer = f.read_nonblock(BLOCK_SIZE, exception: false) puts "buffer!" next unless buffer ``` This is the result:...
`buffer = f.read_nonblock(BLOCK_SIZE, exception: true)` --> No difference
Using `popen2e` will need refactoring though, with my hack, this is broken: ``` Error: Module not installed │ │ on domain.tf line 13: │ 13: module "records" { │ │...
Thanks, fixed it for me too
Getting the same error ``` 2021-11-25 16:39:29 ERROR (SyncWorker_3) [homeassistant.loader] The custom integration 'ha_strava' does not have a version key in the manifest file and was blocked from loading. See...
OpenSCAD has this too, very annoying. You launch it in a new desktop, it opens the "New or existing" dialog, you select something, it closes the dialog and launches the...
Looking forward to this :)
This is an interesting issue. I'm using ES and want to project to SQL Server/Elasticsearch/.... by trailing $all. In the past I've had this kind of functionality with SQL Stream...
Same error here :( Any chance you can explicitly build for `netstandard2.0` as well please and release a new version?