Rockwell Schrock
Rockwell Schrock
I ran into an error by putting my `reference` slot button as the first child of the `` component, e.g.: ```vue Don't do this! foo bar ``` In reality, the...
I noticed "use Bodyguard.Policy, policy: ..." is peppered throughout, which I deprecated in Bodyguard 2.1. This is a note to myself to go through and fix those uses for you...
A bunch of the deps have build warnings because of old syntax, etc.
I needed a way to pass args to initialize new scenes, so I added the ability to pass variadic args to `Noble.transition`. I couldn't figure out how to document this...
This is a follow-up to #876 and https://github.com/nerves-project/nerves_system_br/pull/778 that adds documentation specifically about building custom systems on macOS, and the new `$TMPDIR` environment variable. Should the docs recommend setting both...
This should integrate with Ecto to simulate the true ActiveRecord experience. Preloads – who needs 'em?