William King
William King
In relation to #513 I've isolated all the URLs in DiffEqDocs.jl and checked their HTTP response codes. Most of the links are working fine right now, but there are quite...
Adjusted program to check for flag identifying if it runs in a container. Added a containerfile to build OCI containers. Added instructions to README.md This should allow users to quickly...
In the firefly iii website there is the option to attach files to a transaction. In the app it would be nice to be able to do the same. One...
When attempting to import and convert the attached ofx file using ```python parser = OFXTree() with open("./test1.ofx", "rb") as fh: parser.parse(fh) parser.convert() ``` I get the following error ```python OFXSpecError('OFX(signonmsgsrqv1=None,...
When using a smartblock button it would be very helpful to be able to add a file in the dialog box by adding a field such as ``. I imagine...
Please allow the backend to be changes in the system so that alternate providers (such as a local LLM) can be used.
I would like to use Purelymail as a relay to a mailserver at my house. I would like to be able to do this over a vpn connection such as...
I was demonstrating chef to my wife, and she said something to the effect of: "What I really need is a way to look up recipes by their ingredients, so...
The instructions to setup/use podman are out of date. In most cases now, you should be running podman through quadlet/systemd files. I have an example that I got working (using...