Kiptoo Magutt

Results 10 issues of Kiptoo Magutt

I was looking at the sample [filtering docs](https://flask-rest-jsonapi.readthedocs.io/en/latest/quickstart.html). If I had my PersonSchema using fields.Nested instead of fields.Relationships, like this: ``` class PersonSchema(Schema): ... computers = fields.Nested(ComputerSchema, exclude=('person',)) ... ```...

- merges in changes from master that enables project to run on AS v3.3+ - preserves readme.md version on target branch

- allows project to compile in Android Studio 3.3+

Is there a way to run a specific migration if I have multiple scripts living in my `migrations/` folder? Lately, I have had a few use cases where I need...

question

- Adds a block to catch validation exceptions that occur when PATCHing a resource

### setup An SQLalchemy model that has 1. An Enum field 2. A DateTime field to track updated_at timestamp on the model 3. A marshmallow-based custom de/serialization (and the corresponding...

#https://github.com/jfinkels/flask-restless/issues/492 Hello @jfinkels. I'm looking to use this extension to simplify my CRUD implementation. Potential hurdle is the current requirement to use a `dict()` as a query parameter, particularly for...

### [REQUIRED] Environment info **firebase-tools:** v10.9.0 to v11.8.0 **Platform:** macOS ### [REQUIRED] Test case On a project that requires `functions.config()`, remove the `.runtimeconfig.json` file from the project and run the...

type: feature request
api: functions

Does anyone have a working example for how to use the 'fixed_sequence' type of generators? In https://github.com/svanoort/pyresttest/blob/master/advanced_guide.md, I can only see an example for the 'number_sequence' type. I have defined...

In this repo https://github.com/prisma/prisma-examples/tree/latest/databases/postgresql-supabase, the following error occurs when running the last step (`npm run dev`) in the README instructions: `No 'User' record(s) (needed to inline the relation on 'Post'...