padinko
padinko
When I have flatpickr with `enableTime: true` and I choose date and time, then I change config with `fp.set('enableTime', false)` and **time input is still rendering**, but flatpickr close after...
### Version [latest](https://github.com/adonuxt-template/releases/tag/latest) ### Reproduction link [http://example.com](http://example.com) ### Steps to reproduce `npm install normalize.css` ```less @import "~normalize.css"; ``` ### What is expected ? it compiles less file and it will...
Hi, my code `` i'm changing duration but animation is always 3s.
- GPS arrow on map, autorefresh position - Arrow rotating according to compass (working well on iOS, Android users needs to walk and comparing positions)
I have problem using npm with ssh package from gitlab I [found](https://stackoverflow.com/questions/74923739/fetch-pack-unexpected-disconnect-while-reading-sideband-packet) newer version of microsoft ssh implementation can help, so i tried it i installed it with command ```pwsh...
### Package version 2.1.0 ### Describe the bug It is currently impossible to validate dates in [ISO8601 format](https://en.wikipedia.org/wiki/ISO_8601). Day.js requires ISO8601 format when using the `dayjs(value)` function. [documentation](https://day.js.org/docs/en/parse/string) but this...
### Package version 2.1.0 ### Describe the bug there is no `requiredIf*` rules available when using array validator: ```ts vine.compile( vine.object({ ids: vine.array( vine.string(), ) .optional() .requiredIfMissing('all'), all: vine.literal(true) .optional()...