Henrique Barcelos

Results 34 comments of Henrique Barcelos

Same issue with A70 MOB: `sudo hwinfo --keyboard`: ``` 36: PS/2 00.0: 10800 Keyboard [Created at input.226] Unique ID: 9ui9.+49ps10DtUF Hardware Class: keyboard Model: "AT Translated Set 2 keyboard" Vendor:...

> Could you please post output of `sudo hwinfo --usb | grep -A 3 8291`? For me it's empty.

``` ~ ➜ lsusb Bus 004 Device 002: ID 0bda:0316 Realtek Semiconductor Corp. Card Reader Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 024:...

Thanks for taking the time to look into that @astiak. Here's the output of `lspci`: ``` 00:00.0 Host bridge: Intel Corporation 11th Gen Core Processor Host Bridge/DRAM Registers (rev 05)...

I'm having this issue too: OS: `Manjaro Linux with Linux 4.19.36` Vim: `VIM - Vi IMproved 8.1 (2018 May 18, compiled Mar 29 2019 20:08:59)` NerdTree: `3c06335` NerdTree related configuration:...

Hi @NickolasHKraus Yes, I am using it. About the commands you asked for: `autocmd CursorHold`: ``` ALEEvents CursorHold * if exists('*ale#engine#Cleanup') | call ale#cursor#EchoCursorWarningWithDelay() | endif signify CursorHold * call...

There you go: ``` ALEEvents BufWritePost * call ale#events#SaveEvent(str2nr(expand(''))) CtrlPMRUF BufWritePost * cal s:record(expand('', 1)) signify BufWritePost * call sy#start() nerdtreegitplugin BufWritePost * call s:FileUpdate(expand('%:p')) gzip BufWritePost *.gz call gzip#write("gzip")...

> Even defining no optimizations has lead to incorrect settings, leaving it undefined was not the same as explicitly disabling the optimizer I'm not sure I understood what is your...

> That was the dapptools default I think. Maybe in earlier versions of dapptools, however the [latest docs](https://github.com/dapphub/dapptools/tree/master/src/dapp#readme) says otherwise (look for "`DAPP_BUILD_OPTIMIZE`"). As pointed out in the original comment,...

Oops, I forgot to specify: I'm using Goerli. Yes, the contract was deployed to Goerli, however the verification failed.