jdewar
jdewar
I was looking for this; I have layers defined like ``` A -> B \ C -> D ``` B fails often during code changes. C only changes when dependencies...
filename has one too many s's, and directory has one too few i's `examples/classifcation/text_classsification.exs` -> `examples/classification/text_classification.exs`
Just wanted to confirm that deleting `_build/tailwind-macos-arm64` and running `tailwind.install` fixed it. I was able to reproduce the problem by changing the `config :tailwind, version: "..."` version number and running...
you can override telemetry as 1.0, i think it looks like `{:telemetry, "~> 1.0", override: true}`. there's no difference between 0.4.3 and 1.0: `https://github.com/beam-telemetry/telemetry/blob/main/CHANGELOG.md`
I am noticing this on my dev machine when stress testing a simple commanded app. Just to see how commanded acts I spawned 2k processes that each dispatch a command...
The current approach can be useful. If `handle` blows up, I may want the process manager to be restarted with the 'previous' state; applying first would would mean I have...
> It might make more sense to base a change like that on actual practical matters than "others do it". practically, main is easier to type
Zed: 0.134.4 Mac OS: 14.4.1 Memory: 32G Collaborating from Oregon to New England, collaborative typing can take many seconds to update text on the not-host's screen, noticeable most when we're...
> My Miro board is public I thought mine was too as I'm using a free account, but I still needed this. > How did you get a token? Did...
I did not find any GitHub forks where people had started on elixir using incremental mode, so I tried to use it in my app from the command line, but...