Alexandre Colucci

Results 10 issues of Alexandre Colucci

As far as I can see, you use sendToPlugin/sendToPropertyInspector for the communication between the Property Inspector and the plugin. You could simplify this code but using the setSettings API: -...

There are some debug NSLog in the plugin that should be removed: - NSLog(@"tempFile value: %@", tempFile); - NSLog(@"willAppear: %@", payload); If you want to log some information, you should...

The plugin is using the v1 version of the SDK. You should update it to use v2: - in the manifest.json, add "SDKVersion": 2, - update the common files from...

**Description** Calendar events not starting on a full hour are missing. **Steps to reproduce** - Add a meeting at 12:30 - Force synchronize the calendar Result: The meeting at 12:30...

I use the JavascriptSDK on a website with anonymous users. When I try to create a graph for the platform, I see no useful info but instead 2 values: -...

bug

If you get to the page `https://dashboard.telemetrydeck.com/apps/{APP_ID}/setup-helper`, you will see the subtitle: ``` FOR TELEMETRYDECK TO WORK, YOUR APP NEEDS TO SEND SIGNALS TO TELEMETRYDECK'S SERVERS. CHOOSE AN SDK TO...

bug
enhancement

## :bookmark_tabs: Summary Update integrations-community: Add MarkChart, a macOS app to preview Mermaid diagrams ### :clipboard: Tasks Make sure you - [x] :book: have read the [contribution guidelines](https://mermaid.js.org/community/contributing.html) - [x]...

# Description With some longitude and latitude, the SunCalc dates (dawn, dusk, nauticalDawn, night, …) are created with a NaN time. This can lead to unexpected behavior when using this...

This project blatantly copies code from https://github.com/Timac/VPNStatus but does not respect the MIT license. **Steps to reproduce** 1. Open the file https://github.com/col/GoVPN/blob/master/GoVPN-Bridging-Header.h 2. Compare to https://github.com/Timac/VPNStatus/blob/master/Common/ACDefines.h **Result** Note that this...