Victor Aprea

Results 27 issues of Victor Aprea

Is all that's needed for sync charts to work, as stated in the demo here: https://apexcharts.com/docs/chart-types/synchronized-charts/ * `chart.id` should be a unique identifier. * `chart.group` should be same for the...

Reference issue #3. Possible duplicate of issue #34 (though we come to different conclusions). Arduino made a pretty big change (not too long ago) in the compiler toolchain moving from...

**Do you want to request a *feature* or report a *bug*?** BUG **What is the current behavior?** When I click the GO button on this page: ![image](https://user-images.githubusercontent.com/1018382/51623288-5c480780-1f06-11e9-9b4d-8c0f0d07e5d8.png) I get a...

When I try to `ng update @angular/cli@12 @angular/core@12` on my angular 11 project which has `"ngx-embed-video": "^1.0.4",` as a dependency in package.json, I get the following error: > Package "ngx-embed-video"...

Hi- I seem to be having some inconsistent behavior with digitalRead. I have a floating input and I want it to read as a high, so I should be able...

I have tried using `wpa_supplicant.enable(options)` with the following options: ``` { ssid, passphrase, driver: 'wext', interface: 'wlan0' } ``` but it fails and makes no changes to the `wpa_supplicants.conf` config...

@tuanpmt first nice work and thank you for library! This is more of a question / feature request than an issue, per se. I'm trying to use the REST module...

**Describe the bug** With the following configuration: ``` panZoomConfig: PanZoomConfig = new PanZoomConfig({ panOnClickDrag: true, zoomOnDoubleClick: true, zoomOnMouseWheel: true, initialZoomLevel: 5, }); ``` Calling `api.zoomOut()` initially works, but then right...

For mapping, this seems to be an essential feature. How hard would it be to patch in a FIPS code. Seems like it would be really helpful if users of...

Hi and _thank you_ for keeping this library active! I'm using Ubuntu 20.04 (and have now updated to Ubuntu 22.04 as I thought it might help, but it didn't). It's...