Alex Ameen

Results 31 comments of Alex Ameen

A note to y'all showing up late: __VA_ARGS__ is actually `__VA_ARGS__` Github's Markdown formatting uses `__FOO__` to indicate text which should be boldface.

> I would not call this anti-pattern, anti-pattern is inefficient or shooting yourself in the foot in the future... > > This is dark-pattern territory. This might be a more...

A second useful example that is backwards compatible with Nix versions < 2.7: ```nix { description = "My DWM Config"; inputs.utils.url = github:numtide/flake-utils; inputs.utils.inputs.nixpkgs.follows = "nixpkgs"; outputs = { self,...

I'm bumping this because I this issue just consumed ~10 hours for me to debug. This build operates under the assumption that the the shell command `python` ( whether by...

Adding channels to my `environment.yml` file fixed things for me. I noticed the environment described by `conda env export;` lists "channels" at the top. Adding some of those allowed things...

Would be pretty nice to merge this in.

Hey I’ve been using Prettier for the last several weeks, and while I like it, it is definitely not a Vim indent solution. Its more like GNU indent where it...

NOTE: I just realized there is some buggy behavior with "setdevice" It does correctly transfer playback, but if you then try to choose a new track it returns back to...

Removing the "deviceNameFlag" portions from the existing code base seemed to fix the issue. I'm not sure exactly how that was meant to function. The issue is that when it...