Cynthia
Cynthia
Right now the CLI purely dumps the zip file it gets from Tolgee and expects the file to already be correctly formatted. That being said, I've seen in many places...
Unsure about rendering html, there is a non-negligible risk of opening up XSS vectors and there are too many cases to consider to do it properly imho. > Anyway, we...
Don't worry, issues labeled tagged with enhancement or bug don't automatically go stale after 30 days.
It seems the regression was introduced here: https://github.com/tolgee/tolgee-platform/commit/a9cdd442ecd1c25776346c2056b8944b1ca5d959 in `webapp/src/views/projects/ProjectListView.tsx` By adding the organization usage in `navigationRight`, it overwrites the Project ID label defined higher up in the component tree.
Most of the reasons I have in mind follows React's own motivations for introducing hooks (https://reactjs.org/docs/hooks-intro.html#motivation): Hooks enforce making reusable code, rather than packing everything in a single class component...
It appears there's been a regression in 1.8.4 and I'm encountering this again. Works just fine in 1.8.3.
I initially reported as #1397 ; I noted that the checkbox behavior is implemented by doing an `instanceof PointerEvent` test that fails PointerEvent should be a subclass of MouseEvent, and...
That thread is quite old but given the labels I feel like it wouldn't hurt if I give my two cents. I've been hacking together privately a toy-project-grade js engine...
I've looked a bit into this and it seems the largest contributor to the poor performance is `pointer-events`. While the "obvious" workaround for dialogs is to just not set it...
While the project doesn't follow semver, a major version bump is always indicative of some breaking changes. I don't think the project has a clear list of what's going to...