Tobias Trumm

Results 12 issues of Tobias Trumm

Webkit handles the `transparent` keyword differently than other browsers resulting in different colors in safari (see #9).

I am not sure if this is a bug or if I missunderstood something. I created a new device using the web ui and synced it with an exisiting device....

I tried running LicenseFinder on a large npm project and noticed that it could not determine the license of some npm packages (21 of 384). This surprised me because all...

unscheduled

**Describe the bug** When using `${{ github.action_path }}` inside a local composite action and calling this action in a job that runs inside a container, `${{ github.action_path }}` gets resolved...

bug
Runner Bug
keep
triaged

**What is the problem you're trying to solve** I really like the new `include` top-level section, as it allowed me to split a huge docker-compose.yml file into smaller, more manageable...

* What problem are you trying to solve? I have a hosted npm repository `my-npm` and published an npm package `@foo/bar` with version `1.0.0` to it. According to the [npm...

enhancement

I noticed that in some cases `client.query` and `client.watchQuery` will return `data: {}` - using `client.query` with fetch-policy `cache-only`, but cache does not contain the requested query - using `client.watchQuery`...

🐞 bug
⛑ TypeScript

## Bug Report ### Plugin(s) `@capacitor/[email protected]` ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 4.7.0 @capacitor/core: 4.7.0 @capacitor/android: 4.7.0 @capacitor/ios: 4.7.0 Installed Dependencies: @capacitor/core: 4.7.0 @capacitor/cli: 4.7.0...

platform: ios
type: bug
plugin: screen-orientation

Trying to record a video results in a crash on Android 11 on my Pixel 3a ``` 2020-09-14 10:59:41.941 27070-27176/app.prpl.dev V/Capacitor: callback: 11450130, pluginId: VideoRecorder, methodName: initialize, methodData: {"camera":1,"previewFrames":[{"id":"video-record","stackPosition":"back","width":"fill","height":"fill","x":0,"y":0,"borderRadius":0}]} 2020-09-14...

Capacitor 3.0 sets the iOS deployment target to 12.0, but capacitor-video-recorder uses 11.0 as deployment target, resulting in the following error when trying to build the iOS app: `Compiling for...