Matus Faro

Results 9 issues of Matus Faro

**Is your feature request related to a problem? Please describe.** I would like to integrate with the [Chatwoot bridge](https://gitlab.com/beeper/chatwoot) to this project. **Describe the solution you'd like** If I or...

### Issue Summary When using `serverless-patched` doesn't work with pnpm. ### Actual behavior Calling `serverless-patched` seems to work as the note is printed. but the Deploying logs are still present:...

**Version affected** 4.1 **Describe the bug** Formatting licenses also removes surrounding comments. My license is a two line SPDX tag: ``` // SPDX-FileCopyrightText: 2019-2019 Matus Faro // SPDX-License-Identifier: Apache-2.0 ///...

is:bug

I am evaluating to either package this project for Java or create a separate simplistic Java CDK Construct for OpenNext. As I am unfamiliar with JSII, do you know how...

Pasting an image link to a post fails to properly upload the image. The `img` tag `src` is directly set and an upload is not triggered. On save, image is...

Useful on MacOS when attempting to listen on hidden devices that need to be constructed via given device ID. See cpal https://github.com/RustAudio/cpal/pull/974 [Example usage](https://github.com/ollisten/ollisten/blob/5c1fc28ef70a15b8a18d457b7cb2f34be91d8a63/src-tauri/src/transcription/cpal_macos_hack.rs#L10-L15): ```rust pub fn create_cpal_mic(audio_device_id: AudioDeviceID) ->...

Hello, Thank you very much for your amazing project! I know you have previously decided (in https://github.com/joelittlejohn/jsonschema2pojo/pull/1082) not to support de-duplication of identical classes and instead suggest to use `$ref`s,...

Allow constructing a CoreAudioDevice (Device on MacOS) given just its ID. This is useful for accessing hidden devices. A hidden device is a device that is not visible to user...