Googlom
Googlom
It's kind a feature request because I didn't find something what does what I want. I want a user optionally can set a nickname for himself (like Telegram). Unique, kind...
According to .proto file: https://github.com/tinode/chat/blob/8c524edf2c77d7f07e9e5088ec92442092218d2d/pbx/model.proto#L434-L436 I'm using grpc and getting that on non-root user (authenticated with token): ``` info { topic: "usrpaFjzz4Kfmw" from_user_id: "usrpaFjzz4Kfmw" what: KP } topic: "p2ppaFjzz4Kfmx8ZUjE9x-ksA" ```...
Hi! I'm trying to couple consul's srv record and grpc plugin([https://github.com/devopsfaith/krakend-grpc](url)). My endpoint config: ```json ... { "endpoint": "/test", "method": "GET", "backend": [ { "host": [ "testsrv.service.dc1.consul" ], "url_pattern": "test.TestSrv",...
implement `lt.CommandsLocale` methods to be able to set bot command desriptions for different locales
Solution to https://github.com/tucnak/telebot/issues/544. The bug occured because `layout.template` methods result... https://github.com/tucnak/telebot/blob/c6bead11749b7621c8338ced665de9ef3028c48f/layout/layout.go#L511-L520 was overwritten by method `template.Funcs(lt.funcs)` which applies... https://github.com/tucnak/telebot/blob/c6bead11749b7621c8338ced665de9ef3028c48f/layout/layout.go#L285-L289 `builtinFuncs`: https://github.com/tucnak/telebot/blob/c6bead11749b7621c8338ced665de9ef3028c48f/layout/layout.go#L99-L104
Trying to make bot reply with buttons with localized texts on them. From [here](https://github.com/tucnak/telebot/blob/c6bead11749b7621c8338ced665de9ef3028c48f/layout/layout.go#L516) I see that I can use `text` template function and it will load localized text using...
Hello. First of all, thanks for amazing library :) I'm wondering if there are some how-tos about layout package? As far as I understand this package helps to handle multiple...
### Description [describe your questions] Is it possible to integrate go-admin with existing project and database structure?
\ **User Id: (Not logged user)** **Version:** 0.10.2.1 beta release-647 **Steps to Reproduce:** Happens randomly when you open someone's shop or even your own shop **Expected behavior:** Item in shop...
# Description When uploading large asset or in case of slow network, the step fails to get the response headers due to timeout: `net/http: timeout awaiting response headers` Increasing timeout...