Fugi
Fugi
### What version of `astro` are you using? v1.0.0-beta.46 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn ###...
This adds a new config option, `WithManualCheckpointing(true)`, that disables the automatic checkpoint on `Next()` and adds a new method `NextWithCheckpointer()` that includes a new return argument, `func()`, which updates the...
This moves fetching records into a goroutine to try and abstract the logic in preparation for enhanced fanout. It also moves the commit loop into a goroutine to try and...
### Describe the bug Pressing TAB to auto-complete a command or parameter takes around 12 seconds to return. When it finishes the result is as expected, it simply takes much...
This address #707 by adding support for routes of the form `prefix$var$suffix`. This is technically a breaking change in that you can no longer have `$` in the name of...
### Describe the bug Currently TanStack Router supports dynamic path segments in the form `/$var/`. However it is sometimes useful to have a static prefix (or suffix) that is used...