bb010g
bb010g
Cloning [Aura](https://github.com/fosskers/aura) & running `nix-build ./nix -A staticProject.static_package` will give you a successful static build using `nixos-20.03`, Stack 2.1, and Stackage lts-15.13. Not sure how to go about upstreaming all...
@nschonni Pinging you, as you're listed in the @CSSLint organization and actively contributing to other linters. Do you know CSSLint's current maintenance status?
TCX import would be great for analyzing Fitbit activities.
Will patches to open-source AssetRipper components that reproduce existing closed-source AssetRipper features be accepted?
@ds5678 > > Add a commercial option while keeping the source availiable: > > I'm skeptical of this solution because compiling C# is way easier than C++, and I don't...
@ds5678 Your pricing depends on what you think your product is worth, how many customers you have, how much those customers think your product is work, how much prospective customers...
I personally use Maud, which has an example in its [book](https://maud.lambda.xyz/web_frameworks.html): ```rust #![feature(proc_macro)] extern crate maud; #[macro_use] extern crate rouille; use maud::html; use rouille::Response; fn main() { rouille::start_server("localhost:8000", move |request|...
This is for Odyssey. I was just putting in the man page quote for a reference of what their settings for controlling it are without (likely poorly) paraphrasing them myself....
I feel like [wlr-layer-shell-unstable-v1](https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/blob/d998ee6fc64ea7e066014023653d1271b7702c09/unstable/wlr-layer-shell-unstable-v1.xml) is close to what you want, allowing you to position relative to an anchor, but you can only anchor to an edge of a layer surface,...
In the realm of slightly evil bodges, if you can detect where the pointer is as soon as possible (the mouse shouldn't have moved far after clicking), the window could...