Vincent Aranega
Vincent Aranega
Yes, I suspected that changing the `ePackage` set wouldn't fix the issue, but just in case the bug came from another place :sweat_smile: I'll check that in depth because I...
Indeed, you're right, the fact that the instance is set into an instance of `EPackage` is always a little bit to wrap your head around. `EEnum` are supposed to have...
Fixed since few versions
Hi @vasib, thanks for the question, that raises a good point. All depends at which level you consider the validation. Currently, the `BadValueError` runtime check is used to check if...
Sorry for the late answer... That would be a solution, but it needs to be studied in detail. From memory, the early design from the gist I put in the...
Hi @rspeer, Thanks a lot for your library, it's really really handy! Regarding this point, I implemented some patch in my project to deal with `pop/insert` and item assignation without...
Hi, Indeed, you're right, I made a mistake :), it should be `$wnd.ace.require...`. I fixed this bug in local but totally forgot to send a pull request about it (I...
I permit my contribution(s) to be released under the MIT license as shown in the original post in this thread.
Just for the sake of "state of the art", there is also [this project named `packed`](https://github.com/michaeljones/packed) that is similar to pyxl3, but the syntax looks a little bit more like...
Hi @ewoudwerkman, hi @edwinmat I'm sorry for the long delay. I didn't have time to really check the issue right now, I'll come back to work on the project, but...