Zerophase

Results 30 comments of Zerophase

Well, I got it installed. Doesn't seem to do anything after running eval `./angel-PS1`, with Oh My Zsh active.

I think it probably needs a plugin in Oh My Zsh to load everything correctly.

Yeah, it's not working for my vimrc or any of the shell scripts I've checked so far either. None of the comments have changed colors, but some random commands did....

It's still not exactly working. I'm getting an error on line 80 when running PlugUpdate. Also setting ```vim runtime! archlinux.vim ``` Triggers the highlight.

It might be possible to pull out yaourts web parsing code for displaying aur comments. Might even be easier to implement now, as the aur now supports markup syntax. You...

Any word on when this is being implemented? I have an `assert` in my code to make sure passed values match as an optimization to avoid a `strlen` call. Notifies...

Having some form of vim binding similar to w3m, or links would be nice as well. The current keybindings interfere with my ability to work in tmux. Much nicer than...

For 0.8. It needs to be updated to `payable(msg.sender).transfer(withdraw_amount);`

@spencerudnick Never written assembly for performance gains you can't get from C?

@rollbear Wait would just prefixing functions with TEST_VIRTUAL, and placing `virtual` for tests work?