Gabriel Florit

Results 41 comments of Gabriel Florit

Let me explain a bit. Take the Counter example. This is my attempt at converting it to TypeScript: ```ts // app/components/counter.ts import Component from '@glimmer/component'; import { tracked } from...

@knownasilya I get the following error on 3.0.0: ```ember-set-helper at /Users/.../node_modules/ember-set-helper is missing its addon main file```

netjunki, i had to deal with similar issues (jquery sliders) on my implementation: http://gabrielflor.it/water. i'm still not 100% there - bret's demo has the slider grow automatically - it doesn't...

ACE (the code editor I'm using) parses everything into elements, and gives them classes depending on the type of token. For example, a number will look like this: ``` 42....

@rauchg @yosiat @sgnl @LazerPanther @bronzehedwick Finally got this working in iTerm3beta/Vim: ![oceanicnext-airline](https://cloud.githubusercontent.com/assets/370976/9780668/b6e0eb58-5759-11e5-88ee-3366e86d7761.png) [See here for instructions](https://github.com/yosiat/oceanic-next-vim/issues/5#issuecomment-139120198).

@mhartington @yosiat @bendyorke I finally got this working on iTerm 3 beta and latest Vim: Instructions to follow.

**NEW instructions** To get the Vim theme: - It's part of [base16-builder](https://github.com/chriskempson/bas16-builder). **OLD instructions** To get the Vim theme: - Install [chriskempson/base16-vim](https://github.com/chriskempson/base16-vim) - Grab my fork of base16-builder [gabrielflorit/base16-builder](https://github.com/gabrielflorit/base16-builder) -...

No, I set both vim and iterm to their respective base16-oceanicnext color schemes.

@yosiat It was recently folded into [base16-builder](https://github.com/chriskempson/base16-builder). I'd encourage everybody to check that out instead.

@olalonde are you using [base16-builder](https://github.com/chriskempson/base16-builder)?