tomberek
tomberek
Functions and events defined in a `_=` block using eventsource does not have access to "me" and the locally defined functions and variables. ``` ```
When appending data to the DOM it uses innerHTML. This destroys any htmx or DOM related listeners on existing nodes. Example ``` on message append it to the #stream get...
Several compression formats are rsync-friendly with certain options set. "rsyncable" seems to be the term used by gzip, zstd, etc. Can such an option be supported by libarchive? Is this...
Running through initial setup on both NixOS/Ubuntu: ``` ... copying path '/nix/store/7yh730wmnkllvr30h3vdq0zq1yjqrsd3-openssl-1.0.2p-bin' from 'https://cache.nixos.org'... copying path '/nix/store/w70ksa7qjl493p30gnwl03jkambn2gcn-openssl-1.0.2p-dev' from 'https://cache.nixos.org'... copying path '/nix/store/gzvgpbqlmmxqn6sbfm2lx1przyfh2wc4-curl-7.62.0-dev' from 'https://cache.nixos.org'... building '/nix/store/baw9hb03szphw5csf29d736bwdyhs878-source.drv'... trying https://github.com/mozilla/nixpkgs-mozilla/archive/7e54fb37cd177e6d83e4e2b7d3e3b03bd6de0e0f.tar.gz % Total...
https://github.com/NixOS/nix/pull/3551 This will need to be updated in your Makefile at some point. `nix run` -> `nix shell`
Much of the project has the location of the binaries hard coded to `~/.bash-my-aws`. It would be convenient to have something similar to the `--prefix` in configure/make. Using the `project_root`...
New users sometimes are interested in flakes and have heard of them, but may avoid them due to their experimental status and perceived additional complexity. A friendly way to introduce...
A common problem is overloading `nix-shell` with two responsibilities, to establish a dev environment and to build necessary software. A first step I've done taken is to help create a...
This will make it much easier for people to use.