Ondrej Medek

Results 62 issues of Ondrej Medek

Exposing bare `ipcRenderer` methods is not safe, see https://github.com/electron/electron/blob/master/docs/tutorial/context-isolation.md

I would like to rename or edit index, foreign key with MariaDB. I know, that MariaDB does not support it directly. But I would expect dbeaver to generate 2 SQL...

x:mysql
feature request
x:maria
xf:metadata

I start `openvpn-gui.exe` when on Windows start up. It does not connect automatically, just the icon is in the system tray. When I double click the icon in the tray,...

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/windows
bug :beetle:
component/shell
23-x-y

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/linux
bug :beetle:
12-x-y
23-x-y

### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. *...

platform/windows
12-x-y
has-repro-comment

**Describe the issue** I've cloned the same repository on 2 machines with the **same username**. I've locked a file on machine A, then I've modified the same file on machine...

enhancement

I have `SimpleTextarea` with `placeHolder`: ```html

I have ```html ``` and check in the code ```js numberTextBox.on("change", () => { okButton.set("disabled", numberTextBox.isValid()); }); ``` This does not work when user enters a number with spaces, e.g....