Jonas Meyer

Results 14 comments of Jonas Meyer

can you attach an example capture where I can see the issue?

Hi, thanks for this fix. You need to do the change in src/microprofile.html, otherwise the change gets lost then next time someone does a change there. usually the process is:...

Hi I think the logic is it shows up as once in that frame because it was inside the entirety of that frame. Its a very valid point that the...

currently the implementation only supports one client at a time.

I'm not sure what you are compiling with: can you try putting in a cast to LPVOID IE replace *pThread = CreateThread(0, 0, ThreadTrampoline, Func, 0, 0); with *pThread =...

Hi. Its the timer type thats wrong in the html: Your data looks like this: S.tt_8_1 = [-2119704132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]; This is what it should look like: S.tt_9_13 = [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]; Can you...

Hey - I haven't looked at your changes yet, but I cam come with a quick comment: I wont be merging any STL stuff. I do want your fixes though....

Hi. I merged your stuff, thank you! I'm not sure I understand what the motivation for using the libc sprintf would be? It seems to me using stb would be...

I think the best solution here would be to stick with stb, and not provide the libc option, and going for the %lld everywhere option. Supporting both would probably end...