Claudio Nicora

Results 10 issues of Claudio Nicora

Images are missing when exporting to PDF. HTML preview and HTML export are ok. Sample MD: ``` ![Image](image.jpg) ``` OS: Windows 7 x64

bug

@chenxiaolong: this is to show my appreciation to your work on BCR. It's the only app (I know) that works perfectly on Android 10+ and gives **perfect** call recording of...

appreciation

## Intro I'd like to help making Neutralino a real **single-file** app, so this issue is to share my progresses and get your feedbacks/suggestions 😉. Making Neutralino a single-file app...

feature-request

There's no need to show a device selection in `open` command when there's only one device available. Since there's only a single possible selection, blocking `open` command waiting for user...

The expected (and working) option name to set a different source directory is `--assetPath`, but the error message shown when something is wrong with it shows a different name: ```...

It seems that url and text are inverted: ```md Visit [https://primeflex.org](PrimeFlex) website for demos and documentation. ``` should read ```md Visit [PrimeFlex](https://primeflex.org) website for demos and documentation. ```

I was looking for an alternative to [felixfbecker/php-language-server](https://github.com/felixfbecker/php-language-server) in VSCode, since it seems a bit abandoned (latest commit was 12 Dec 2018). I've found [phpactor/vscode-phpactor](https://github.com/phpactor/vscode-phpactor) extension and tried it, but...

Android configure() method is missing `call.resolve()` call. This causes this code to wait forever: ```js await NativeAudio.configure({ focus: false }); ```

Plugin initialization always calls `audioManager.requestAudioFocus()` in `load()`. This way any already playing application (Musicolet, Spotify, ...) is paused at application start, making the `focus` configuration option passed to `configure()` useless...

## Intro BCR-GUI now supports translations. You could help translating it in your language in 2 ways: - use [Weblate](https://hosted.weblate.org) online translation service - edit source files directly ## Weblate...

enhancement
help wanted