Andrew Silver

Results 13 issues of Andrew Silver

**Describe the bug** When using a bottom-up layout with a vertical scroll, typing into a text edit inserted before (so at the end) causes the scroll area to scroll. https://user-images.githubusercontent.com/3120639/173127401-46172d21-8543-4ccb-b636-e800ea3bd32d.mp4...

bug

That is pretty much as the title says. The crosshair indicator for the portals is filled even if no portals are open. I have not yet tested with the dual-portal...

not linux specific
Reviewed

I am on Linux, and have found that if I quicksave during some of the echoing dialogue from the computerised announcer (early game), then quickload back into it, the second...

Reviewed

This is for the S series of pavloks (2 and 3). Note: firmware versions 5.4.73 and later (inc. 6.x.x) use the time calculation listed below. Prior versions just use a...

When trying to create a builder that takes a `Vec` as the builder and builds into a `HashMap`, incorrect code seems to be generated if you try to generate a...

**Describe the bug** When enabling both "Sort Private to bottom" and "Sort by status", the status sort only applies to private users - status is not sorted for people in...

bug
niche

**Problem** When creating a new dioxus fullstack project, the build will fail due to a missing input.css - something that is supplied with the tailwind css template. There is no...

**Problem** When refreshing your app with fullstack and a `use_server_future()` with a `?` to suspend as per the docs, when using tokio sleep, the page infinitely reloads. **Steps To Reproduce**...

**Problem** When setting a signal in a `spawn_forever()` (and even a regular `spawn()`, or component async fn), if it is also used by a resource, it cancels the future erroneously....

Hey! I help maintain a friends server. The past few wordpress versions (since 6.0 on) we've had to apply a manual patch to `tml_parse_request()`: ```diff --- functions.php 2023-10-09 23:45:47.303814892 +1100...