John Wilger

Results 8 comments of John Wilger

I saw a comment on a different PR that you (@ntrepid8) aren't sure why Travis builds aren't reporting here. Is that what the holdup on PRs is right now? If...

"This application seems to have bugs, and I can't launch it. Let me just try running it with sudo..." Really? Don't ever do this, folks. That's like security 101 level...

@TheFirstAvenger : Adding something like this to your mix config would probably get you what you are looking for: ``` config :mix_test_watch, tasks: [ "test --failed --exclude pending", "test --stale...

I was having a similar problem while working on a Phoenix app using a VSCode devcontainer. At first, I did not use node/npm on that devcontainer at all (set `NODE_VERSION:...

> I managed to count tokens for `streaming: true` by using callbacks: > > ```js > const model = new ChatOpenAI({ modelName: "gpt-3.5-turbo", streaming: true }); > const chain =...

Given that, as @slashdotdash said in the Slack conversation, this is functionally the same as just doubling the timeout requested when you dispatch, can you explain what the utility is...

FWIW, I'm seeing this same behavior. I'm compiling on an x86 linux machine to that target. I'm using OTP 26.2.1 and Elixir 1.16.0. Here's what my mix.exs looks like: ```elixir...

Natural key is used by api to figure out what Entity to fetch. It looks like @jonmagic (who submitted the IssuesAPI) didn't address that, and I didn't catch it. For...