Jessa
Jessa
I didn't dig too far, but I noticed with the Pi Zero & Zero W, `ALL_TASKS_SHOULD_DMA` is enabled, which enables a bunch of optimizations. I got [this ST7789](https://learn.adafruit.com/adafruit-1-3-and-1-54-240-x-240-wide-angle-tft-lcd-displays) working with...
> That 'fixed' my problem but did it actually turn it off? `ALL_TASKS_SHOULD_DMA` is activated here: https://github.com/juj/fbcp-ili9341/blob/7c4a05aabc1d88e22eb126ccb18835ebfbd28853/config.h#L116 IIRC, it seemed like some of the code that `ALL_TASKS_SHOULD_DMA` enabled wasn't actually...
the only thing that starts mc_pool_sup is mongoc:connect/3, which ends up doing mc_pool_sup:start_link/0 in the calling process; so if you happen to call mongoc:connect/3 in a process that ignores it,...
One thing to note about adding `AsyncCipher`, `AsyncDh`, and `AsyncHash` traits is that, unless we add a `R: CryptoResolver` generic parameter to `snow`'s structs instead of storing a trait object...
> Have you thought about the ability to move data from the `storage/` folder to object storage (handled by Peertube)? As of Peertube 5.1.0 the `storage/` folder contains: This is...
@cameronelliott Thanks for the interest, and for paying attention to the license! The parent project which owns the original code is licensed AGPL, and knowing the current owner of that...