Vladimir Klepov
Vladimir Klepov
### Describe the problem Following https://github.com/sveltejs/kit/pull/5735 by @benmccann svelte-kit only provides list of scripts to preload in the `link` header. This has several issues: - Long `link` headers cause hard-to-debug...
**https://github.com/thoughtspile/awesome-tiny-js#readme** This is a list of small frontend libraries — mostly under 2Kb, with exceptions for select categories. Smaller frontend libraries help you build smaller apps, resulting in better user...
Hi! I borrowed your typing test suite for my library, [banditypes](https://github.com/thoughtspile/banditypes) — thanks for the excellent job! I quickly discovered that `test()` util checks that struct returns type assignable to...
Hey @moltar, thanks for the excellent infrastructure to benchmark validation performance, this saved me a lot of time! I went ahead of myself and added my library, [banditypes.](https://github.com/thoughtspile/banditypes) Turns out...
**Описание** В `DatePicker` на мобильных устройствах `iOS` можно выбрать любую дату все равно --- В `DatePicker` на десктопе `min` / `max` значения действуют только на год. **Ожидаемое поведение** - в...
When using TS-first collection schemas, the field validations can be stricter than the type passed: ```ts array(enums(['s'])) array(object({ key: string(), extra: string() })) object({ key: enums(['s']) }) ``` This never...
1. Add a "plus" FAB to add a new table, open file picker on click. 2. When several tables are open, tabs at the top of the screen (above header)...
To enable column operations (e.g. date parsing, math, string operations) we need derived columns. The plumbing required is there, but the UI is hidden due to UX difficulties of writing...
Hippotable should make working with widespread formats simple. The top priority at this moment is JSON. - On "open file" click, the user should be able to select JSON files...
**Describe the bug** If you try to open an invalid file, app enters an inconsistent infinite loading state **To Reproduce** 1. Click "open file" 2. Select a malformed CSV file...