Matthias Dötsch
Matthias Dötsch
There are further methods for configurate the accelerometer: - TAP_CONFIG - ORIENT_CONFIG - FLAT_CONFIG - LOW_HIGH_G_CONFIG Right now, the default values are send only. It would be fine to create...
Not a big issue, but when doing a Slack-Call, there are a bunch RTM events which are unmapped: **user joined:** ``` time="2020-12-04T13:37:39Z" level=error msg="{unmarshalling_error RTM Error: Received unmapped event \"sh_room_join\":...
we use https://github.com/robfig/cron to define and run crons. It supports a custom Parser which can be used to implement special "descriptors", like the existing @daily etc *Idea* add a parser...
just an idea which needs some further investigation: - use native go "plugins" to automagically load custom commands - -> components like jira/jenkins etc can be extracted by default
``` time="2021-06-07T08:01:10+02:00" level=info msg="Connecting to slack..." time="2021-06-07T08:01:21+02:00" level=fatal msg="error fetching users: Post \"https://slack.com/api/users.list\": context deadline exceeded (Client.Timeout exceeded while awaiting headers )" time="2021-06-07T06:01:21Z" level=info msg="Loaded config from /opt/slack-bot/" time="2021-06-07T08:01:21+02:00" level=info...
There is a MS API in StoreContext to request ratings and reviews. See the example code here: https://docs.microsoft.com/en-us/windows/uwp/monetize/request-ratings-and-reviews Related example code: `storeContext.RequestRateAndReviewAppAsync();` API definition: https://docs.microsoft.com/en-us/uwp/api/windows.services.store.storecontext.requestrateandreviewappasync?view=winrt-19041 It looks like this APIs...
There are some graphs which are using 2 different units, but using the same scale which is not comparable (on absolute values). E.g. we have millions of index/sec scans but...
**Description** Since a upgrade to 20.10.15 we have strange issues with port forwarding. A downgrade to 20.10.14 is fixing the issue. On 20.10.16 is still happens. **Steps to reproduce the...