Kalcifer

Results 140 comments of Kalcifer

> Where is this share button in lemmy-ui? ![Image](https://github.com/user-attachments/assets/9faaf32c-f787-40e1-8c04-5a7018a801f2)

This issue is perhaps related: https://github.com/asimons04/tesseract/issues/40 It produces the same behavior.

Sure. Here's the two feeds for the example mentioned in the post: - https://globalnews.ca/feed/ - https://globalnews.ca/bc/feed/ Here's another example: ![image](https://github.com/FreshRSS/FreshRSS/assets/7829231/0bc20e04-0075-4eeb-a966-1f0c83fcf1c5) - https://www.theverge.com/rss/index.xml - https://www.theverge.com/tech/rss/index.xml And another example: ![image](https://github.com/FreshRSS/FreshRSS/assets/7829231/0225d256-d706-43ba-8b8a-7a676468fb0a) - https://www.polygon.com/rss/front-page/index.xml...

If you go to your user profile page and toggle between comments and overview, look at the spacing/separation of the items in the list. You'll see that under overview, they...

I think https://github.com/Rahix/avr-device/issues/130 is related? Note that the same also applies for `pcmsk` with `pcint[0-8]`

> I couldn't reproduce with development version. Can you reproduce with stable?

> please test on the latest dev version: I tested with the latest AppImage and wasn't able to reproduce it; however, I'll wait for 1.1 to release to Flatpak to...

A workaround on KDE, is to go into `Window Menu>More Actions>Configure Special Application Settings...` and set `Ignore requested geometry` to `Apply initially` and `Yes`. When the application launches next, it...

Is the following error related to this issue? ``` error[E0277]: the trait bound `avr_hal_generic::spi::Spi: embedded_hal::spi::SpiDevice` is not satisfied --> master/src/main.rs:24:39 | 24 | let mut nrf24 = NRF24L01::new(ce, spi).unwrap(); |...