David

Results 197 comments of David

Thanks Thanks for catching up on this! I'll try to take a look! Feel free to un-draft it if you think it's ready for review

Should be fairly trivial to implement, adjust https://github.com/dvcrn/obsidian-filename-heading-sync/blob/master/main.ts#L278 to take some parameter which heading to find Sadly I'm currently loaded with other projects and don't know yet when I can...

Curious if anyone had success with recent versions and installing podman from udm-se? My UDM is stuck on 1.11.4 (with podman 1.x) because of trauma from updating firmwares in the...

> In README.md > All artifacts can be found on IPFS https://unifi.boostchicken.io/ > Extract the zip to the root of your device! Look at the assets on the Podman workflow....

Thanks for the comments all! I know what my evening project will be, fingers crossed it goes equally smooth. I only have 2 podman containers to migrate but let's see......

Looks like they pulled the 2.x upgrade for UDM again. Anyone happen to have the firmware upgrade downloaded?

@tscheckenbach I'm enrolled in EA, but that link you sent is 404ing for me Glenn posted a week ago that they pulled the 2.x firmware: https://community.ui.com/releases/UniFi-OS-Dream-Machines-2-4-23/aebbba64-9e7e-4151-bcca-34ed08761f08#comment/5cc499c9-0744-4cc2-a448-d9f2ac8c98dd

I would also love to see this in a future release. I'm running syncthing containerized and don't want a container restart to trigger a full scan (which takes a very...

I think you can inject those as extra optional parameters into `optional_params`, so they are becoming part of the keyword list opts: https://github.com/dvcrn/binance.ex/blob/master/lib/binance.ex#L74 Then inside client, check if those params...

I've changed the function signatures and shuffled things around, then added a test Could you give this branch a try? https://github.com/dvcrn/binance.ex/pull/107