Markus Schanz

Results 20 comments of Markus Schanz

I would still use a combination of ENTRYPOINT and CMD in order to let the user customize the parameters that are being passed to beehive or at least favor CMD...

I think this is a use case that is seen as 'not worthy to be in the core' -- otherwise, i suspect, it would have been there in the first...

Thanks for the encouragement. Actually, I've already long forgotten about this issue. And currently I have a whole lot of work to do. I'll look into it again at the...

I don't know whether I interpret your question correctly. In general, you are limited with what the [Telegram Bot API](https://core.telegram.org/bots/api) provides (obviously). The API doesn't provide a method that returns...

I just ran into the same issue with a blocking `XREADGROUP` command. After reading through this issue, I wasn't quite satisfied with the workarounds offered here. After further investigation and...

From a semantic standpoint, Ctrl+D (while cursor is placed at the very end in a new line) would be the most reasonable shortcut. It would be perfectly reasonable in the...

Thanks you @giautm for the quick response. I am looking forward for feedback on the issue. > But, what happen if we replace `return matches[1], nil` with a quoted string?...

> Hello @Coksnuss, I understand your issue now. I will sent a patch for entgql to handle it. Please wait. Wow, I didnt expected such a fast support. Thank you!...

After a little digging, it appears that there is only one more issue: The cursor isn't working properly. For instance, consider this query: ```graphql query GetUsers { users( first: 2...