Kasper Hämäläinen

Results 11 comments of 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 > > ![image](https://private-user-images.githubusercontent.com/68236786/324158410-3634f99b-bf9c-457b-af77-09fe6ffce7f2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQ1MjUyNDUsIm5iZiI6MTcxNDUyNDk0NSwicGF0aCI6Ii82ODIzNjc4Ni8zMjQxNTg0MTAtMzYzNGY5OWItYmY5Yy00NTdiLWFmNzctMDlmZTZmZmNlN2YyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MDElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTAxVDAwNTU0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI0ZjA4YWMzMTQ2OWQ5MWQ1NGE3MDgwZTA0YjM2NDNjOWY2ODU2ZDNkYjFmZDcxNDRhZjA0Y2NjZjhjYzIwOGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.ZSn1dbnpfiFMl2nSXM4dnEwK2sbRDcArKpezhy91Jb0) Using cmdk version 1.0.0, you need to wrap ur `` component to ``, e.g.: ``` ( City {field.value ?...

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

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(),...