Benjamin Quinn

Results 47 comments of Benjamin Quinn

One of the main benefits of using JWT is to avoid hitting the DB on each request. That said, fixing this issue should be a priority, because the issue reduces...

@hwh7 pretty much summed it up, you have to write a custom auth class for sure. In my project, I needed to integrate JWT with an existing code base, so...

@hwh7 My only concern with adding it to the library would be that users need to understand that you will be doing a ton of round trips for the user's...

Did 'per-monitor-panels' ever get implemented? If so, how do I adjust that setting?

Getting 1300ms on my Intel® Core™ i7-8650U CPU @ 1.90GHz

@UnGast Would you mind describing the process you used to build on ubuntu?

@UnGast Cool, thank you, I will give that a shot!

Any news on this? Related issue would be to document the currently supported version(s) of qt.

This issue is similar to https://github.com/slint-ui/slint/issues/2723 ; possibly duplicated? There was an interesting [post on y-combinator](https://news.ycombinator.com/item?id=37820532) about the use of gap buffers for text editors. [Link to blog post](https://coredumped.dev/2023/08/09/text-showdown-gap-buffers-vs-ropes/). It's...

I don't think that cosmic text will solve all of the uses of a typical rich-text document / editor. It really just seems to do advanced text rendering. It wouldn't,...