Felipe Martínez
Felipe Martínez
It seems like whenever the home top bar changes height due to scrolling up or down, everything gets recomposed causing a ton of lag. It seems like this is caused...
I've managed to alleviate the constant stuttering every time a new post listing enters the screen by grouping a few posts into groups. This way the LazyColumn only has to...
### Is your proposal related to a problem? There's currently no good way to let Android know what URLs a Lemmy app can open since they all have different domains....
When long pressing a post thumbnail or image a dialog will show containing actions related to the post's link, similar to Boost. If the link is an image, an option...
I'm trying to run an app built using FreeRTOS using Unicorn, but I can't seem to get the exception handlers right. Relevant FreeRTOS code: ```assembly 0000413c : 413c: 4805 ldr...
When using the `--systemd` option along with SystemD `.service` and `.socket` files that start ustreamer when a TCP connection is received, if ustreamer is started by requesting a `/snapshot` the...
For example: ```pug mixin inner(foo) div Foo is #{foo} mixin outer +inner("Bar") +outer ``` Outputs this: ```go // Code generated by "jade.go"; DO NOT EDIT. package views import ( "io"...
When you change the width of the first key of any row, the rest of the keys on that row don't move, thus either leaving a blank space on the...
The `Bma421::Process` function is fetching the sensor's temperature and activity output and assigning them to local variables which are never used, so this code seems to be useless and could...
By uploading the standalone ELF build as an artifact we'll be able to use the web build of InfiniEmu to test any PRs without downloading any files.