Simon Thiboutôt

Results 22 issues of Simon Thiboutôt

I want to be able to generate [meta object](https://jsonapi.org/format/#document-meta) on a [top-level document](https://jsonapi.org/format/#document-top-level) (for resource collection), but also for a [resource object](https://jsonapi.org/format/#document-resource-objects). Is it possible with _Graphiti_? I know the...

Is see there is a lot of different coding style in the codebase. I also see there is an _IntelliJ_ code style file `.idea/codeStyleSettings.xml`, but it can't be used without...

Currently, the `Builder` throws a generic `Error` from the `AxiosError` message when performing HTTP requests. https://github.com/DavidDuwaer/Coloquent/blob/62e4823b9bb70e5244f59244a93c049872280c73/src/Builder.ts#L111-L113 Would there be a way to have access to the `AxiosError`? Some HTTP statuses...

Work in progress. References: - #67

https://github.com/masterT/bandcamp-scraper/runs/7701409335?check_suite_focus=true

## Describe the bug When using [schema composition `or`](https://dry-rb.org/gems/dry-schema/1.10/advanced/composing-schemas/) in a schema along with `config.validate_keys = true`, the errors for the keys are set considering all the composed schemas. ##...

bug
help wanted

Retrieve the request CSRF token from the HTTP header `X-CSRF-Token` in the case the params `_csrf_token` is not provided. Reference: - #420

It would be nice to be able to configure the CSRF validation so it can be read from a particular HTTP header. Let me know if this is something that...

Hello, Can you publish the version **2.0.0**, the current version on NPM is **1.0.1**. Thank you!

Add convert the abstract Rails column type to _Graphiti_ resource attribute type. References: - Fixes: #82