Moncef AOUDIA
Moncef AOUDIA
Hello, i added new languages and issues tags.
I would like to know why there is no PARAM logger like [PostgreSQL](https://github.com/pgjdbc/r2dbc-postgresql/blob/main/src/main/java/io/r2dbc/postgresql/BindingLogger.java) ? Thank you
resolve #104
Hi @kaqqao, I tried to add support for extensions parameter which will help to integrate [Persisted query support](https://github.com/graphql-java/graphql-java/pull/2013). I'm waiting for feedback Thanks
Hi I tried to implement stringContainsInAnyOrder in my fork, but I found that we have already a duplicated #173 PR since 2017 with merge conflicts. I'm waiting for feedback. Thanks
### Description There is an interesting feature in Spring Boot which controls easily error [attributes](https://docs.spring.io/spring-boot/docs/2.0.0.RELEASE/api/org/springframework/boot/web/reactive/error/ErrorAttributes.html). Default configuration: ```yaml server: error: include-stacktrace: never include-message: never include-binding-errors: never include-exception: off ``` `ErrorAttributeOptions`...
* [ ] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] unit tests on the added/changed features * [ ] make tests compile *...
The current state of OpenRPC specification does't match latest input/output. We have to check every method parameters and results. - [ ] get_addresses - [ ] get_block - [ ]...
In order to improve Massa JSONRPC API consummation, we could create and share a public Postman collection. It'll complete [OpenRPC Playground](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/massalabs/massa/main/docs/technical-doc/openrpc.json) which gives us an interactive documentation. Added methods: -...