Paweł Pokrywka
Paweł Pokrywka
Hi, In the following example notice how 'custom2' header is deleted while deleting 'custom1': ``` >> m=Mail.new :custom1 => 'test1', :custom2 => 'test2' => \# >> m[:custom2] => # >>...
I'm using nice Phusion's default_value_for plugin. It is not possible to access parent object from within child's default_value_for block. This is because parental control fixes the association after object initialization,...
As a API consumer I would like to see what API server is selected. Currently I can't, because instead of server description I see title of OpenAPI document. I need...
**Describe the bug** When using HiDPI screen (3840x2160 resolution with 200% scaling) UI in "Staking" tab doesn't work well. The button to add validator key doesn't respond to click. **To...
The link included in README links to non-existing app in Google Play Store. To reproduce: 1. Visit https://play.google.com/store/apps/details?id=com.ethereal.openscan 2. Observe "We're sorry, the requested URL was not found on this...
If I set field type to `string` and format to `binary` in requestBody, then Elements should render it as a field with file selector button. However, currently it renders it...
There should be a way to obtain normal scope (@proxy_scope) from builder when we're done adding conditions and are expecting to have something which doesn't modify itself when named_scopes are...
**Describe the bug** Sedge exits with an error because of insufficient permissions when accessing `/var/run/docker.sock` socket. **To Reproduce** 1. Run `sedge cli` and follow the wizard on Ubuntu 22.04. 2....
**Describe the bug** Ubuntu support introduced in v1.0.0 seems to be broken now. It is not possible to install sedge using apt. **To Reproduce** 1. Add PPA to your Ubuntu...
Kanban board should include: - reported issues - features to implement - things to refactor