Matt Nemitz

Results 11 comments of Matt Nemitz

I am experiencing a similar issue after a fresh install of `coc-tsserver` (NVIM 0.4.3, Node 12.18.2, coc.nvim 0.0.78-285a133071). I created a `jsconfig.json` file in the root of my project (since...

Just an update on this: It appears this error is coming from the TechnicalProfile `AAD-UserReadUsingEmailAddress`, which has the following OutputClaimsTransformation checking if `accountEnabled` is `true`: [AAD-UserReadUsingEmailAddress](https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack/blob/29424bc7a580c1ac8466d1200d14b8d37a7e8fff/SocialAndLocalAccounts/TrustFrameworkBase.xml#L725) In our B2C tenant,...

I think this may also be causing the issue described here: https://github.com/vercel/remix/issues/94

Workaround for anyone hitting this issue is to set the following environment variable: `VERCEL_EDGE_FUNCTIONS_ENHANCED_RESOLVE=1` https://github.com/vercel/remix/issues/94#issuecomment-2064655540

I'm also experiencing this issue, and I'm happy to do a bit of work to get it solved. Just to confirm some specifics: - Last version of this package supporting...

Stumbled across this as I'm looking for a way to nicely incorporate [Radix UI Theme](https://www.radix-ui.com/) components into our Docusaurus site, since they align more with our branding elsewhere. Using the...

This example from the icon docs still isn't working for me on v0.1.22: https://github.com/gluestack/gluestack-ui/issues/2385#issuecomment-2295241878 ![Screenshot 2024-09-25 at 12 20 38](https://github.com/user-attachments/assets/eda72c52-a5e7-4260-9fdf-76b0c21afc7d) ```javascript export const GluestackIcon = createIcon({ Root: Svg, viewBox: "0...

Thanks @Viraj-10 for the quick response! @aaronatbissell I re-added the `icon` package again as you mentioned to check, but still seeing a blue background when I set `fill="currentColor"`. Also thought...

@aaronatbissell Just had a quick look and it looks like there are minor differences between the latest `icon/index.tsx` and the one from the change you linked. The main difference I...