Oleg Chulkov

Results 6 issues of Oleg Chulkov

add json rpc api for mobile clients

code from example chapter3/closing/okay.go incorrect (fatal error: all goroutines are asleep - deadlock!) https://play.golang.org/p/weIjPZ8oX-p

``` $manager = new \Ko\ProcessManager(); for ($i = 0; $i < 10; $i++) { $manager->fork(function(\Ko\Process $p) use ($i) { echo 'Hello from ' . $p->getPid(); sleep(1); })->onSuccess(function() { echo 'end';...

![image](https://github.com/NoiseByNorthwest/php-spx/assets/3529238/e30d64d0-3805-417a-ba7c-29eefb58d4bb) Web UI don't work without internet connection (if browser cache is clear)

### Description Currently, UidValueResolver only works with request attributes. However, the MapQueryParameter accepts a "resolver" parameter, which means you can flexibly bind query parameters with different resolvers. In general, it...

Feature
HttpKernel
Stalled

**Describe the bug** When calling method in js client, like ```js let empId = 4026; const result = await client.getHistory(empId); console.log(result.total) ``` i have error ![Image](https://github.com/user-attachments/assets/212c1800-a371-4ea4-b565-c0fa6f3ec096) the problem is probably...