Collin Diekvoss

Results 16 comments of Collin Diekvoss

Thanks for mentioning vscode-fhs, I didn't realize that was a thing, I was sitting here thinking how am I going to modify the desktop file to add env LD_LIBRARY_PATH=NIX_LD_LIBRARY_PATH to...

you could rename the user with these three commands ```sh usermod -l pi biqu usermod -m pi -d /home/pi groupmod -n pi biqu ``` you should probably disable root login...

The `nh os switch` does not support Darwin due to differences between nixos-rebuild and darwin-rebuild. I have a fork that adds support for darwin. https://github.com/ToyVo/nh The `nh clean` command does...

@SolidRhino the nh-darwin fork does have a Darwin module that defines the same options if you are impatient for this pr. I have also recently closed an issue that pointed...

I noticed that with 0.1.4, llama3 was added with the referenced PR #32, I have been experimenting with react agents, and I get the error about `Stop sequence key name...

The error I get upon attempting to add the git repository as a dependency is ``` Unable to determine package info for path: /Users/CollinDie/FQ/artemis-app-demo/server/.venv/src/langchain-aws Command ['/var/folders/c6/p9t0vp0x5119lkclkkg79pqc0000gq/T/tmpoupzvubl/.venv/bin/python', '-I', '-W', 'ignore', '-c',...

I have now built this branch and manually moved the files into my .venv Here is an error I get this time (with newlines replace by actual newlines for prettier...

doing as suggested and adding handle_parsing_errors=True to the agent executor, doesn't exactly work, the error doesn't get thrown but the final answer is just kept given ``` > Entering new...

Yeah I'd agree you have a path issue to sort out. I'd like to point out the failure to read /root/.local/state/nix/profiles similar to #202 helping to show that isn't a...

this seems to be the code path in nix, I don't see an interactivity check, so the `logger->ask` must just use the default https://github.com/NixOS/nix/blob/c5b1be46b45ecbc6113efccd5c23b6b44fae91f9/src/libflake/config.cc#L54-L74 I wonder if shell in place...