Philipp Grosswiler

Results 5 issues of Philipp Grosswiler

### Background information - **Dendrite version or git SHA**: 0.9.0 - **Monolith or Polylith?**: Monolith - **SQLite3 or Postgres?**: SQLite3 and Postgres - **Running in Docker?**: Yes - **`go version`**:...

## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] The changes have been tested successfully. - [ ] A changeset has been created...

feature
package: authentication

I got quite some transactions that just say `Fail` without further information. The bot seems to be running successfully, but somehow there is an error inside the smart contract. However,...

bug

refers to #243 and #247 - cleaned up code a bit - possible breaking change: added `format` on `Web` to choose which picture format should be output - `quality` will...

Currently, it seems there is no support for bitwise operations on booleans like `|`, `&`, `^` and so on. Workaround for now is to convert the `Bool` to an `Int`...