Sophie Déziel

Results 22 comments of Sophie Déziel

I'd really need that _starts with_ search, so I give :100: :+1:

I think it would be a good idea to have an interface similar to [Rspec Mocks](http://www.relishapp.com/rspec/rspec-mocks/v/3-5/docs/setting-constraints/receive-counts). They are like this: ``` ruby expect(...).to receive(...).once expect(...).to receive(...).twice expect(...).to receive(...).exactly(n).times expect(...).to receive(...).at_least(:once)...

Yes, I'd love to open a pull request for that! I wanted to discuss that interface with you first. I'll see if I have time to implement something today or...

I installed the last version, I also have that problem with a thunderbolt display, but only when the window's width is > 1550px (that number is not exact, ± 10px)....

I'll generate some as soon as possible.

This is kind of similar but not exactly like https://github.com/remcoder/gcode-preview/issues/120 It may be a bit more challenging to have a good unified interface than it seems. The feature is quite...

Let's have two different tickets

I agree for the long term, but let's not worry about i18n for the workshop if some teams are not familiar with this.

Actually, this is something worth thinking about. I honestly don't know what's the overhead of translations for beginners. Also, as we discussed Wednesday, the goal is to have the set...