Simon Eisenmann

Results 18 issues of Simon Eisenmann

This extension somehow modifies the URL hash to be URL escaped when loading an React app which uses react-router with HashRouter. The problem starts happening as soon as such an...

Backport from A64-BSP-3.0.tgz as found in the Pine64 wiki.

Bowser does treat the locally injected owr.js as insecure and thus fails to load it for any pages which implemented a CSP. Refused to connect to 'http://localhost:10717/owr.js' because it violates...

The Docker daemon can listen with TLS encryption and thus the Docker client needs to make HTTPS requests when the configured Docker host has `https` scheme configured. Furthermore other HTTP...

size/M

### Is your feature request related to a problem? Please describe Is there any particular reason why there is no support for wmf files with the imagemagick included in this...

In https://github.com/Wulf/dsync/blob/a44afdd08f4447e367aa47ecb91fae88b57f8944/src/code.rs#L214 the `Identifiable` traits gets derived for any table which has a foreign key. That is fine and all but forgets the table the foreign key comes from. A...

The generated code from dsync (for `create` and `update`) uses `get_result` which implicitly adds a `RETURNING` to the generated SQL statement. MySQL does not support `RETURNING` hence, the trait check...

To support connections like websockets the support for http.Hijacker interface is required. This change preserves the hijacker if existing in the underlaying http.Responsewriter.