André Vitor de Lima Matos

Results 64 comments of André Vitor de Lima Matos

Yes, looking more closely, https://github.com/roynalnaruto/svm-rs/pull/48 does patch binaries on NixOS, but they hardcoded to do that only for `solc>=0.8`, but our codebase is pulling `solc 0.7.6`, which was a later...

Yes, solc 0.7.6 is a pain. I've PR'd https://github.com/roynalnaruto/svm-rs/pull/82 exactly to include it in svm's patching. Not sure why ldd doesn't show it, but somehow one of the versions downloaded...

This may be caused by the recent flatpak builds updated to use `org.electronjs.Electron2.BaseApp//23.08` as base, but afaics, this only adds some utilities and libs, like `libnotify` and `zypak` to allow...

Very nice plugin, thank you. `only_current_line` is broken though, it shows on current line when buffer is entered, but not when cursor is moved to another line. Edit: workaround: `autocmd...

I think I got something on this. It seems to happen (only? more often?) with [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim) and `use_libuv_file_watcher = true`: Here's a coredump: ``` PID: 706009 (nvim) UID: 1000 (andre)...

This seems to be caused by Typechain normalizing files/directories names by simply removing special symbols; in this case, it's importing from `"./.."`, which after normalized, becomes `""`. We got a...

I can help translate to portuguese. Also, I did an AUR package for this awesome plasmoid: https://aur4.archlinux.org/packages/kdeplasma-applets-playbar2/ Thanks for your work.

This would be very useful in Golang, as it's often we want to search and replace auto-generated code (so, e.g. `struct_name.StructName` -> `new_struct_name.NewStructName`. It'd be very cool for search and...

Vue-cli 5 and Wepack 5 were upgraded in #3128

We need to investigate, but I think Uniswap's contracts are a good default to fetch on-chain exchange rates, and would support all the tokens we need.