Ilya

Results 31 issues of Ilya

We need a super lightweight syntax of creating simple flag-less commands. Something like this would be great: ```go app := climax.New("appname") app.Comm("command", "i am command", func (ctx climax.Context) { return...

PROTIP: See how it's done in hugo.

We might want to add some min/max arguments count guards as some sugar.

enhancement

### Introduction There are multiple missing pieces from the current Telebot implementation. One of these pieces is a feature, known as the context. I don't believe that it should be...

feature
advanced

There are multiple places in the bot which could benefit from the use of in-house caching. Namely, (a) inline results, and (b) currently non-existent user context. ```go // Cache implements...

feature
advanced

Hello again, According to [language support page](https://tinygo.org/lang-support/stdlib/), much of the crypto functionality of Go is currently unavailable, and `math/big` seems to be the culprit. Packages like `crypto/tls` also rely on...

bug

Hello, I've just installed gcsf on macOS and unfortunately it wouldn't mount. ``` $ gcsf mount gd -s session ERROR fuse::session > Failed to unmount /Users/badt/gd: Resource busy (os error...

Postgres driver performs badly on certain simple recursive queries. Herein are two Gizmo queries (a trivial select by-type and a recursive walk over the tree) over n=8258 nodes. Toy dataset...

performance

I'd love to see social buttons for Pocket as well: https://getpocket.com/

### Steps to reproduce ``` git clone https://github.com/macvim-dev/macvim.git cd macvim/src ./configure --enable-rubyinterp \ --enable-python3interp \ --enable-perlinterp \ --enable-cscope \ --enable-terminal make -j8 # or simply 'make' for that matter ```...

Response Needed