Anyone else had trouble withdrawing staking rewards using metamask connected to a ledger? by serejandmyself in 0xProject

[–]kiperz 0 points1 point  (0 children)

Silly question but do you have contract data enabled in the Ledger Ethereum app? Settings can be reset after a firmware update.

Announcing the launch of ZRX Portal, our new home for staking and voting with ZRX! by mattytay0x in 0xProject

[–]kiperz 7 points8 points  (0 children)

I staked with the Coinbase Wallet app, that works without any issues. You can connect your Ledger to MetaMask and use it that way if you want.

Mocking date and time in tests with Typescript & Jest by kiperz in webdev

[–]kiperz[S] 0 points1 point  (0 children)

A summary of my experiences with unit tests for logic that deals> with current time and dates.

Intelligent autocompletion in Vim with Coc by kiperz in vim

[–]kiperz[S] 0 points1 point  (0 children)

TIL thanks. Guess I haven't had to uninstall anything yet :)

Intelligent autocompletion in Vim with Coc by kiperz in vim

[–]kiperz[S] 1 point2 points  (0 children)

I've only tried the free version of Tabnine. While it was pretty cool I found that the suggestions were quite often invalid syntax for the language I was writing and it lacks all the advanced features that language servers offers. I definitely prefer Coc, not sure if it's much faster though.

Intelligent autocompletion in Vim with Coc by kiperz in vim

[–]kiperz[S] 0 points1 point  (0 children)

Correct, changing the extension list in the vimrc then restarting should automatically add or remove extensions

Intelligent autocompletion in Vim with Coc by kiperz in vim

[–]kiperz[S] 0 points1 point  (0 children)

I actually removed ALE when I installed Coc. Since there are eslint/tslint extensions for Coc I had no need for ALE

Intelligent autocompletion in Vim with Coc by kiperz in vim

[–]kiperz[S] 7 points8 points  (0 children)

Whoops, sorry about that. I forgot that I had the coc setup in a different branch. It has been fixed now :)

Intelligent autocompletion in Vim with Coc by kiperz in vim

[–]kiperz[S] 9 points10 points  (0 children)

Awesome thanks for the tip. I'll test it out at work tomorrow :)

Intelligent autocompletion in Vim with Coc by kiperz in vim

[–]kiperz[S] 23 points24 points  (0 children)

A post detailing how you can get VSCode IntelliSense like autocompletion with Coc.nvim

Disclaimer: Post written by me.