Tõnis Tiigi
Tõnis Tiigi
Tests currently only check the old jukebox format. Ideally all formats should be checked as new contributors will likely use only one themselves.
Regression from #10
Spritemap object keys are not ordered. This means that it can get mixed up with rawparts that are just a sequence of numbers. Possible solutions: - always sort rawparts by...
iOS 8 again requires first sound to play from user event for Web Audio API. Silent slice could be used to initialize audio engine but currently its not generated.
- audiosprite checks that ffmpeg doesn't return error but doesn't check for ENOENT. - if there is any error during spawn, stdout/stderr of the child process should be printed out....
`docker load` works but doesn't validate the input so will probably crash with a cryptic error if cache file doesn't apply.
After #151 zooming with cmd+/- doesn't work anymore. Previous versions(1.0.1 branch) work flawlessly.
Dealing with use cases where dnsdock may not run in the same daemon that it manages and where for some reason event stream may go down and lose data, the...
Refactors previous internal functionality of decoding a single function so that functions can be optionally decoded individually. This is useful then functions need to depend on each other and static...
Currently `Expression` https://pkg.go.dev/github.com/hashicorp/hcl/v2#Expression provides access to variables it uses via `Variables()` method. This can be used for dynamic lookup for the `EvalContext`. But similar concept is not provided for functions....