troyengel

Results 9 comments of troyengel

I'm not sure what this is, Google-fu is failing me - I'm finding hundreds of these attempts per week in my logs: ``` "GET /admin/assets/js/views/login.js HTTP/1.1" 301 260 "-" "python-requests/2.19.1"...

I have (had) the same issue not using anything but stock theme and defaults; using the current `non_floating_sharp_tabs.css` I figured out we can add this to it: ``` .tabbrowser-tab[visuallyselected="true"] {...

Looking at the code, I think it's the `safe_utf8()` inline function (which calls the MB function) parsing the author feed when it's grabbing the data: `$valuesTmp['author'] = safe_utf8($valuesTmp['author']);` - why...

It appears to be any reddit RSS feed, you can simply add `.rss` to the end of any subreddit URL. The two which I'm subscribed to are sales areas so...

@Alkarex as a fun aside (not related), your code post shows just how broken this poor font ("Luxi Sans") is when it comes to UTF-8. I'll definitely be finding a...

@aledeg your update piqued my curiosity, it appears (after a lot of Googling) that a _lot_ of fonts are missing these glyphs (I think that's the correct term); going down...

> On Arch that's pacman -S adobe-source-han-sans-otc-fonts Nice, thanks! I just popped that in (77MB!), did a click+refresh on this tab and now all the characters shown in my screenshot...

Adding hopefully more impact data - server is Exchange 2016, using the latest of all the components with Arch: TB 45.7.0, Lightening 4.7.4. As per the others above, downgrading to...

@SvenMW following your breadcrumbs, I think it's here? (I'm making a guess) * https://github.com/Ericsson/exchangecalendar/commit/e9d219b0e09374d37ee597fae643ff6ab1ca4d9c#diff-325a2ba8c3bc69abdc02c0a438aeb3d6R50 If you dig through upstream and try to trace it down, there's a comment right here...