Josh Marshall

Results 16 issues of Josh Marshall

I have implemented a [_very_ in development tool](https://gitlab.com/anadon/detect_programs_called_from_script) for use with POSIX shells which does two things currently. Firstly, it rigorously validates the syntax of the script. Secondly, it reports...

Few contemporary scripts are written to conform to the POSIX standard. Many more are written to conform to `bash`, `zsh`, or `fish`. Of these, `bash` is particularly important. I'd like...

Recognizing shebangs ( #!/usr/bin/sh or #! /usr/bin/env sh or similar ) can be used with a word splitting pattern match to make sure to match the shell being invoked is...

Due to a difference (I think, it has gotten quite late at night) between the tagged version of 0.11.0 and the version pulled by Opam, the symbol `WordAssignmentWord` no longer...

One thing I noticed when working on the build script was the use of a considerable amount of Lin. Alg. code. That makes a lot of sense, given your input...

enhancement

On NixOS branch 24.11 with ollama 0.3.12 for the client and server and the python module ollama 0.4.7 I and receiving the following from executing my program in it's traceback:...