David J. Malan
David J. Malan
Ah, thanks for the pointers, @oehlschl. Looks like building Ruby 3.3.0 with `ASFLAGS=-mbranch-protection=pac-ret ./configure` (instead of just `./configure`) does the trick for us, per https://bugs.ruby-lang.org/issues/20085#note-5.
Afraid we're running into the same issue with, e.g., this proof of concept, https://gist.github.com/dmalan/a034800c08562da301dc57e355ff56e8 using `jekyll-pdf 0.1.7` (with `jekyll 3.6.2` and `jekyll-assets 2.4.0`). The resulting `foo.html` file is as expected,...
No worries at all, @zhulik! Happy to take a stab at fixing, @abeMedia, if the symptom sounds familiar! Much obliged.
Hi @apple502j, so sorry for missing this. Afraid we're still seeing the same symptom, even at https://scratchblocks.github.io/#?style=scratch3&script=when%20green%20flag%20clicked%0Aask%20%5BWhat's%20your%20name%3F%5D%20and%20wait%0Asay%20(join%20%5Bhello%2C%5D%20(answer)), which uses v3.6.1. For instance, per the below, even though the `svg` element...
Hi @apple502j, @tjvr, thanks so much for the follow-ups. It turns out we were still employing this trick, https://github.com/scratchblocks/scratchblocks/pull/432#issuecomment-1125315800, which resulted in the height difference on our end: ```css transform:...
Hm, so on the back end the k-grams make sense for efficiency, but once we have a pairwise match, couldn't we do a thorough comparison, a la `diff`, to show...
Sure, happy to review a PR!
If the HTML files are to be rendered client-side, though, not sure it matters if there are slight font differences? Seems the lesser evil of adding bulk to every HTML...
Hm, here too could we do more thorough comparisons after the initial filtration, such that we re-examine all ~50 matches, diff out distro code, then exact-match other lines before sending...
Ah, thanks, an interesting idea! Will review with the team!