Remy Loubradou

Results 9 comments of Remy Loubradou

Sure about the operating system: ``` sh root@ADVI0066:/home/remy/workspace/rust/libpnet# uname -a Linux ADVI0066 3.13.0-62-generic #102-Ubuntu SMP Tue Aug 11 14:29:36 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux root@ADVI0066:/home/remy/workspace/rust/libpnet# lsb_release -a No LSB...

Ok thanks I did not know that. I'm doing something else wrong probably because I'm getting the same error and I don't receive the packet on the udp server. I...

I have played around the game of the differences with one udp packet sent from nodejs and one sent with rust/libpnet comparing them thanks to wireshark. I found _five_ differences:...

Do you have something in mind already? Or should I come up with something?

Hi @stipsan , Thanks for the amazing work on this lib, any news on this topic ?

Any updates on this ?

Any updates on this ?

Actually after more investigation it seems the code responsible to inject the attributes in the html tag is this bit: https://github.com/chakra-ui/chakra-ui/blob/main/packages/components/color-mode/src/color-mode.utils.ts#L16-L20 which is called here: https://github.com/chakra-ui/chakra-ui/blame/main/packages/components/color-mode/src/color-mode-provider.tsx#L68 Would you accept a...

Actually, instead of disabling the injection, I have changed to inject into another node instead of the body or the HTML tags.