PointSource

Results 19 issues of PointSource

Using the "db" aqueduct template as the basis for this test, I have added an additional variable to the "model" path like so: ``` @override Controller get entryPoint { final...

This forces the openapi generator to ignore private fields. Fixes #897

I have some ORMs with private fields that do not get serialized but are used internally. Despite not being exposed on any endpoint, the openapi generator includes these fields in...

Using chopper 4.0.1, I am trying to encode a query param called "filter" which accepts a map with this structure: ```json { "Field": "QuoteNumber", "Op": "=", "Value": "306142" } ```...

# Bug report ## Describe the bug I wrote a supabase edge function a few weeks ago and successfully deployed it. Yesterday I went to edit it and realized I...

bug

Is there a way to enable dart_mappable to support deep copy on custom iterables and collections (such as those from fast_immutable_collections)? There is currently a way to support serialization on...

First off, thanks for making the best serialization library available. It's been a painful road getting here. I'm currently migrating my code over from freezed + json_serializable to dart_mappable +...

# Bug report I have a psql function which references the "session_user" variable to differentiate between being called by an authenticated user and a trigger. The function is "is_claims_admin()" from...

bug

I am having [this exact same issue again](https://github.com/flutter/flutter/issues/113645) on version 3.3.9 and the last few versions before it. It was fixed momentarily on master (per the linked thread) and possibly...

waiting for customer response
in triage