spencermize
spencermize
Hi! It appears that a way that Tailwind handles `!important` generation has caused `input-group` corners to have `border-radius: 0px !important` applied after the `3.0.23` version of Tailwind. Reverting this change:...
Hello - It appears Smelte is still utilizing Tailwind 2. Are there any plans to upgrade to 3? Thanks!
Hello! I'm attempting to utilize Node 14 on AWS Lambda, but I can't seem to get the component to respect my settings. It looks like the settings might be able...
**Is your feature request related to a problem? Please describe.** I'd like to have a bit more control over the types that are generated - specifically, I'd like to utilize...
I haven't looked too much into the source yet to see if this is possible, but here's what I have going on: - Streaming JSON from the server (very large...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain.js documentation with the integrated search. - [X] I used...
### Issue you'd like to raise. The docs state we can query all feedback by an array of runs: ```javascript listFeedback({ runIds, feedbackKeys, feedbackSourceTypes, }?: { runIds?: string[]; feedbackKeys?: string[];...