Dan Syrstad

Results 41 comments of Dan Syrstad

I have the same error: What happened I manually removed a dependency from pubspec.yaml in my flutter project. Version information IntelliJ IDEA 2022.1.2 • Flutter plugin io.flutter 68.1.4 • Dart...

I'd like to conditionally stop navigation altogether - not just `beamBack`. Imagine you're on a form, fields have been modified, and you have a drawer which allows navigation elsewhere in...

Please also add: `Prefer: params=multiple-objects` https://postgrest.org/en/stable/api.html#bulk-call. However, this will require accepting an array of objects rather than just an object - kind of like insert.

> @dsyrstad Could you instead use an array parameter for your function? `params=multiple-objects` doesn't have good performance and we thought it'd be better to not expose it to the clients....

> Curious, is there any downside to just using [a single unnamed parameter](https://postgrest.org/en/stable/api.html#calling-functions-with-a-single-unnamed-parameter)? > > PostgREST will do the right thing without needing `params=single-object` - other than needing to use...

Maybe we just need the ability to easily add arbitrary headers to the request. I know this is possible currently (not in the Dart SDK 1.0.0 though), but it is...

> @dsyrstad Unfortunately exposing headers as public member on Dart SDK was more of a mistake than a feature, so it will not be reintroduced unless something similar is added...

That sounds good, as long as we can retrieve a header as well. The `Prefer` header can be multi-valued, so you need to be able to tell if there's an...

@steve-chavez Yes, I want to search across all jsonb values. It's pretty convenient. Having a `to_tsvector` modifier would work. But the solution I proposed should be exactly equivalent, plus expands...

@steve-chavez Normally I would raise a PR, but in this case I don't have Haskell skills, nor an environment set up to build it on.