Aadit Olkar

Results 5 issues of Aadit Olkar

### Current Behavior In a project.json, if the `outputPath` under `targets..options` is empty. i.e. `""`, it errors and deletes the entire repository. I literally lost 4 days worth of commits...

type: bug
scope: js

As of now, the default in solid-query is to suspend when accessing inside a suspense boundary. This may not always be ideal, hence the `suspense` option is provided. However, that...

Attempt at addresssing #503 This PR includes, the form-persist-core package with tests and the changes to the form-core which make it work. The form-persist-core exports two main things: `class PersisterAPI`...

Subscribing to the the observePairs observable in typings/exchange.d.ts gives the "next" function a Pair[] as the argument but it is typed as just Pair. When consoling logging the output, it...

Changes the output type for `startsWith` and `endsWith` to actually reflect. Previously: `startsWith("abc")` -- output --> `string` Now: `startsWith("abc")` -- output --> `abc${string}` Similarly with endsWith.

enhancement
question
next version