Alex Kozler

Results 10 comments of Alex Kozler

I don't use ProxySQL, but I do use MySQL via RDS and track exceptions with Stackify Retrace and I get thousands of this same error. I'd be curious to try...

Have you tried modifying some of this and loading it back into your game to see if it sticks? I've meticulously gone through every LSV/LSX attempting to remove a custom...

Someone @ Nexus Mods managed to fiddle with similar appearance items, but I don't believe they are doing anything with NewAge: https://www.nexusmods.com/baldursgate3/mods/899 Did NewAge change at all after the hotfixes...

The console in question is something @Norbyte is still working on porting over from Divinity to BG3 AFAIK. There's been links shared to a test version of it in Larian's...

You can delete and create DB entries using commands in the console of Script Extender https://github.com/Norbyte/bg3se If you found the procs for it, you can try running those in there...

Is there any temporary workaround to make this load images from JoyPixels/emoji-toolkit other than downgrading to EmojiOne 3.x? For instance, I use joypixels with a custom path to the emoji,...

Unfortunately it still tries to load them from https://cdn.jsdelivr.net/emojione/assets/3.1/png/ ``` $(document).ready(function () { joypixels.imagePathPNG = "https://mysite.com/emoji/32/"; window.emojione = window.joypixels; $("#txtMsg").emojioneArea({ useInternalCDN: false, pickerPosition: "bottom", recentEmojis: false, search: false, tones: false,...

Thanks! I changed that, and then I also had to change this line: https://github.com/mervick/emojionearea/blob/dc73dc556fdc6e82c5d26847533b893ece255ce1/dist/emojionearea.js#L82 to ``` unicode = unicode.uc_full.toUpperCase(); ``` Now it works fine with joypixels 5.0

Only other oddity is that this line no longer works in joypixels: https://github.com/mervick/emojionearea/blob/dc73dc556fdc6e82c5d26847533b893ece255ce1/dist/emojionearea.js#L680 Not sure what the equivalent of it is. Seems like its just trying to convert the unicode...

I feel like I'm missing something here... I do a /chat/login just fine to the server, then I try and issue a GET to http://xmpp.mysite.com:7070/rest/api/event/source and all I get are...