-
This bounty is to get your input on the Substack book and book club, _Gaming the Future: Technologies for Intelligent Voluntary Cooperation_ by Allison Duettmann, Christine Peterson, Mark S. Miller, F…
-
Hello there!
I'm developing an API using Node, Express and TypeORM. I'm using docker and postgres (a container for API and another one for db, in dev environment).
My seeder was working before u…
-
**Issue type:**
[X] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[X] `mysql` / `mariadb`
[ ] …
-
In DatabaseSpool::queueMessage do not use
``` php
$this->em->flush();
```
for every message as it drops down performance significantly. Flush should be called from the invoking code (externally):
`…
malas updated
7 years ago
-
**Issue type:**
[x] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
Imagine a pipe with periodic boundary conditions from the outlet to the inlet. To match the values from the inlet to the outlet, it would be great to have matching cells at the inlet and outlet bounda…
-
> Without a signaling in place between a receiving host and its network, remote peers are able to mark every packet of a flow as important, causing much the same problem as the previous use-case. Even…
-
## Bug report
**Required Info:**
- Operating System:
- Ubuntu 18.04
- Installation type:
- Eloquent binaries or from source
- Version or commit hash:
- c37340d04803df34d6cc8d83436cc44…
-
there is a way to add headers field in one api as document mentions, like below
```
class API::V1::Teachers < Grape::API
resource :teachers do
desc "get all teachers information" do
h…
-
**Is your feature request related to a problem? Please describe.**
Right now you can retrieve the content of a page (child blocks) with all the notion raw data, like annotations and so on. But In cas…