Michael Milton
Michael Milton
Maybe this should be a discussion? My motivation here is that I think this first section needs more student interaction.
In `parallel.Rmd` and also the WIP `hpc.Rmd` we add `crew` imports. However, we don't really have a way to demonstrate that these should be added to `packages.R`. We currently add...
`penguins` is in R 4.5+. At a certain point we can remove the dependency on the `palmerpenguins` package.
For example: `impl From for FileAttr where T: std::fs::MetadataExt`. Currently, this is a pretty trivial mapping: ```rust fn metadata_convert(m: Metadata) -> FileAttr { FileAttr { ino: m.ino(), size: m.size(), blocks:...
I want to get my spotify/tidal sync as complete as possible. There are a couple of instances where the "search Tidal" approach doesn't work, e.g. "The Dave Brubeck Quartet" in...
When running `spotify_to_tidal --sync-favorites`, I get this error: ``` HTTP error on 400 Adding new tracks to Tidal favorites: 0%| | 0/1947 [00:00
I just hit an unusual issue. We setup the session like this in FastAPI: ```python app.add_middleware( SessionMiddleware, store=RedisStore(connection=Redis.from_url("redis://...)), lifetime=..., cookie_https_only=..., ) ``` One user hit an endpoint which updates the...
### Q&A (please complete the following information) - OS: macOS - Browser: FireFox - Version: 140.5 - Method of installation: downloaded the pre-compiled bundle and used the `dist/` directory -...
### Apache Airflow version main (development) ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? All executors, even as simple as the `LocalExecutor` try to...
(Yes I know this filesystem is dead, but I'm using its corpse to test out some NFS features that aren't available in other FOSS filesystems) Compiling lizardfs using `g++` 13...