Alex Ally

Results 4 issues of Alex Ally

### Describe the problem Having a single load function which loads all of the data for a page means that you cannot reload part of the pages contents. If the...

breaking change

[joeally/rollup-esbuild-await-this-bug](https://github.com/joeally/rollup-esbuild-await-this-bug) demonstrates a minor bug with `rollup-plugin-esbuild` that sees it give a confusing error message in some circumstances when using `async/await` code. An example of some code that will cause...

# Bug report ## Describe the bug In the situation where we have a view in which one of the columns has the row type of a table, unknown is...

bug

### Describe the problem In the same way that typescript offers `Awaited` to extract the type from a promise it would be nice if we could provide an easy way...

types / typescript