Norbert E. Boros

Results 99 comments of Norbert E. Boros
trafficstars

> hello @Mecanik , I like the PR and I also use doctrine logic, but I fail/dont get what this PR adds as value on the side of this "symfony"...

Hi, try to debug your app to see the effect.

> System.Runtime.InteropServices.Marshal.ReadInt32 Yes, well x32 bit address is smaller than x64 address. As you can see the function called is ReadInt32, so try to use ReadInt64 instead.

> data-action="mouseenter->autocomplete#show" This does not work for me. What exactly should change? Nothing changes. Could you share your HTML?

Not really, this is how it looks on windows: https://prnt.sc/stfy0m Some are bright, some are dark, very confusing to the eye.

> Wow, it does look horrible on your screenshot. Here it is on my Windows 10. > ![image](https://user-images.githubusercontent.com/34326714/83720476-d1226a00-a641-11ea-8f15-493c17370fcf.png) > > Are you using Windows 7? > Try changing colors.h:46 to...

> Flush is pretty expensive, especially for files, I would imagine it's OK to have it flush for the asynchronous logger every time, perhaps I should add that feature. (atm...

Great stuff then, for now I will use it as is until you can update it for a bit 👍

I got a (dumb) question, but quite crucial... how would one use this across the whole application ? Say in threads, different classes etc ? Would this work ? ```...