Ива Цилкова

Results 44 comments of Ива Цилкова

Workaround: Wrap the component in a div like this: ``` { this.state.tasks.length ? // div is NEEDED! Otherwise, we get Uncaught DOMException when tasks.length goes to 0!!! See https://www.newventuresoftware.com/blog/react---resolving-error-the-node-to-be-removed-is-not-a-child-of-this-node :...

And, of course, just stumbled upon this, might be useful: https://github.com/frappe/gantt/pull/117

It works in 4.1. Just make sure you make the service public in your config/services.yaml like that: ``` services: ... white_october.tcpdf.public: alias: white_october.tcpdf public: true ``` And instead of $this->get('white_october.tcpdf'),...

@sampart I tried making it work like that initially, but couldn't figure out how to type-hint the service, so the solution I shared was my workaround to that.

Yeah, that's legit. It works great.

An alternative guide: 1. Make your laptop display main. 2. Make the Dummy display extended. 3. Mirror the dummy display on your real external display.

I have a similar issue. First call and then only shows Loader without issuing a network call. Not a table, though, regular div element.

I solved it and I think it had to do with the dataLength attribute. I thought this was supposed to be the total number of loadable elements, and it actually...

Same issue, just posted a duplicate I believe. If someone can test that on v2, it would be great (If it works, we will migrate :)).

Any plans to address that? It's not like this is a minor issue, 250M people use Cyrillic. I will try to find the issue in the source code.