Robin Munn
Robin Munn
> > ...which is the way most (not all, but most) boolean options are used in most software. > > Sorry citation needed :( I guess I should have said...
@justinmchase - Having flags that take values doesn't pass the principle of least astonishment for me, because in my 10+ years of using Linux I've gotten very used to "flags...
@moh-hassan @ericnewton76 I'd like to get #690 merged before a release happens, so that the Wiki documentation I'm working on for the new GetoptModeV2 parser mode will be correct, and...
@ericnewton76 @moh-hassan Ping. Are you still getting notifications from this repo? I want to make sure #690 gets merged before the release, so that #684 is in the best shape...
While I'm fine with `$app/mode`, this seems like the right time for bikeshedding, so I want to suggest `$app/runtime` for consideration. Or `$app/runtimeEnv` or some such thing, but we don't...
> Sounds good, but `prerendering` doesn't really seem to fit in with the idea of `runtime`. Agreed, but it's the best I've found so far. Unless `$app/runmode` would be better,...
I have a design for `$session.refresh()` (and also `$session.persist`) sketched out in https://github.com/sveltejs/kit/issues/1726#issuecomment-913295755. Part of that design includes the idea of only re-running `load` on session changes if `$session.refresh()` was...
With the upcoming changes to `load` discussed in https://github.com/sveltejs/kit/discussions/5748, particularly the way that it now returns *just* the data that the page will use, rather than a complicated object, some...
Note that once https://github.com/sveltejs/kit/pull/5778 (which implements https://github.com/sveltejs/kit/discussions/5748) is merged, the return values of `load` functions are going to change dramatically. Instead of returning a `props` object, `load` functions will be...
Once the changes discussed in https://github.com/sveltejs/kit/discussions/5748 go into Kit, it may be possible to implement this. #5748 mentions that there will be "layout endpoints" available in `+layout.server.js`. It's not yet...