-
mit grammarly.com...
-
I'm sending a POST request via Guzzle ("guzzlehttp/guzzle": "^6.3") but whatever I do the body is always NULL.
```php
-
### Description
**_For the sake of conciseness, I'll refer to both `RealmObject` and `EmbeddedObject` as `RealmObject`_**
### Workaround
The current API does not provide a way for developers …
-
So, here's an idea. When we think about database requirements for event sourcing, we think of writing to the journal that's indexed by persistence id, and then needing a second index on tags for CQRS.…
-
I like using state machines, and I like `:gen_fsm` and our `GenFSM` has become pretty good (if I say so myself), but there are still people who has some good reasons not to use `:gen_fsm`, and instead…
-
## Goal
Generated bundles should be able to provide REST and/or GraphQL APIs. Those are pretty near to CRUD, but may be enhanced and/or customised manually of course.
## Concept
- Behaviour s…
-
Add a server generator which should generate
* An interface / abstract class extendable for each endpoint
* A bridge for each endpoint implementing PSR15 handler interface https://www.php-fig.or…
-
Hi,
Here is my general feedback, for what it worths, on this very early version of the code.
First of all, I think that there is too much useless complexity. The use of traits is nice for separation…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
Didn't want to get too far off-topic in the other issue, so creating a new one to discuss this.
One of the reasons it took me longer to start working on the changefeed, except for me being typical o…