George Karagkiaouris

Results 12 issues of George Karagkiaouris

## Current `main` ``` ❯ du -sh dist/*/*.app 302M dist/mac-arm64/Kap.app 293M dist/mac/Kap.app ``` ## This branch ``` ❯ du -sh dist/*/*.app 268M dist/mac-arm64/Kap.app 260M dist/mac/Kap.app ``` Saves about ~34 MB...

Do Not Merge

Fixes #666

Do Not Merge

Right now, our conversion processes use good defaults for quality. For most conversions there's two parameters: - `crf` which has lower and upper limits depending on the encoder, that sets...

Status: Community Feedback Wanted

Currently we check for if an issue exists by Sentry issue ID and the label Sentry issue to avoid making duplicate issues when it comes to Kap errors. But when...

Type: Enhancement

Feature Request: Add a new api (to not break backwards compatibility) to the share service context that allows plugins to add Actions. Actions have a title and callback function. Those...

Status: Community Feedback Wanted
Type: Feature

The methods we are using to get the devices are now deprecated: developer.apple.com/documentation/avfoundation/avcapturedevice/1390520-devices Suggested is that we use https://developer.apple.com/documentation/avfoundation/avcapturedevice/discoverysession instead

enhancement
help wanted

From https://github.com/wulkano/kap/issues/825#issuecomment-619150609 Sometimes getting the audio devices from the swift script prints a lot of other stuff in stderr, and so the parsing fails, in which case we return the...

Since tailwind usually adds prefixes itself (https://tailwindcss.com/docs/browser-support#vendor-prefixes), I think this module might need to as well, otherwise some of the classes don't work properly. I understand that this might increase...

An attempt to add `waitUntil` to node lambdas and to prevent code execution from getting cut after `res.end()` **DISCLAIMER**: this is my first time reading into the node/node-bridge packages, and...

https://github.com/wulkano/Kap/issues/986 **Sentry Issue:** [KAP-9ER](https://sentry.io/organizations/wulkano-l0/issues/2264324144/) **macOS version:** Big Sur (11) **Kap version:** 3.3.2 ``` Unhandled Promise Rejection CancelError: Promise was canceled at PCancelable.cancel (/p-cancelable/index.js:99:17) at Object.didStopRecording (/kap-key-cast/index.js:54:17) at /Applications/Kap.app/Contents/Resources/app.asar/main/common/aperture.js:56:28 at Array.map...