Ayrat Badykov
Ayrat Badykov
Hello! I created a new package for working with mix tasks. https://github.com/ayrat555/mix.el It has two distinctive features from functions from `alchemist` : 1. You can choose umbrella subproject 2. You...
``` Reason: Filter call 'date' failed Reason: Filter `date` received an incorrect type for arg `value`: got `Null` but expected i64|u64|String ```
I set ``` ((nil . ((org-roam-directory . "/Users/ayrat/.org-roam/fun") (org-roam-db-location . "/Users/ayrat/.org-roam/fun/org-roam.db")))) ``` for my custom directory running `org-roam-db-sync` syncs only the current file. it seems all notes are synced to...
It seems this library is not maintained anymore. After struggling with it for some time, I wrote a new library for telegram - [Frankenstein](https://github.com/ayrat555/frankenstein): - it's easy to use -...
Today the library started failing with : ``` Mar 09 10:28:22 vps695005 bash[29083]: [2021-03-09T09:28:22Z ERROR telegram_bot::api] error=no variant of enum UpdateKind found in flattened data at line 2 column 766...
https://github.com/ethereum/wiki/wiki/%C3%90%CE%9EVp2p-Wire-Protocol ```Nodes are free to store ratings for given IDs (how useful the node has been in the past) and give preference accordingly. Nodes may also track node IDs (and...
Some blocks take a couple of minutes to import. We have to find and fix bottlenecks
When clearing values in any account's storage, it affects other accounts. The problem is in `Trie.remove/2` method The problem was found while fixing the `refund_CallA` test. It clears storage in...