Kasper Hämäläinen
Kasper Hämäläinen
I'm having exactly same issue with Github login. Yesterday I setup everything from scratch and it was fine and now I'm getting the same error. I tried: php artisan config:clear...
+1 for this feature
> I have this error with the combobox > >  Using cmdk version 1.0.0, you need to wrap ur `` component to ``, e.g.: ``` ( City {field.value ?...
+1 for this feature
I'm having a similar issue. When I define `gpt-3.5-turbo` as the model for `OpenAI` construct, `llmOutput` is missing `tokenUsage` object. Using the same construct, but not defining the model returns...
yes, source files lives under `src/*`, but build files are in different folder, for example in `lib`. This is defined in sub-project tsconfig. I tested, defining `lib` path works: ```...
here you go https://github.com/miekassu/projen-turborepo-test - run nextjs project locally, all good - build nextjs project, mentioned error - change sub-project dependency path to lib, no error, succesfull build
+1 for this feature
I would like to do something like this ``` import { chromium } from 'playwright-extra' const browser = await chromium.launch() const context = await browser.newContext({ // custom state storageState: loadStorageState(),...