antonio-fr

Results 31 comments of antonio-fr

Here's a minimal PoC https://pastebin.com/fjf3ySx3 It crashes when as soon as it calls _RowToItem_ before there's any element in the DataViewList. On Windows Python 3.9.11 and wxPython 4.1.1.

And here's a small variant of the issue. When the index in _RowToItem_ is less than -1, it crashes, whatever there's item in the list or not. ``` def add_line(self,...

And do you mean that when we does like that, when this is encountered, internally in WX there's an assertion, taht throws an underlying exception and the result is a...

To me, it should at least throw a Python exception, so we can catch it and see the stack trace eventually.

I just see the encodeWithSelector is exactly what I thought. It takes the hashed key as input. But maybe the compiler does this job, it sees the input is static...

Better to warn your users this software is experimental (and not so secure). There are basic and evident flaws, which requires to use [some hardware setup like here](https://jochen-hoenicke.de/crypto/trezor-power-analysis/), still better...

Turns out this feature request might be a bug issue after all.

So, any thought tip, update or fix regarding this issue?

Any plan or feedback about this?

My current understanding of this issue is that this is not related to Vue, but to Vuestic or VuesticAdmin. One solution could be to replace va-dropdown by va-accordion in MenuAccordion.