fullstack

Results 36 comments of fullstack

I would like to have this feature as well. I tried to see if I could add it myself, but to my surprise in chat complete streaming mode, when I...

I would just keep a list of lm's in each step in an array as history, and then delete the middle array when it reaches a threshold

> oh I see. Though that could be true, I tried setting up the stripe trial period and it did work and reflect in the DB. How recent was this...

I use cucumber-js markdown daily with playwright. I recommend it thanks [Aslak Hellesøy](https://github.com/aslakhellesoy) [Markdown with gherkins](https://github.com/cucumber/common/blob/main/gherkin/MARKDOWN_WITH_GHERKIN.md) my feature files all end in .feature.md there's some issues with non-cucumber tables rendering...

thanks for your effort @aslakhellesoy Here's my markdown workflow.. Surprisingly to me...I was able to persuade my clients, two non-technical co-founders, with a background in graphics design, spreadsheets, ... and...

... you can sneak extra params in -e "SOME=THING --served-model-name gpt5"

came here asking the same thing, keypoints can we use them

Hi i am suddenly having the same problem after it working for a while and can't figure it out. On hosted

* because supabase auth doesn't support multiple oauth, I need to use next-auth * next-auth allows me to set supabaseToken in my request, this works for client and server *...