Julian Scheid

Results 47 issues of Julian Scheid

I can move (in the sense of transferring ownership) a handler into an Easy (via `Easy::new`), and the Easy into a Multi (via `Multi::add`). I can later move the Easy...

Hi, I've been trying to track this down for ages and finally found a simple repro! ``` mkdir -p /tmp/lltest cd /tmp/lltest git init echo foo > file1.txt printf 'X%.0s'...

bug minor

Hi, I'm trying to debug an issue where a call to `statsd.timing` (see https://github.com/reinh/statsd) sometimes hangs when invoked from within an Async task, with latest everything (see environment below). I've...

In the wake of Sha1 Halud much of the discussion has centered around cooldown, but I'm looking to address another aspect of package installation, that of install-time code execution. I'm...

Hi, thanks for this lib. I'm working on small improvements to `encodeBinaryJSON` and `decodeBinaryJSON`: - Return a `QuickJSContextResult` instead of a `QuickJSHandle`, to surface any errors. - Accept flags and...

It seems that a few hours ago, a number of new package versions were released that are picked up by plrust builds but fail because they're incompatible with older rust...

Now, it's quite obvious that `UnsafeSlice` is... unsafe, but to help the next surprised poor soul I suggest you add something like the following to the documentation of `UnsafeSlice.to_str`: >...