Results 12 issues of Calvin Walton

The current example with Microsoft Windows shows 95, 98, 2000 - but Microsoft hasn't used this scheme in, well, 18 years now. However - they are using CalVer to describe...

To assist in packaging and make the installation process a bit more predictable (I can read Makefiles, but I don't *like* to read Makefiles…) I've created a build system for...

While doing some testing in preparation for packaging bees, I did a build using `make CXXFLAGS=-flto CFLAGS=-flto` to verify that the build would work correctly with gcc LTO. Using GCC...

# Summary * This is a… * [x] Bug fix * [ ] Feature addition * [x] Refactoring * [ ] Minor / simple change (like a typo) * [...

Needs more work

Right now when configuring ssl, bbb-install makes extensive modifications to the /etc/nginx/sites-enabled/bigbluebutton file. These sometimes cause issues with the BigBlueButton packaging scripts. All of the ssl configuration changes are valid...

In my application, I need to do some operations on the query string exactly as it was used in the request, without reordering any parameters or changing how the url...

Feature

There is no distribution tarball generated for the rasdaemon 0.6.8 release, either [in the directory on infradead](https://www.infradead.org/~mchehab/rasdaemon/) or [attached to the github release](https://github.com/mchehab/rasdaemon/releases/tag/v0.6.8). Could you please generate one (e.g. using...

### Operating System Exherbo Linux ### Ruby version 3.0 ### Project has a bundle - [X] Has bundle ### Ruby version manager being used no manager ### Description Using extension...

bug
help-wanted
pinned
transferred

The release of irc 20.3.0 caused a regression in [heisenbridge](https://github.com/hifi/heisenbridge) where SASL authentication no longer works (it hits a timeout in [network_room.py#L1477-1502](https://github.com/hifi/heisenbridge/blob/73435c922c50aec2cdbf0f08ce2747b024361f89/heisenbridge/network_room.py#L1477-L1502) when waiting for the authentication response). The cause...

When running multiple instances of abzsubmit in parallel, I occasionally hit the following error: ``` Traceback (most recent call last): File "./abzsubmit", line 22, in main(args.p) File "./abzsubmit", line 14,...