Andrew

Results 123 comments of Andrew

> ``` > error: attribute 'agpl3' missing > ``` [Updated](https://codeberg.org/AndrewKvalheim/configuration/commit/05333d9fb01d9caffeb65d3b4340b71a37b2a9d9) for NixOS/nixpkgs#297173. --- I haven’t figured out how to get the checks to run locally. Can you spot what I’m...

I ended up [adding](https://github.com/SeaGL/patch/blob/v1.1.0/src/lib/Client.ts#L99) an async generator with token management hidden from the public interface: ```typescript const pages = client.getRoomEvents(room, "reverse", { types: ["m.reaction"] }); for await (const page of...

Looks like TP-Link took down the list of devices that require a cloud account. For searchability, as of [October 2022](https://web.archive.org/web/20221005031315/https://www.tp-link.com/us/support/faq/2707/): > HS107, KP200, HS300, KP303, KP400, EP40, KL430, KL430E, Hs210KIT,...

Maybe add a note about `monthly_indexes`?

In case anyone finds it useful, [here’s](https://gitlab.com/Andrew/configuration/-/blob/main/packages/nbt-explorer.nix) how I’ve packaged NBTExplorer for NixOS.

I think the heuristic I use myself is that a range typically isn’t expressed with mixed types, so e.g. `Range(24HourTime, 12HourTime)` isn’t a valid interpretation to begin with. There’s some...

This is referring to the ability to *set* the focus point, right? i.e. this interface: > ![image focus point selection in Mastodon web interface](https://github.com/Dimillian/IceCubesApp/assets/1844746/48ee2500-d6d0-4743-87fe-1d08e8c4cb7c) I wouldn’t expect the app to...