Akhil
Akhil
Resolved merge conflicts. You can merge now @ZoranPandovski
The error is due to decoding issue. This the error from the server after I uploaded the dataset. ``` 2022-10-11 23:33:08,935 - INFO - Traceback (most recent call last): File...
Hi @ZoranPandovski gave a PR for this issue. Pls review.
I also faced the same issue. After switching to rust-analyzer(ra) latest release there are no errors. Currently the plugin uses old ra that dates to [`2023-01` release](https://github.com/lapce/lapce-rust/blob/02d3a760137caf815f6c028b738f5ad58bf3c58a/src/main.rs#L93) To solve the...
@imsnif let me know if #2035 is in consideration. I would be happy to contribute.
Hi @charliermarsh :headphones: I've made changes as suggested and also added an extra configuration param: [`ignored-argument-names`](https://pylint.pycqa.org/en/latest/user_guide/configuration/all-options.html#ignored-argument-names). It's used to [ignore arguments that match the pattern](https://github.com/PyCQA/pylint/blob/af555eddf6ecdb1993345dce728a6b4c38dd4a02/pylint/checkers/design_analysis.py#L511-L518) and then validate the rule.
Hi @charliermarsh, Done with the changes.
I'll work on this. 😊
I've started working on this feature. Will give a PR shortly.
What's the idea behind using (uid, action, index_name) as key for action_keyid_index_expiration database ? Can just use (UID,) as the key 🗝️.