Leonardo Montini

Results 30 issues of Leonardo Montini

This PR fixes #3060. Added an optional flag that gets rid of all the values with 0 to have a shorter (but still valid) ISO duration string. The case where...

**Is your feature request related to a problem? Please describe.** Sometimes a form does not come empty but is already filled with data (imagine editing an existing entity coming from...

enhancement

### Description While logged in, every time I go on the [new statistics page](https://linkfree.eddiehub.io/account/statistics), I notice the views count of my profile increases by 1. Repro: 1. Login with GitHub...

🚧 status: blocked
🛠 goal: fix

I don't see on the [GitHub Copilot page](https://code.visualstudio.com/docs/editor/github-copilot) any mention to the Completions Panel you can open with `Ctrl+Enter` (the command is `github.copilot.generate`) Is it intended (maybe too niche/unstable feature)...

doc-enhancement

I thought it might make sense to auto-suggest the current day if nothing is entered when running the `start` command.

### Description I'm asking it as a question because I'm not even sure if it's possible from the APIs, but would be possible to filter the shorts? I'd like to...

question

### Describe the bug The library cannot infer the right type of fields in a (probably weird) edge case, when an array is an union type of objects. Take this...

This PR closes #696 As mentioned on Discord, this should be the expected behavior of "inserting a value into an array".

### Describe the bug `insertFieldValue` (and `insertValue`) currently replaces the value at the given index. ### Your minimal, reproducible example https://stackblitz.com/edit/tanstack-form-tbctpy?file=src%2Findex.tsx ### Steps to reproduce 1. Click the "Insert Above"...

As of v1.0.1 c6fba99741d5c4d8f4d67bc9d446983e2fbecefa the coverage is already 100% but there are for sure some edge cases that are not covered, for example passing a negative amount to `pickMany`. It...

help wanted
good first issue
hacktoberfest