Alex

Results 67 issues of Alex

Has this been tested with recent versions of Android? I've tried this with HTC One and it takes about 15 seconds to get a GPS fix then asks me to...

R3 has come a long way in it's past year of use. However since it's been open sourced and other units have been using it, it's clear that the way...

v1

I'd like to keep a folder on my client (where the nodejs app sits) and use a readonly FTP connection to a remote server folder. I want the remote folder...

This caught me off guard in the early hours of this morning, 4 hours of downtime because this library throws a fatal error when the experiment ends and can't be...

I have the following `streamParams.javascriptCallbackFunction = camera.videoJSBridge;` ``` cameraController.prototype.videoJSBridge = function(playerId, event, data) { switch (event) { case "onJavaScriptBridgeCreated": debug('Video js bridge created', playerId); camera.feeds[streamId].domElement = $('#' + playerId).get(0); break;...

When someone creates a PR I will get a second email with the Cypress summary comment which gets very spammy with lots of activity. I wondered if there was a...

**Describe the bug** ``` "@fortawesome/fontawesome-svg-core": "1.3.0", "@fortawesome/free-brands-svg-icons": "6.0.0", "@fortawesome/free-solid-svg-icons": "6.0.0", "@fortawesome/vue-fontawesome": "3.0.0-5", ``` Vue 3 ``` import { faDiscord, faPatreon, faTwitter } from '@fortawesome/free-brands-svg-icons' [...] ``` Oddly it works during...

waiting for feedback

Would be great to be able to link people to a file and have it start from the beginning of the history (or to be flexible, a specific commit). I...

Using Spectre CSS, if you use a dropdown (.form-select) in desktop Safari MacOS, the browser will crash every time you try to open the drop down. Here is a reproducible...

bug
help wanted

## Bug Report cli command `nodemon --exec 'serverless offline start --stage local --httpPort 3001' -e 'js'` **--stage is ignored and defaults to `dev`** `> Starting Offline at stage dev (eu-west-2)`...