Peter Abrahamsen

Results 10 comments of Peter Abrahamsen

The [Operational Transformation](https://en.wikipedia.org/wiki/Operational_transformation#References) Wikipedia page lists some papers about implementing undo in OT. I haven't checked them out yet.

My understanding is that UnsafeCell is !RefUnwindSafe by default, and you must excplicitly mark your wrapper type, here `GenericChannelSharedState`, as RefUnwindSafe. See also https://github.com/rust-lang/rust/issues/54768. Would you accept a PR for...

I just spent a day or so playing with Hypothesis for Django, and this was fatal for me. I don't want to spend my days debugging my strategies. For a...

Ran into this issue with a frozen record. Took a while to figure out where the error was coming from.

Alternatively, autofs integration.

Hi, I just hit this with 0.8.7. It's especially confusing because no Result type is part of my FFI interface, though some exist as part of a crate dependency.

I don't know how to get cbindgen to give me the line number it's choking on, but I recall reading somewhere that it doesn't differentiate between types with the same...

The problem is that Mobile Safari, at least on iOS, treats position:fixed as position:absolute, except it uses the document as the reference element. I haven't thought of any way to...

First off, how stable are you trying to get your syntax? You mention under "Risks" that you don't want to turn people off, which is reasonable, but Eve is not...