Results 306 comments of X-Ryl669

In the PImpl idiom, you want the PImpl to be hidden. As such, `B` should not be documented (except as an opaque struct/class). If you want your user to actually...

For me, in JS you shouldn't deal with CSS's class or ID everywhere. Typically, it'll boils down to `querySelector`/`getElementByID`/`getElementsByTagName`/`addClass`/`removeClass`/`toggleClass`... The list is somehow sparse. Unluckily, you need to compute the...

I guess with all the changes in rcs-core#95, this should be somehow fixed. At least, I had the same issues before and now it's working correctly on my project which...

What about using a varying size bounding box ? Physically & historically, each symbol are separated because else it would become unreadable. I think it's a good idea to compute...

Ok, that makes sense. Maybe a legend could be useful in the software, something like: | GPIO | Channel number | |-|-| |0 & 1 | N/A | | 2...

Thanks, I've also asked [there](https://github.com/espressif/crosstool-NG/issues/20#issuecomment-1224940278), but so far, no reaction. Maybe I should raise a new issue instead of hitchhiking a closed one...

I thought the same when reading the draft. What a wonderful way to store information in a user's agent. Even if the user reject a consent, the browser will have...

Thanks for the quote. My comment above was about adding a *well-defined* type that a browser can understand (unlike the consent name and helpful text, that would also soon become...

> But this would dramatically reduce trust in the PDS and the user can always migrate to a new server in that event and keep their social graph & data....