Michel Belleville

Results 39 comments of Michel Belleville

Yep, as far as I can see, `Array.new(x)` (x being an intege) will create a list of x nils, which is why so many tests were broken when I tried...

Good points. Well, at least insuring we don't wrap an Array in another unnecessary Array makes a resonable amount of sense. I'll make a spec with the hash example and...

I'm encountering what seems to be the same bug ; to note, `pip install "python-language-server[all]"` did not install a `pylsp` command but a `pyls` command. Might that be the source...

Thanks @hsanson I know what I was messing up thanks to you :slightly_smiling_face: [I'm using asdf](https://asdf-vm.com/) to manage the multiple versions of languages I'm using and I was attempting to...

Yes, that's how we're working around the problem ; it's still a workaround though. Wouldn't it be a good idea to have something to give an `element`-like "page" control over...

A few ways it's more scary: - you loose all benefits of `elm/url` parsing and there is no easy drop-in replacement - you have to tinker with the javascript browser...

@jinjor I might have not explained my points well ^^° what I meant was that you couldn't use the url parsers (`` and other url-parsing functions) to parse these partial...

What he said: @charukiewicz ;p

Another :+1: for @yyuu's plugin (https://github.com/yyuu/rbenv-which-ext)

There seems to lie the culprit: https://github.com/mattsears/nyan-cat-formatter/blob/master/lib/nyan_cat_formatter/common.rb#L71 I'll see if I can make a patch and send a pull request as soon as I figure out how to place colors...