Joe Nelson

Results 110 issues of Joe Nelson

If we sort codex.tags and set `noignorecase` then it will work.

and tab navigates upward rather than downward

bug

Copy parts of the configure script from zlib, which shows how to build on HP-UX, IRIX, OSF1, QNX, SCO, SunOS/solaris, System V, OpenUNIX, AIX.

The first time I ran this program (in Docker) I got the following error: ``` Getting informations... (It can be quite long, and don't worry if you see some errors...

My configuration file contains a field for a web server port. I'd like to read the value from an environment variable, but doing so always treats it as a string....

A user discovered a problem in my web server that causes it to freeze under certain types of concurrent traffic. I'm trying to model the situation in a test but...

Hey I just released https://hub.docker.com/r/begriffs/postgrest and wondering if you can update your instructions to use that one? It'll make my project maintenance easier if everyone is using the same configuration....

Fails similarly on the main branch ([6d76d5](https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/commit/6d76d5c9b8ae294409c8e147ea1c3e3281cc2d1d)). System information: * OpenBSD build 7.5 GENERIC.MP#82 amd64 * python 3.11.9 * cmake 3.28.3 * ninja 1.11.1 * clang 16.0.6 * meson 1.3.2...

The code you have already is more portable than what's in this pull request, but I wanted to share this for anyone looking for an alternative to running the program...

On perl v5.36 I ran into a bug that took me a while to track down. The `given()` construct erases its argument after mixing the `if` statements with the `when()`...