Explore >> Select a destination


You are here

linus.schreibt.jetzt
| | jnsgr.uk
16.7 parsecs away

Travel
| | Multipass' GUI application recently got a huge rework. Implemented in Flutter, the GUI provides a much improved way to manage VMs. This post outlines the work I did to update the Multipass package in nixpkgs to build and include the Flutter application, which should serve as a useful reference for anyone looking to package a native Linux Flutter application in with Nix.
| | jmmv.dev
17.5 parsecs away

Travel
| | From day one, the Kyua source tree has had docstring annotations for all of its symbols. The goal of such docstrings is to document the code for the developers of Kyua: these docstrings were never intended to turn into pre-generated HTML documentation because Kyua does not offer an API once installed. As you might have noticed, Doxygen is an optional component of the build and it used to run on each make invocation. This changed "recently". Nowadays, Doxygen is only run asynchronously on Travis CI to report docstring inconsistencies post-submission (see the DO=apidocs matrix entry if you are impatient). Combined with feature branches that are only merged into master when green, this is as good as the previous approach of running Doxygen along the build. Scratch that: this is even better because running Doxygen locally on each build took significant resources and penalized edit/build/test cycles.
| | iphoneincubator.com
15.2 parsecs away

Travel
| |
| | earthly.dev
77.9 parsecs away

Travel
| Learn what Nix is and how it can revolutionize software development with its unique approach to package management and operating system configurati...