Nikky
Nikky
i very recently tried to run [transcoder.go](https://github.com/imkira/go-libav/blob/master/examples/transcoder.go) ``` ffmpeg -version ffmpeg version 3.3.2 Copyright (c) 2000-2017 the FFmpeg developers built with gcc 7.1.1 (GCC) 20170516 configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping...
#### This issue pertains to the following package(s): - [ ] GraphQL Playground - Electron App - [ ] GraphQL Playground HTML - [ ] GraphQL Playground - [ ]...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] currently each `api` holds...
i am using okio on mingwX64 and it seems to work without issues via poweshell and cmd but when executed in gitbash things seem to fall apart i am getting...
following the guide at https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html this should make publishing to the gradle plugin repo easier integrate this step into your publishing workflow or CI ``` $ ./gradlew publishPlugins -Pgradle.publish.key= -Pgradle.publish.secret=...
While trying to convert `@types/react-bootstrap` with dukat it generates invalid code and references noexistent classes like `React.Component` it would be nice if one could add the external declarations of `kotlin-wrappers`...
## 🚀 Description removed `gradlew`/`gradle` symlinks from sample projects instead added the wrapper task changed CI to always use the wrappers in `plugins/` idea will automatically create the `gradlew` file...
## 🚀 Description handles failure due to uninitialized `versionPropertiesFile` during idea sync it does this by catching the exception and setting the description of task `refrewshVersions` to the most likely...
my usecase is: `fabric-language-kotlin` bundles - `kotlin-stdlib` - `kotlin-reflect` - `kotlinx-coroutines-core` my mod `matterlink` additionally depends on - `Fuel` - `Fuel-coroutines` - `Fuel-serialization` which in turn depend on - `kotlinx-serialization-runtime`...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. add plugin to project 2. refresh gradle ``` A...