Petrus Theron
Petrus Theron
What did you replace RocksDB with, @mradwan? Did you stop using RocksDB? If yes, the same trade-offs may apply to others who are considering RocksDB and need a way to...
Hi @Misophistful, just want to let you know I still use Borealis as my main color scheme writing Clojure/ClojureScript, and I wish Borealis existed for JavaScript and Rush too :).
Ping @meehow :) Trying to use this crate on stable in 2019.
I ended up using this fork: https://github.com/Norbytus/rust-firebase
Thansk, @danielcompton. Any idea how to make timestamps work with sort-by,`(sort-by :some/time coll)`?
I'm seeing this on macOS Catalina 10.15.7 and jackd 0.125.0 (installed via Homebrew).
It sounds like the solution is to install Jack2. How do I do that conveniently on Mac?
OS: Raspbian Stretch 9.4 (Lite version). nmcli tool, version 1.6.2 Despite manually deleting any connections of type "ap", the only way I could get wifi-connect to run, was to skip...
I tried a stripped down project with dependencies network-manager = "0.11" and dbus="0.5.4", and it throws the same error when calling this: let manager = NetworkManager::new(); let connections = manager.get_connections().unwrap();
Also tried cloning latest network-manager 0.11.2 and including as path dependency - same problem.