-
#### Your system information
* System information from steam : https://gist.github.com/Mrcubix/34aa852535005159c1177370ed5e4e18
* Have you checked for system updates?: Yes
#### Please describe …
-
What I would suggest is the following
* `Foo` becomes `Animal`
* Implements `Nameable`
* `increment()` vfunc becomes `pet()` and returns a `Sound` (former `RString`). E.g. cats would "purr"
…
-
Per [this IRC conversation](https://mozilla.logbot.info/servo-media/20190329#c16152200-c16152225), it would be easier to diagnose system configuration issues if the webrtc code did not silently swallo…
-
Does this issue occur when all extensions are disabled?: Yes/No YES
- VS Code Version: 1.67.1
- OS Version: Windows 11 21H2 Build 22000.675
Steps to Reproduce:
1. Launch VS…
-
Deleting your social account connection without having a valid email will render your account useless. Usually the email address will be set from the value sent by the login provider (facebook, google…
slomo updated
6 years ago
-
# if defined(GST_IOS_GIO_MODULE_GNUTLS)
#include
G_IO_MODULE_DECLARE(gnutls);
# endif
Xcode is complaining about G_IO_MODULE_DECLARE(gnutls); with these errors/warnings..
ERRORS::
../deinonychu…
-
I'm not able to make this work. I have set the timescale=0.5 for timelapse and 2 for slow motion but it does not seem to work. I also tried changing active device format which supports higher fps for …
-
Hi sir:
I want to support armv7 and arm64 together and I found you have a solution at : https://github.com/EricssonResearch/cerbero/commit/27be5963f619e392910b1f74d13125482b308588?diff=unified
But …
-
Made 2 or 3 a while ago, the k-means was merged in but an averaging module and an IIR module are possibly in https://github.com/lucasw/binarymillenium - get them into this repo.
The only one in the…
-
"Why store the upsampling result in images:
-Images support random access from a dataloader. A video file, for example, can typically only be accessed sequentally when we try to avoid loading the who…