Gleb Popov
Gleb Popov
While testing my own asgen backend I tried processing a package for the [Stellarium](https://stellarium.org) project. It took more than 2 hours to process it. A little debugging revealed that the...
When running `asgen` on FreeBSD I get the following crash on extremely rare occasions: ``` (process:83731): GLib-CRITICAL **: 14:00:59.457: g_atomic_ref_count_inc: assertion 'old_value > 0' failed Thread 1 received signal SIGBUS,...
Hello. I have a need to edit some values in `/etc/login.conf` file and rebuild the database after that. It would be great to have a module for this task. It...
Running `make show-target-pairs` on the July CURRENT results in: ``` % make show-target-pairs make: "/usr/home/arr/projects/ZRouter/Makefile" line 85: Malformed conditional (${MACHINE} == ${TARGET} && ${MACHINE_ARCH} == ${TARGET_ARCH} && !defined(CROSS_BUILD_TESTING)) make: "/usr/home/arr/projects/ZRouter/Makefile"...
# Description Adjusted the preprocessor directive to include GHC 9.4 and fixed a typo.
Hackage is a package DB for Haskell packages. An example of package URL is https://hackage.haskell.org/package/cabal-install It'd be great to have email notifications when a package gets a new release on...
The change is surprisingly simple, but seems to work. I tested it in following cases: - Simple `pkg upgrade` of a vital package. It turned out that my previous change...
This code block is spelled twice in this function and the latter one is more complete
This is a draft PR that I wanted to show off before proceeding further. - I generalized `group_open_schema()` into `open_schema()`. - `group_load()` and `expired_load()` may be generalized too. - Add...
@jhixson74 Please take a look