Bas van Dijk

Results 35 issues of Bas van Dijk

I there a way to use the navigation on a predefined route with GPS points? I've tried to use waypoints but it limited to a max of 25. A GPX...

In the README.MD the link to the `17. Stochastic RSI (StochRSI)` is broken. The url it links to is: https://runkit.com/anandaravindan/stochasticrsi which gives a 404

Currently I am using the dark theme in vscode. However the transparent SVG images make it hard to read the text of the diagram on a dark background. It would...

**Describe the bug** When participant in sequence diagram starts with a number its position is ignored. In this example 123 should be the last column but it remains the first....

Type: Bug / Error
Status: Triage

**Describe the bug** ![image](https://user-images.githubusercontent.com/644550/179454880-a4efb6b4-9d8c-4a76-b67d-4eee5281ba03.png) **To Reproduce** Create a diagram with: ``` sequenceDiagram autonumber participant BE as App participant TE as Server Note over BE,TE: GET /api/v2/appointments/{appointmentId} TE-->>BE: appointment ``` **Expected...

Type: Bug / Error
Status: Triage

I have a robots.txt file containing two lines: ``` User-agent: * Disallow: / ``` And used the example shown on the documentation: ``` var robots = require('robots') , parser =...

**Is your feature request related to a problem? Please describe:** Most Capacitor plugins do not require to add an SDK to the iOS or Android project itself. **Describe the solution...

docs

## Feature Request ### Plugin Share ### Description In Cordova I used https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin in order to share images (not the url, but an actual image) with this code: ``` this.socialSharing.share(null,...

plugin: share
type: feature request

First of all thanks for creating this awesome library! Since the last commit is from 7 Jun 2021 I was wondering if this library is still maintained.

**Describe the bug** Ask consent on iOS via the code in the README.MD: ``` import { AdMob, AdmobConsentStatus, AdmobConsentDebugGeography } from '@capacitor-community/admob'; async showConsent() { const consentInfo = await AdMob.requestConsentInfo();...