Paweł Grabarz
Paweł Grabarz
For js it is probably possible. ``` /* @if true ** productionOnlyMethod() /* @endif */ ```
Question from refinement: - When is it safe to use .. operator instead of import? For now we will assume that if all tag values are a constructor for the...
I think it's possible and we could try doing something, but with typescript there are a few problems. First of all, typescript's loose variance rules and structural typing will make...
Not really ready for review yet, just enabling the PR to ensure the runners are scheduled.
> i'm wondering how the dev scripts work now - specifically how does vite replace `$config` with `process.env`? When you are running dev server, it works as it used to....
> Does this change anything about our daily dev workflow or are the changes only relevant to CI? The changes are made specifically to not require any local setup changes...
Some validators are already compatible with `Date` object. `between` is one of them, also coming soon `minValue` and `maxValue` in https://github.com/monterail/vuelidate/pull/157, but that can already be achieved by using `between`...
Well, technically Date converted to number is a timestamp, that's how it works in javascript 😄 Anyway, I do point out in the header of docs that it combines well...
This likely got fixed with changed layouts of widgets. The input box height matches the port height for a while already, So I'm pretty certain this can be closed as...
I experimented with CSS a bit, and everything seems to be correct on that front. The text is just cut off by various amounts on various font scaling settings, but...