Stephanie Wilde-Hobbs

Results 311 comments of Stephanie Wilde-Hobbs

@Photon89 the pkgbuild you linked is for the extension, the extension is 100% dead forever. The patch linked doesn't make the extension work, it adds the functionality into vanilla firefox...

Check out the PKGBUILD from the ABS svn, cd into `firefox/repos/extra-x86_64` and then apply the patch just by copying one of the other patch lines in `prepare()` and modifying it....

I just got basically the same thing on 6.9.7 ``` [449036.160447] about to insert invalid key in data update path [449036.160454] old: u64s 10 type extent 134514883:1776:U32_MAX len 16 ver...

There should be a rename and a move operation, one of which is atomic and the other always works, whether by renaming or copying.

:+1: for raising if an array tries to expand through `Int32::MAX` elements :-1: for increasing the max size of array. If arrays being too small ever emerges as a big...

@jzakiya @drosehn I don't think rust has anything to do with this. Crystal can implement overflow checking, and there is a [separate issue](https://github.com/crystal-lang/crystal/issues/3103) for that you can make your opinion...

I think that, in addition to what @asterite said, once your array gets to Int32::MAX members, it's often better to fail hard than continue to eat memory. Consider an array...

No, this is about sway's own scroll landling, not how events are sent to applications.

Reminder that I am seeking feedback for my above patch in regards to whether there is a better algorithm anyone can imagine, and where I should put the state storage...

I'd rather just someone clean up the patch I already posted and get it upstream. I am currently far too busy but it's a simple patch, the remaining work is...