-
SELECT 20, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' OR layout = 'meld' THEN
GRO…
-
I'm very interested in using testcontainers in my project.
However, I'm having a hard time setting it up to work with Informix.
Note that I can start an informix container using Docker-for-Mac and…
-
Hi Don,
I've been using other-transcode since you released it and I like it a lot, thank you for your efforts in making lickety-split hardware encoding look as good as software.
Something odd h…
-
## Problem description
Webgames made with C3 that are run on android devices using the chrome browser only shows the grey background, all other graphics are gone. Same game runs fine on the s…
-
SELECT 14, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' THEN
GROUP_CONCAT(CASE WHEN…
-
This issue follows from #183
Generate mutant coverage (which mutants is actually executed by any test). This could provide useful metrics as of now.
Offer to skip test runs for non covered mutants (…
-
Taking a quick look at adding a test for Message2 and getting some suspicious results. Couple of surprising things that I see:
- Messages 1, 2, and 3 are the same except for the message id (or eff…
-
Jump mechanic similar to that of Getting Over It by Bennett Foddy
-
I've released a [new testing version](https://github.com/4ian/GDevelop/releases/tag/v5.0.0-beta63), I'm creating this issue so that any bug can be reported.
Note that in the future, such versions w…
-
I created a Vagrantfile similar to this:
```
Vagrant.configure("2") do |config|
# I have some proxy settings here
config.vm.hostname = "foo"
config.vm.box = "generic/fedora30"
config…