waddlesplash

Results 176 comments of waddlesplash

@arturadib I second the above. When can it be merged? (It's now been 7mo since above comment).

The problem is stated: ``` npm ERR! Required: {"node":">=0.6.14"} npm ERR! Actual: {"npm":"1.1.0-3","node":"0.6.9"} ``` ...which is now not a problem as Node in official Ubuntu repo is version `0.6.19`.

@philipl can this be merged?

> MSVC 2014 (?) -- they implement both C++11 and C++14 simultaneously with varying success, so let's hope it is supported well enough in the next release From experience with...

I'm a bit concerned about dropping GLES 2, as the number of devices that support GLES3 are few and far between at this point. I'm pretty associated with the Dolphin...

@mosra @wivlaro yes, that blog post is useful. We also have a database of driver bugs (some are desktop too) [here](https://docs.google.com/spreadsheets/d/1ZbuYefVawKlzqiCtu7IU1XiXmgqO3z826-wiD_nw6lY/edit#gid=0).

> I only seen Python 2.7 in their package manager (really??) and FFmpeg says it's installed (4.2), but can't seem to run it from command line? FFmpeg CLI tools may...

You just install it, and then the `ffmpeg` command et al. should be available. We already have `pyqt` and `pyqt_python3` in the package repositories, you should just be able to...

Try `pkgman install cmd:ffmpeg`, this will locate the correct package automatically (probably `ffmpeg_tools`) and ask to install it. 3.8 is not compatible with 3.7, and most Python applications are not...

I did not write the macOS backend and I'm not very familiar with it. Perhaps @CodeforEvolution or @mickymuis might be able to comment?