Piotr Rugala
Piotr Rugala
Hi Im trying to use docker with default settings but I have problem with Caddy. When I open http://localhost I see in logs and its redirected to https: `caddy_1 |...
**I can try to fix it and create a Pull request but please give me information that it is a bug for you and library should handle it.** ### Environment...
| Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? |...
### Describe the bug I have few projects with name `api` so Orbstack stacks it to one group. Sometimes when I want to close project by click api > stop...
## Description Add Flex Recipe to enable bundle for all environments ## Possible implementation https://stackoverflow.com/a/58595941
### Describe the bug Containers start lagging, there is no option to stop them. When I force close Orbstack and open again. Orbstack trying start: icon blinking but didn't start....
## Feature ### Support for script fields Merge `_source` with `fields` before denormalization process. Creating `script_fields` in search result is stored in `fields` property e.g.: Search object: ``` { "script_fields":...
Hello There is option to map scripted field to model class? I have query: ``` _source' => true, 'script_fields' => [ 'likedMe' => [ 'script' => [ 'source' => "params._source.likedUsers.contains(params.userId)",...
Hello I'm trying to run self-hosted version but I have a problem with log in with Google. When I back to my app, there is a call on endpoint `api/user/me`...
### Version v5.5.0 ### Description I want to add response in documentation for all routes with my custom attribute. When I have single action with my attribute code works fine....