Piotr Kosek

Results 24 comments of Piotr Kosek

I came out here from Google myself... Solution (quick 'n' dirt hack): Find in `jquery.colorbox.js` ```` js function setSize(size, dimension) { return Math.round((/%/.test(size) ? ((dimension === 'x' ? $window.width() :...

It is now 2 years later, are there any progress with password recovery?

Oh, so I believe I run into bug - the value is unselectable (keeps at default, no uncaught exception is thrown), unless I change public struct Direction to public class...

This is needed! There is no Linq equivalent, and using `Distinct` on sorted data is so much worse it terms of O's complexity... Especially if you need to keep them...

@atifaziz Close enough, but I believe it is still a bit more expensive than directly implemented `OrderedDistinctBy` through sharing the same O's. And way harder to find in docs actually,...

Exactly as stated The base-pure LINQ `Distinct` is also replaceable by `GroupBy` and then `Select` -> `First`. But it is optimized for this specific - and not so rare! -...

@atifaziz I see there is a very strong opposition to add it in MoreLINQ directly (and I still do not get why, but whatever...), so I believe so. But please,...

Hello, I just happen to run into very same problem with different WinAPI application (my own actually, Rust based with OpenGL renderer). It happen on my PC, and after googling...

I tested this again, after a few more KB's from Microsoft (and updated nVidia drivers) There is a change in #8 from my list above: This time, the taskbar is...