versecafe
versecafe
@DeepakChowdary6 also try clearing the `packages/**/dist` directories and rebuild as they can add up to some weird conflicts if you keep old outputs across different git versions as it is...
>  ISPSAMLConfig was not present in the package "@boxyhq/saml-jackson" > > I tried clearing dist folders and even clearing node modules also to rebuild ,still it's not working >...
@amishk783 Likely that turbo on windows is not correctly recognizing the necessary dependency sequence which requires building `packages/utils` first
@nkkko Wouldn't this be considered a slack issue with slack grabbing icons off the domain directly instead of following through the redirect to the end route?
@steven-tey I don't know if NextJS has a great way to swap the favicon programmatically BUT using a middleware layer with `NextResponse.rewrite` does work for favicon rewrites, I don't know...
@steven-tey This should be good to go, everything compiles and works in local testing without issue and all components that are portable to RSCs without a major refactor have been...
@subh-cs When you have some time could you review this and what's your opinion on bumping the package version to 0.1.0 as the transpile step is a breaking change for...
@steven-tey Not sure on the exact reduction testing FID has been a bit annoying, but when using artificial throttling for "low end mobile" on chrome dev tools there was a...
### Reactions to setting off a giant socket security report without ever adding a new package 1. break lock file during tiny merge conflict 2. "this is fine just run...
@steven-tey would this be good to merge as all components are now client or server and properly being bundled as RSCs and client components or do you want me to...