jo47011
jo47011
Hi, I've created a new _dash-component-boilerplate_ no changes made. When calling `dash-generate-components` as below the `__init__.py` is created in the toplevel directory. `dash-generate-components ./src/lib/components xxx_frontend -p package-info.json` Thus running `python...
We are using opencensus on an azure webapp. Our company internal security scanner raises a high security risk for _Jinja 2.11.3_ which is needed by _opencensus-ext-flask version 0.7.6_. The issue...
Hi, first of all a big *thanks* for that great package 👍 One of my customer has multiple bank accounts where his customer can send the money to. As of...
Changed `TradeSettlement#payment_means` to a `MultiField` thus now multiple banks can be added. Usage example: ```python for bank in invoice_data.Seller.Banks: payment_means = PaymentMeans() payment_means.type_code = "ZZZ" if bank.IBAN: payment_means.payee_account.iban = bank.IBAN...
It seems like that LG changed permissions for icon notifications. It is only supported for certified apps. So my previous changes (https://github.com/supersaiyanmode/PyWebOSTV/pull/86) are obsolete. Of course we could make it...
Hi Antonino et.al., thanks for the great package. It helped me, or let's better say [Claude-Code](https://www.anthropic.com/claude-code), in implementing a more or less equivalent [plugin for Pycharm](https://github.com/jo47011/intellij-harbour). I have added a...
### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem...