Wils Dawson
Wils Dawson
Looking into this more, the `h1` element that is generated as part of the Article Header is outside of the `div` with the `"prose"` class, so that's likely why this...
I'd also like a way to access chats from any browser/computer from my self-hosted solution. > Each time I want to use big-agi on a new computer I even have...
Hey @siwachabhi this PR looks awesome. I have been thinking about some similar flows, and there are definitely cases where I want the data I collect from the user not...
> Doesn't the new authorization work that was proposed handle this with headers? I might have misunderstood the original proposal, but I thought you could 401 with a header that...
> I'm not sure I understand how this works. Could you go through a step by step example of the requests and responses that we would see with this? @aaronpk...
@btiernay @pwwpche re: nested interactions (turtles all the way down) .. going straight for hard mode, I love it! > I'd love to explore how the type="ua" interaction would work...
@ggoodman > Even if we're expecting progress to be tackled in a separate, 'fast follow', it seems like we should have a very clear idea of what we think this...
Sorry folks! This was incorrectly tagged as a feature request along with other bugs. I'm going back through and cleaning up, sorry for the inconvenience.
We're looking at switching off of code mirror for this reason among others. Nothing to report yet on timelines but there's appetite on the team for sure.
Did you try using the escaped version? Comma is the default separator so you usually need to escape the comma using `0x2C`. This is [noted in the documentation](https://pkg.go.dev/github.com/go-playground/validator/v10#hdr-Using_Validator_Tags). The hex...