Alberto Leal

Results 62 comments of Alberto Leal

@vi out of curiosity, for what reasons would it be better?

I've been generating formulas manually using a template similar to this: ``` ruby # hello.rb # # homebrew formula: https://github.com/Homebrew/brew require 'formula' class Hello < Formula _user = 'japaric' _repo_name...

@letarg0 I'm not familiar with a programming language called haiku.

@letarg0 Unfortunately, I don't know how to port it for that OS. 😞 However, feel free to fork this project.

@MockBond hi, please create a new issue regarding your compilation issues. It looks like you need to install `SDL2_ttf` library.

@MockBond glad it works. feel free to fork this repository and as much tweaks and features you like 👍

@MockBond Sorry, I don't have an immediate access to a ubuntu machine (assuming that is your OS you're working in) to help you. I made the tetris program in mac,...

For anyone else just as confused as I am on how to personalize this, you can edit `settings.json` with the following: ```json { // ... "editor.experimental.stickyScroll.enabled": true, "workbench.colorCustomizations": { "editorStickyScroll.background":...

I have a somewhat a need for `choice`. Since variadic functions aren't possible in rust (yet), I'm wondering what the performance implications are when passing a slice of parsers. OTOH,...

I recently discovered `` operator which seems to make things a bit nicer.