pravic

Results 263 comments of pravic

@Geobert PR is a request to merge one branch (possible from another repository) to another. On the top you can see that > cmsd2 wants to merge 1 commit into...

By the way, you can use vcpkg and vcpkg-rs on Windows, you won't need to set environment variables manually then.

It does not work with the current (`"."`) project - that's the point.

There are loads of color crates out there: https://crates.io/keywords/color

> c:\windows is not accessible by default unless you run with administrator privileges. @heinthanth c:\windows isn't accessible _for writing_ by default.

> I assume this is because of simple permission problems. Closing. @dom96 I suspect that choosenim was trying to _move_ (aka rename) the unpacked directory - a quite common pattern...

https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-movefile Basically, you can move a _file_ to another drive (it will be a copy of file + delete), but you can't move a _directory_ to another drive - it...

4.4.5.4: https://github.com/c-smile/sciter-js-sdk/commit/46404e14863dfb371cb50783f12158233735f9d6 And the first one is 4.4.5.0: https://github.com/c-smile/sciter-js-sdk/commit/6d403bfb726104ab7cbf76e21d042580281c3eb7

Actually, git is able to store correct attributes (e.g. `+x`), so there's no need to apply them manually.

https://github.com/c-smile/sciter-js-sdk/blob/main/logfile.md#4470