Mat Simon

Results 48 issues of Mat Simon

@logomaster256 , if you are still working on the project and motivated, I would add you as an admin for the repo. I currently don't have enough time to maintain...

We have been running on `v0.6.1` for a while and just upgraded to the latest version but can't connect to our datastore emulator anymore. We checked which version broke it,...

I want to render my own `404` pages, but `Assets` doesn't give me a clean way to do that. It would be great if one of those could be implemented:...

The Storage library does not expose a way to [fetch a signed URL](https://cloud.google.com/storage/docs/access-control/create-signed-urls-program) at the moment. To do this in our app, we currently need to deploy a copy of...

type-enhancement

Are there any plans to improve non-nullable fields on Models? Right now, if I'm not mistaken, all fields need to be nullable, so the library can construct them. I think...

Right now, when defining a model like this: ```dart @Kind(idType: IdType.String) class Show extends Model { // [...] } ``` and then inserting an instance of this model in the...

Right now, the only way to [get a resumable upload URL](https://cloud.google.com/storage/docs/json_api/v1/how-tos/resumable-upload) is to do the HTTP request "manually". The problem with that, is that the storage does not expose the...

### Initial checklist - [X] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/remarkjs/.github/blob/main/code-of-conduct.md) - [X] I...

🤞 phase/open

# Feature request When using the `load` function in Svelte Kit, it provides a [`fetch`](https://kit.svelte.dev/docs/loading) implementation that can be used. From the official docs: > SvelteKit's load receives an implementation...

enhancement

# Improve documentation ## Link https://supabase.com/docs/reference/javascript/next/subscribe ## Describe the problem There is no description anywhere on how to handle errors when subscribing. In my app, sometimes subscriptions don't work, and...

documentation