Han Prower

Results 19 comments of Han Prower

It's specific to Plasma. Maybe other DEs have similar controls, too. It's just a workaround for some whilst a better solution is figured out. Just thought it was worth mentioning...

I fixed this with: ``` $(document).on('focus', 'textarea.emoji', function() { //set that the textarea was focused. Mainly just in case trying to insert emoji at 0 $(this).attr('data-focused', 'true'); }); $(document).on('click', '.emojibtn',...

The textarea is fetched via `var $txt`, so I'm not sure what you mean. My way of doing it definitely does work as I use it on a forum I...

Oh, sorry, you're correct. I failed to realize the forum software has a way of saving the caret position in its JS (for use with its bbcode insertions, etc.). Well,...

I'm just going to throw this out there in the interim of an overhaul/new app... I use SamRewritten with Flatpak and it works okay. I do not use the UI...

This might not be the "correct" fix as far as how the plugin is meant to work, but I got it working by changing https://github.com/mervick/emojionearea/blob/99129f789f2e7619ce553c038783a13f47cbc846/dist/emojionearea.js#L1357 to: `categoryBlocks.filter('[data-tone="' + tones.find("i.active").data("skin") +...

Proton 3.16-1 beta works well for me and everything seems to be rendering everything correctly after patching mesa with the RADV patches for VK_EXT_transform_feedback. Like others, however, I do get...

I'm probably missing something, or maybe things used to be different, but the process around USEMANGOAPP seems to be convoluted. If I disable it but then set the gamescope args...

It's a ComfyUI issue. Workaround: https://github.com/comfyanonymous/ComfyUI/issues/6649#issuecomment-2749148529