J-Sek
J-Sek
Thanks for the feedback :) Hard to get one even in my company, where I introduced it few months ago. So the sorting is definitely a concern, although I hardly...
> I'm not in favor of... Sure, whatever. Unfortunately it is not yet that straightforward to make everyone "trust" dotnet certificates on local environment on Linux. I went with one...
I've set up Pinia as JAM Stack website cache (Vue3 + SSG). I could not get the state loaded with `initialState.pinia = pinia.state.value`, so I called it as `.load()` and...
How do we force it to use `variables.scss` then?
I even get a line with "undefined" above the title.
I don't think it is any better now. Just by looking at Microsoft documentation, I would not choose their API to create view with list of pull requests. It did...
Example workaround for unpatient people. ```ts @Post('login') loginWithLink(@Req() req, @Res() res) { this.passwordlessStrategy.send(req, { ...res, status: (code) => { res.statusCode = code; return res; }, json: res.send.bind(res), }); } ```...
Title is a bit misleading. You do not ask for dynamic step, but for straight override of the up/down behavior. In the current state it is not possible to achieve...
I gave it [a shot](https://play.vuetifyjs.com/playgrounds/M8a0ng), but... even after fixing few edge cases, I think dedicated 3-column view would deliver much better UX (following what seems to be industry standard [[1](https://www.npmjs.com/package/@vuepic/vue-datepicker)],...
> Need select variant only month and year, or only year example: I'm set type 'months' open calendar in months list, select month, after see years list, select year and...