Results 37 issues of Matthias Kesler

to - not store the password in clear text in the app because it is allowed to be synced to google: https://github.com/tijder/SmsMatrix/blob/51377834adf693cdaa80a93fd77ae0c6015e30a5/app/src/main/AndroidManifest.xml#L13 - be able to revoke access server-side

Currently there is some API the client can use to register itself. It should be possible to intercept that endpoint and handle that as register request

enhancement

It would be nice to implement some checks of the config so the user of the bot can validate its config while configuring. I am thinking of a class or...

enhancement

find messages in a room in the room history

enhancement

### The following program `sample.go` triggers an unexpected result ```go package main import ( "encoding/json" "fmt" "time" ) type jsonTime time.Time func (j *jsonTime) UnmarshalJSON(b []byte) error { var n...

**FastHub-Libre Version: 4.6.3** --- When commenting on a line of a PR the line above the selected one gets used when submitting. This is especially bad as the other clients...

On README.md there is a link to the documentation on https://godoc.org/code.gitea.io/sdk/gitea Although that is not working.

kind/docs

### What does this PR do? It replaces HTTPClient by AsyncHTTPClient ### What issues does this PR fix or reference? Fixes #66194 ### Background https://github.com/tornadoweb/tornado/issues/2325#issuecomment-375972739 ==> might be caused by...

**Description** When installing packages via state `pkg.installed` by using the `sources` arg updating of held packages does not work. **Setup** ``` common-pkgs: pkg.installed: - sources: - pkg1: salt://common/pkg1_{{ pkg1_version }}.deb...

Bug
needs-triage

zmqpp (-Client) aborts execution if it wants to push with connect. I had following setup: #### Library-States: libsodium: 66045e6 libzmq: 398f256 zmqpp: 09ef3ae compiled as advised in [README.md](https://github.com/zeromq/zmqpp/blob/develop/README.md#installation) Compilation run...