Nickolay Bukreyev
Nickolay Bukreyev
I’m trying to customize comment delimiters for the [D programming language](https://dlang.org/spec/lex.html#comment). With this definition added to `.vimrc`: ```vim let g:NERDCustomDelimiters = { 'd': { 'left': '//', 'leftAlt': '/+', 'rightAlt': '+/'...
```ini -term = {J()} msg = {I(G(F(), named: ""), H())}, {-term}, {K()} ``` Functions are written in the host language and can both observe and mutate the global state (as...
```ini -term = Term .attr = Attr msg = {-term(0)}, {-term.attr(1)}. ``` When parameterized terms [were introduced][parameterized-terms], @stasm wrote: > When calling a term, both positional and named arguments can...
At the moment, most (if not all) Fluent parsers are implemented with recursive descent. Therefore, they are vulnerable to stack overflow. If a Fluent file comes from an untrusted source,...
### Steps to reproduce 1. Create a default folder, cloud or local; add some chats to it. 2. Create another folder; add some chats to it. 3. Go to *Kotatogram...
### Is your feature request related to a problem? It is currently difficult to effectively temp-mute chats’ notifications without using a mouse. In my workflow, that is a rather frequent...
### Is your feature request related to a problem? No. ### Describe the solution you’d like Could you add such option, please? I’d like to see the counter for muted...
### Is your feature request related to a problem? No. ### Describe the solution you’d like I use a bot that sends notifications about some events. It is handy, especially...
Could you please write a chapter about resolving merge conflicts? I think, it’s the last critical piece left. By the way, you also said you were going to write about...
Hello. Thank you for your guide! That’s exactly what I’ve been looking for. I’d like to translate it into Russian to be able to share it with those who are...