Bertrand Guay-Paquet

Results 22 comments of Bertrand Guay-Paquet

I expect this is the related Unity issue https://issuetracker.unity3d.com/issues/buildoptions-dot-acceptexternalmodificationstoplayer-throws-error-when-building-for-ios-if-the-xcode-project-does-not-already-exist

@posva Perhaps I shouldn't have used `Math.random()`. The point is that if `val == X` on the server side and `val == Y` on the client-side after hydration, most parts...

@cinsanity I'm not sure I understand. I attached a screenshot to give more details. ![chrome_2020-05-18_12-34-22](https://user-images.githubusercontent.com/881558/82203922-4aad1f00-9904-11ea-9860-d528fb563049.png) I expected `$forceUpdate()` to make all the id values match when forcing a re-render, but...

@posva yeah it looks similar to #10260, but I'm not knowledgeable enough about Vue internals to be sure. I did update my repro to use `Vue.prototype.$isServer` instead of `Math.random()` for...

I am very curious about why `$forceUpdate()` doesn't update the `div`'s `id` though.

This is the inspection setting mentioned above ![image](https://user-images.githubusercontent.com/881558/118003076-85476d00-b348-11eb-95e1-41a2f2b1ff27.png)

I suspect this is the commit you refer to: 95a8f3fbe161d519a1e44a48b96aa7a9c37e51e6 Why was Google translate support removed? I got this extension hoping to Google translate Netflix subtitles to English where there...

I would provide a PR, but I don't know what authoritative source to use for the supported JavaScript version

I was quite annoyed by Windows explorer's sluggishness with `.ts` and `.d.ts` files and found a solution that involves remapping their "file kind" to `document` instead of `video`. More info...

@danielfernandez Is there any way to implement this feature in Thymeleaf 3? I don't mind working on it if some guidance is provided. I would hate to go in some...