Daniel Fancsali
Daniel Fancsali
Following the [instructions](https://brlcad.org/wiki/Compiling) and trying to build BRL-CAD 7.34.0 on a MacBook Pro with a M1 Max chip, running OSX 13.1 Ventura, results in a segfault and a failed build:...
As far as I could tell, the parser will insist, that there is _no_ spaces between the theme-tag opening/closing `` and the keywords. So at the moment this would not...
I was just wondering, what is the preferred way of doing something like the example below (which doesn't seem to work): ```sh # my_command.test.sh # Test my_command in fact does...
Empty lines should be left empty, and not filled with spaces, to match the indent of the previous or following line.
The previous implementation relied on the -printf option for find, which is not implemented in BusyBox. Replaced it with sed to find the basenae of files reliably.
As far as I was able to tell, the cookie only has 4 bytes for the client IP address, meaning that IPv6 could be an issue. I propose an update...
For an additional layer of security the cookie hash could include the User-Agent, so to have a bit more confidence, it's the same browser using the cookie, that has been...
Proposing not to depend on the GNU extensions, as many lightweight systems and their components (Alpine, BusyBox, ...) would not contain specific versions of GNU awk by default.
Just to be even easier to pick up after being proficient in JavaDoc (and all its siblings), I propose the `@description` tag to be dropped for functions, falling back to...