drewhk

Results 11 issues of drewhk

`serde_json` has the ability to preserve chunks of unparsed JSON in a `RawValue` (which can either borrow a slice of the original input or box+copy the bytes verbatim). This is...

enhancement

_Only for discussion not finished yet_

Migrated from: https://github.com/akka/akka/issues/19395#issuecomment-221261407

I wanted to try out filmulator (looks really nice), however, it crashed (exited unexpectedly) when I wanted to import my raw files. I have a Panasonic GF7, and I used...

This basically means adding a long-enough, cryptographically random piece of data at the end of an ActorRef (practically, make the UID longer and safer). There are additional changes required to...

Otherwise thrown exception types are not picked up in the Javadoc causing possible confusion.

I.e. if supervision with Resume is used, just start dropping incoming bytes from the oversized line until new delimiter is found.

1 - triaged
help wanted
t:stream
t:io

The plugin I develop simply crashes on load, but unfortunately I cannot find out how. I added logging in my plugin and all I can see is that my `Param`'s...

Maybe I missed it, but it would be great to have an on-line, published version of the scaladocs.

### Describe the bug Hi, In my application there is a struct `Duration` that is inside a struct that is sent over to the Flutter side. Code generation seems correct...

bug
awaiting