David Capello

Results 701 comments of David Capello

The output doesn't include the specific error. Probably you can include some extra lines of the output (or use some pastebin-like service to paste the full console output).

Thanks for your contributino @doomed-phobos, at the moment we'd prefer to keep the original behavior of the functions (throwing exceptions). I'll add some comments to your copy_file implementation just in...

Implemented with https://github.com/aseprite/laf/commit/f5ed6fc4dc629e152ff3de42acedfc1c5e601c4b

I'm not 100% sure if we should use uppercase or lowercase in the initial letter of static member functions, e.g. * `class System { ... static System* instance(); ... }`...

Not sure about this one, on Windows if I use `python2` I got this error: ``` C:\deps\skia>python2 tools/git-sync-deps 'python2' is not recognized as an internal or external command, operable program...

Skia uses/needs python 2. In my previous comment I said that we must use `python` (it should be pointing to python 2), but we cannot use `python2` in the command...

I think the biggest problem is that depot_tools is a "living thing" where Google updates for new Skia & Chrome, versions. I think they switched to Python 3 recently (but...

Hi @paulschnell, it's really strange, because the GitHub Actions didn't (don't) fail. Probably this is required by a specific MSVC (or Windows SDK) version as Clang uses the MS C++...

It looks like a connection problems to download the files (you can keep trying running the same command until it/Internet-connection works), but if you have downloaded the required files from...

Great analysis @iamOgunyinka 🙌 I'll see if next week I can give you a hand to check where the information about layers visibility is stored. Also there are a couple...