Carlos Lopez
Carlos Lopez
Linking to files I think has always worked, I think. But linking to objects/classes/function within another file isn't as straightforward. Maybe I should open up another issue specifically for that.
I believe the game has special setup needed to bypass the anticheat. You can use SK or Reshade's https://reshade.me/downloads/inject64.exe to circumvent this, I believe. @MapleHinata might want to start a...
Note that the alternative of using CSS properties will cascade down the entire tree, instead of being short-circuited at the shadow DOM level when using `::part()`. Not only is that...
Here's an example where cmake tools isn't respecting `SYSTEM PUBLIC`. ### Environment - OS and Version: Windows 11 23H2 - VS Code Version: 1.90.2 (5437499feb04f7a586f677b155b039bc2b3669eb) - C/C++ Extension Version: v1.21.0...
@Evelyn-001 Hi! Thanks for taking a look. The issue is not that application does not build. The issue is that the "SYSTEM PUBLIC" items in the cmakelist.txt are passed as...
@annevk Is this still the case? I see https://drafts.csswg.org/css-viewport/#viewport-meta exists. Allowing sites to use system font size what discussed to be part of ``. Per a discussion about 2.5 years...
Sorry, but I'm still confused. I understood that it's not a CSS problem, assuming that it's a viewport (HTML) issue. The Chromium team won't move forward without a spec. And...
@cookiecrook Thanks for the heads-up and I sincerely apologize for the confusion. I'm kicking myself here because I could have worked on this sooner. I'll probably investigate the Web App...
My understanding is the difference between a checkbox and button applies to same way to mixed state toggle. Checked is supposed be a YES/NO rather ON/OFF. Checked makes sense for...
Thanks for the PR. Unfortunately modifications to the `package-lock.json` aren't things that should be done over PR for security reasons. So I had to pull the repo and do it...