Thomas Heartman

Results 106 comments of Thomas Heartman

I suspect that using just the avatars will be enough. It's also consistent with how we (and many other people) do it on github, for instance

Oh, and we should also find a way to deal with SDK pages (such as https://unleash-docs-git-alvin-docs-contributors-unleash-team.vercel.app/reference/sdks/flutter). They currently only show the header and never find the right data: ![image](https://github.com/Unleash/unleash/assets/17786332/433f7a09-fba4-4244-95e6-94b07f865c30) This...

I like that, yeah. Had the same idea πŸ™‹πŸΌ

@gdindi I came here looking for the exact same thing! Thankfully, the code snippet above was enough for me to figure it out. It seems the trick is to set...

While I can't speak for anyone else, I personally found it a bit confusing when the prompt was continually resizing and thought I had set something up wrong. I had...

A little update on this: I managed to make it work by counting the number of ivy completion candidates: ```emacs-lisp (defun my-ivy-posframe-get-size () "Set the ivy-posframe size according to the...

@Meemaw I think we'd love to get this out, yeah. I don't know exactly what happened to @sighphyre's PR from a year ago (#27), but there is probably a reason...

Hey, @skairunner πŸ‘‹πŸΌ Thanks for the request and thanks for the proposed changes too ☺️ That sounds like a great suggestion to me, so I'm all for it! But I'll...

That's a good question. I'm not entirely sure about the reasoning behind the design decisions in this library, but @rbtcollins would probably have some useful insights here. @sighphyre might also...

Sorry for not responding sooner. I can't speak for the OP, but I interpreted it as "why do we have to set it up ourself" / "why doesn't the SDK...