Adrien Bertrand

Results 275 comments of Adrien Bertrand

A new version has been released: https://github.com/nspire-emus/firebird/releases/latest Please try it and see if that fixes the problem(s). Please close the issue if it's fixed.

Wouldn't you simply be able to declare it (which also nicely gives it a type) ? ``` ---@class MyObject ---@field variableE boolean local myObject = {} function myObject:foobar() ... end...

You also do require it, right? From your code sample: local mymodule = require("mymodule")

The `?` at the end of the type might be problematic in case of complex type (`foo|bar?` isn't quite clear... let alone if there's a description afterwards). Other propositions: -...

At this point, having a per-project setting/config file setting this kind of thing would make more sense than boosting each (!) @class annotation with another new line that will extremely...

_(sorry for the double comment, I cleaned that up, the first one got posted too early...)_ Any news ? :) I'm asking because I'm still facing difficulties getting everything to...

Looks like someone created the [same ticket](https://github.com/EmmyLua/IntelliJ-EmmyLua/issues/404) on emmylua heh

Not sure if it helps, but I also got it a few times recently, here's a backtrace: ``` java.lang.Throwable: Indexing process should not rely on non-indexed file data. Indexing file...

Oh, I see. The error makes sense now. And indeed, void isn't the same as nil all the time :) Looking forward to what you'll come up with!