Stephen Solka
Stephen Solka
Request came in about supporting FR. Email sent to https://dictionaryapi.dev team to see what languages their api supports.
I noticed in the documentation it says nvim has a spitfire flag but I can't seem to find the right place to put it. Could you share an example lazy...
### Issue been having trouble with sonnet 3.5 doing edits to files where they remove everything and replace the implementation with `# ... (keep existing code)` some new function then...
```elixir iex(4)> object = %{a: "b"} %{a: "b"} iex(5)> object_bin = :erlang.term_to_binary(object) iex(6)> NebulexRedisBinTerm.Cache.put("object_bin", object_bin) :ok iex(7)> NebulexRedisBinTerm.Cache.get("object_bin") %{a: "b"} iex(8)> ``` Notice how I am sending a binary to...
A common pattern in our codebase is components that take fn from parent to let components pass data/events up. This pattern is detailed in the live view documentation here. https://hexdocs.pm/phoenix_live_view/Phoenix.LiveComponent.html#module-unifying-liveview-and-livecomponent-communication...
**Is your feature request related to a problem? Please describe.** Screenshots of posts from other platforms are a common pattern in bluesky. My mute words do not apply here and...