Pierre Chapuis

Results 71 comments of Pierre Chapuis

Same here. My workaround was to use RSpec 1.3 to build ruby-vips, but I would be happy to have it work with RSpec 2.0.

Let us clarify that this is about Mistral 7b 0.1, since 0.2 was [released yesterday](https://twitter.com/MistralAILabs/status/1771670765521281370) with significant differences.

@brycedrennan Adapters can wrap `Conv2d`, they cannot be a Conv2d (they must subclass Chain). `self` is the adapter here, the conv would be the adaptee (the generic `T`). This is...

To clarify, Refiners (the framework itself and the implementations of models it contains) itself is completely open source. The Object Eraser mentioned by the OP is implemented using Refiners but...

:wave: I have the same issue, has anyone looked at it / solved it?

@jantrienes Thanks, it's not a fix but it's a good workaround.

For what it's worth I have stopped using LDoc but I do use Teal, so if you contribute support I can help with reviews and testing.

[Here is a copy of the link in the Internet Archive.](https://web.archive.org/web/20180226001801/http://article.gmane.org/gmane.comp.lang.lua.general/112719) Full text of @hishamhm's post: > A pull request is welcome. I have mixed feelings about feature requests in...

Hmm, it already does? Actually, this is the first argument for the script and passing it is mandatory.

In this specific case I would go with just removing the support for the filename in the next major version. I mean this literally does: ```lua pl.utils.writefile(filename, pl.pretty.write(t)) ``` If...