Kalcifer
Kalcifer
> Where is this share button in lemmy-ui? 
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:  - https://www.theverge.com/rss/index.xml - https://www.theverge.com/tech/rss/index.xml And another example:  - https://www.polygon.com/rss/front-page/index.xml...
I'm also eagerly awaiting this to be fixed -- the red is nasty.
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(); |...