dumblob

Results 1350 comments of dumblob

@fr500 are you sure you can reliably detect CMD environment that way? I.e. are all Windows versions with any SW installed on them nearly guaranteeing, that `shell uname -a` is...

>Is it possible to check if ver exists, run it and check the returned output starts with "Microsoft Windows"? Good point. I didn't think about "advanced" commands like `ver` `systeminfo`...

>@dumblob I've tried to implement it with findstring without Msys available, but it doesn't even recognize findstring and jumps right to the else part with my mingw (mingwpy). That's suspicious....

>Nope, just a clean `cmd.exe` with `mingwpy` binaries folder on my path and `mingw32-make.exe`. Worth trying to run `vcvarsall.bat` or architecture-specific equivalent. I'm curious about the results. >Cygwin or Msys...

[Windows 10 Latest release: 1703 (10.0.15063.138) (April 11, 2017; **2 days ago[2]**)](https://en.wikipedia.org/wiki/Windows_10 ) versus [Ancient history spans **3200 BC - 632 AD**](https://en.wikipedia.org/wiki/Timeline_of_ancient_history ). Also mind the non-existent overlap between the...

A potential workaround might to not show them at the top at all: https://github.com/SimpleMobileTools/Simple-Calendar/issues/1241#issuecomment-1153966821 .

Make the button movable across the apps window :wink:. But that might be quite a lot of effort for a small benefit.

Which [backend](https://github.com/vurtun/nuklear/tree/master/demo ) are you using? Nuklear itself (i.e. without backends which are not part of the library, but reside in this repository as "demos" to be easily found by...

No, there is no support for rotation and I'm also not sure whether there should be one as supporting rotation essentially means implementing support for (all) affine transformations, which might...

>## NK_INCLUDE_UNICODE_SUPPORT > >unicode support (instead utf8) >yes, wchar_t support This is quite confusing. Unicode does not imply at all non-utf8 implementation. Could the define be renamed (preferably to something...