James St-Pierre
James St-Pierre
+1 Hope to see this soon :)
You may want to check https://github.com/bcomnes/npm-run-all2 which is a newer, up to date fork.
> > You may want to check https://github.com/bcomnes/npm-run-all2 which is a newer, up to date fork. > > npm-run-all2 also gives the same error npm-run-all Install only one at the...
You may want to check https://github.com/bcomnes/npm-run-all2 which is a newer, up to date fork.
> What's the advantage of doing this instead of just doing > > ```svelte > > > let { values = $bindable(), onChange } = $props(); > > const addValue...
> How about something like: > > ```ts > let { prop = $bindable.required() } > ``` > > Maybe a different name like `$bindable.must`, or even, `$bound` and `$bound.optional`....
@dummdidumm While it's pretty easy to guess how to pass parameters using events, I kind of agree there is no "recommended" approach in the doc. I believe what @MentalGear is...
Just opened PR #749 Edit: Just noticed the build failed. Likely because Pundit is not specific to ActiveRecord. Leaving it there just in case you have a better implementation in...
Same issue and work around not working either
> Just coming back to this. Maybe all these migrations should have rubocop-disable statements. GoodJob frequently _does_ use trinary booleans and we trust ourselves to use them correctly. Hi @bensheldon...