Georgiy Komarov

Results 50 issues of Georgiy Komarov

We could enable some optional `clippy` lints to find common errors when compiling ink! contracts. Since smart contracts demand increased security requirements, it makes sense to add as much available...

enhancement

The current workflow with the linter should be improved in future releases. Here is a list of related tasks that need improvement. I suggest using this as a tracking issue,...

enhancement

This project seems to be abandoned. Anyway, here are my quick fixes, that make it work with gnome-shell 3.38. I hope this is useful to someone.

Closes #169 Blocked by https://github.com/Zilliqa/scilla/pull/1197

We should carefully document how `return` works (see https://github.com/Zilliqa/scilla/pull/1197). The most tricky part is name resolution between local binding to a pure function application and binding to a procedure return...

enhancement

After introducing `scilla-fmt`, we should describe the recommended Scilla style guide used by the formatter. Changes in https://github.com/Zilliqa/scilla/pull/1172 add a special meaning to some of the comments at the top...

enhancement
help wanted

**Describe the bug** The `MainNet` button at the left bot corner doesn't work on Chromium: ![image](https://user-images.githubusercontent.com/12023585/205486385-2e5aaf01-abbe-4e30-80d6-7e93e7024d9c.png) **To Reproduce** 1. Open zilswap.io or run the local environment and go to localhost:3000...

We could assume the configuration of the project based on some source code files and their import graph, then deduce potential entry points to compile the project. This is mostly...

enhancement
testing
api

[The `Types` page](https://docs.ton.org/develop/func/types#polymorphism-with-type-variables) has the following statement: > FunC has Miller-Rabin type system with support for polymorphic functions. Could you please elaborate in more detail what Miller-Rabin type system is?...

I'm playing with Cursor on Linux with my TypeScript project: https://github.com/nowarp/misti. It often crashes with the following error message: ![image](https://github.com/user-attachments/assets/02cf9687-ce8f-4c19-a49c-ec7e52b76b82) Here is the output in terminal: output ``` ~/Downloads ./cursor-0.41.2-build-240921llnho65ov-x86_64.AppImage...

bug
user-support