-
Ok all I would like to introduce Jagoba from Tapatalk. We have been having some conversations behind closed doors as to the progression of this. There are several areas that they identified could de…
-
Trying to setup a new AspNetCore app here. The controller can be async, so are error handling middleware and various filters. Plus IAsyncRequestHandler, micro ORM's FetchAsync and async remote servi…
-
Part of the appeal of using EF as opposed to a micro-ORM like Dapper is the first-level caching (to my knowledge, Dapper doesn't do this).
However, by placing the DbContextScope (or any Unit of Wor…
-
#### What are you trying to achieve?
A simple test of a Laravel API that aborts with a 418 status code:
#### What do you get instead?
While the API definitely sends back the appropriate respo…
-
Good day,
First of all, I should appreciate you for the time and resources you have spent to develop such this platform. In the second, may I ask you a question ?.
If we add more Entity to have …
-
# Bug Summary
The current data layer does not support transactions. Hence current synchronization jobs are never atomic.
# Resolution
Implement transactions in the micro-ORM and use a transaction…
kaipm updated
7 years ago
-
Hi,
I used the massive many times and I track the discussion you done with .net core team.
I have to migrate to .net core but the problem is I can not use the massive with .net core profile.
I n…
-
| Q | A
| ---------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| BC Break report? | yes/no
| RFC? | yes/no
| Symfony version | x.y.z
…
-
Using lazy loading with Micro, Collection and Controller fails when bootstraping Phalcon with Micro.
### /public/index.php
```php
require __DIR__ . '/../bootstrap/bootstrap.php';
```
### /boo…
-
@knewmanTE @nbrady-techempower @LadyMozzarella This is the issue for the problem with PR #2421
# Description
The standalone test of Hexagon is working, however, the Resin one is not working.…