Brian Parma

Results 19 comments of Brian Parma

Seems odd to put `suspend` on the front of the name, I would think `async` or `asynchronous` would be more descriptive/accurate. Maybe `Allochronic`... `BleGatt` is probably best but least unique....

So there was a swallowed exception using the queue that I fixed in the gist. I see it is working now, but it is still buffering several yields before sending...

I realized that after I posted about os.environ. After your post I looked through the bottle api and found that if I change the function to the following it works:...

Has anyone done this? I would like to try to use innernet for a small network but one node is on windows and one on android, so the only thing...

Since you have flakes enabled, you don't actually need to install home-manager to use it, you can simply `nix run home-manager/ -- switch --flake .#myprofile` the first time (see https://nix-community.github.io/home-manager/index.xhtml#sec-flakes-standalone)....

I posted the original message in macroid's forums. My dependencies are much simpler than hermanbanken: ``` dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:22.1.1' compile 'org.scala-lang:scala-library:2.11.6' compile 'org.macroid:macroid_2.11:2.0.0-M4' compile...

I am seeing this too. I just added sops-nix to my config for both nixos and home-manager, but the `sops-nix` user service is not being created. My config is loading...

I am running into this issue, or something very similar. I may just be confused about how unmounted fields work. my setup: I have a field group that's got 2...