Bo Jeanes

Results 96 comments of Bo Jeanes

Ah I guess we could just serialise the oplog and replay it on launch, right?

AFAICT `WorkspaceState` is for serializing state to the frontend. Work would have to be done to initialise `Engine` from a `WorkspaceState`. Whereas we already have a record of all operations...

> feature on the frontend to copy/paste some json describing the workspace ooh yes that'd work nicely too

Could someone on another OS (@twe4ked?) test this to see if it can select the right sample rate even if the device is defaulted to a different sample rate? This...

I personally would like to be able to use the pyro utilities, but I don't mind pinning to an older Docker image in the hopes they work on Python3 support...

@romancin I also just ran into this so wanted to see what you meant. However, it seems like there is a package that (appears to) work: https://pkgs.alpinelinux.org/package/edge/main/x86/unrar ```sh-session $ docker...

Hmm sorry I don't have a great understanding of our build system to have an intuitive sense of what is going on here ... :\

> I think we could add another `Pattern` variant which could also support removing all the separators from appearing when (before) the converter function is invoked so that it would...

I just realised using `filter_map` _instead_ of map in https://github.com/vityafx/serde-aux/blob/f064e78b81fac9e6abdc331604d23a81a8f7c901/src/field_attributes.rs#L1094 would avoid an extra field/parameter. But it would be a breaking change unless some fancy generics jumping could be done...

Hi @vityafx that definitely worked, though I wouldn't call it backwards compatible, as you've addded an argument to `new()`, which is a public fn: It seems you've already released it,...