David Girón

Results 46 issues of David Girón

https://stackoverflow.com/a/68873394 > Currently slack does not have any publicly exposed methods for adding bookmarks. > Internally, slack uses `https://**slackdomain**.slack.com/api/bookmarks.add` along with form data & browser cookies, to add new bookmarks.

Compared against default Slack Backend from Errbot 6.1.6: https://github.com/errbotio/errbot/blob/6.1.6/errbot/backends/slack.py ```diff --- a/errbot/backends/slack.py +++ b/errbot/backends/slack.py @@ -4,6 +4,7 @@ import logging import re import sys +import time import pprint from functools...

One of the main concers using WebClient is that every time a Person is created or a Room is named, Errbot has to call the Slack API several times to...

https://github.com/cockroachdb/helm-charts/blame/7672b9f19a3883d4ef5aa79a1d1ffe6351536b8c/cockroachdb/README.md#L385 https://github.com/cockroachdb/helm-charts/blame/7672b9f19a3883d4ef5aa79a1d1ffe6351536b8c/cockroachdb/values.yaml#L459

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened ``` {"code":0,"success":false,"message":"input json error (400) Wraps: (2) Key: 'WebhookDeployTaskRequest.StartedDate' Error:Field...

type/bug

Using *Auth Mode keystone*, with all settings OK (URL endpoint http://controller:5000, domain, project, user and password) and CORS enabled. Grafana gets the Keystone token and the Gnocchi endpoint, and goes...

question

Adds a slight separation between buttons. Can be increased to `mt-2` but this should work for mobile devices. ![image](https://github.com/openfoodfacts/open-prices-frontend/assets/1145001/84ac5a19-a192-4a91-975e-30d106f395ef) ![image](https://github.com/openfoodfacts/open-prices-frontend/assets/1145001/13b5610e-e446-46b2-82d8-e2df65ffa39b)

Given the "assistant" is set to a default location (eg. bedroom), saying `turn on the light` without more details, should get the current **area** location and replace with it. I'm...

enhancement
question

For language variants we have the following folder names: - de-CH - fr-CA But also: - pt-br - zh-cn - zh-hk - zh-tw To ensure consistency: - All folders must...

enhancement
question

After upgrading Helm Chart from [0.21.0-beta3](https://github.com/apache/incubator-devlake-helm-chart/releases/tag/devlake-0.21.0-beta3) to [1.0.0-beta5](https://github.com/apache/incubator-devlake-helm-chart/releases/tag/devlake-1.0.0-beta5) , **Dashboard** link in **DevLake UI** shows `https://www.fulldomain.com/grafana`, but then Grafana redirects to `http://localhost/grafana` .

bug