Fedor Chubukov
Fedor Chubukov
@dan-an @rendrom This workaround may interest you. ```ts import { getModule, VuexModule, Module } from "vuex-module-decorators"; class CollectionBase extends VuexModule { items: T[] = []; get last() { return this.items[this.items.length...
@FullPint > Did you attempt something like this? Actually no. The solution I presented earlier is the last thing I tried to do in my old vue project. > It...
@FullPint I had no such issues. By the way, I have not worked with Vue since my last answer.
Hello and sorry for the delayed reply. Unfortunately, this project is out of date. I tried to quickly update some dependencies, but it turned out to be not that easy....
Hi, thanks for the PR! According to the documentation the valid signature for the return value should be like this:  ```ts getTankCapacity(side: number): LuaMultiReturn; ``` The `getInventorySize` method you...
I don't mind. Feel free to add any mod typings you need! But create new packages for them. In the near future I will reorganize some code and add the...
Note that I have extracted component APIs to the separate package, so you need to back-merge the master branch and move your declarations to the `common` package. And now we...
I think this is a vital feature for analyzing traffic between namespaces. I'm surprised it still doesn't exist. It would also be convenient to select several namespaces and view them...
Thanks for the issue. While this project is abandoned by me and typed APIs may be outdated, PR's are welcome as long as someone finds the project useful. I can...
I'm sorry, it's a duplicate of #4313 Anyway, it seems like a useful feature that costs nothing to add :D I could submit the PR, if that's okay