archas
archas
Hi :) ``` passport.use('oauth2-login', new OAuth2Strategy( { authorizationURL: '...', tokenURL: '...', clientID: '...', clientSecret: '...', callbackURL: 'http://.../active-directory/success', passReqToCallback: true }, function (req, accessToken, refreshToken, params, profile, cb) { console.log(11112322222); //...
## Issue summary When using the modal component with e.g. CKEditor (I tested other rich editors as well) or any other stuff with their own modals/balloons, Polaris conflicts with its...
Hi, I installed `rebrowser-playwright` (node.js), but still seeing `You're using unpatched Playwright.` (sourceUrlLeak test) and other tests are red (dummyFn green though). No manual patches added yet. What should I...
Hi, Q1: is there a way to pass custom options directly to the llm? For example, I'd like to pass `verbosity` and `reasoning_effort` for got-5 family via azure openai. Couldn't...