Laure-Hélène Bruneton

Results 36 comments of Laure-Hélène Bruneton

+1 facing same issue **Which versions of TinyMCE/TinyMCE-Angular, and which browser / OS are affected by this issue?** TinyMCE 5.6.1 TinyMCE-Angular 4.2.0 Chrome Browser

It's a really large file, but regarding tinymce, here's what I have : ``` "@tinymce/tinymce-angular": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/@tinymce/tinymce-angular/-/tinymce-angular-4.2.0.tgz", "integrity": "sha512-/idOKItFVUvxilCrTi36x6MI7r/4YuSr77fkg4efPSu7t2u1SADIfLTSF1K1RB+3ZUvy8zWB2v5kqbgD4FchNQ==", "requires": { "tslib": "^1.10.0" }, "dependencies": { "tslib":...

Thank you @cvvergara for taking the time to answer me ! Indeed, on reading your asnwer, I found out I had misunderstood the pgr_bdAstar documentation. I still thought this was...

@jahow Unless we can save floats as duration in ISO format, I don't see how to solve the "3 times a week" => "every 2 days" => "4 times a...

Thanks @jahow for the last commit!

> using only geometries would make things simpler overall I think. I mostly agree, but as we are dealing with an array of spatial extents, I remove all the elements...

> Hmm, I didn't think of that. Maybe there could be a way to figure out that a Polygon is in fact a bbox? something like so: So, I'm reading...

Merging with e2e tests failure: ![image](https://github.com/user-attachments/assets/0b93f3fd-f5f8-41ee-8533-cf156df120ac)

> Doing a longer cache on JS and CSS files would make sense though, as we are 100% sure that they're immutable. The PR you mention describes: > This avoids...