bloigge
bloigge
Is it possible to set some kind of lifespan for a job? If a job never was processed by a worker it should be removed from the queue after x...
Hi, This is more a question than an issue. We are using this plugin in an Ionic Project. During the login phase in our app some privileged user can decide...
Hi all, We are using the garmin virb 360 in our tool for displaying 360° videos in a web-mapping application. Therefore we are converting the garmin fit-files into gpx using...
I already asked [here ](https://community.esri.com/t5/arcgis-enterprise-questions/cancel-publish-job/m-p/1147491#M32507) - but maybe I'll get a answer in this repo faster. The question is more about the publishing process in portal (Portal REST API), but...
In our application we would need to get informed in the moment the user starts pressing the record button. Our usecase: we are recording the current geoposition while capturing the...
Are there any events I can listen to, like when the user changes the heading/bearing or the camera angle of the 360° video?
The constructor of the Info class calls super without passing the values. Is this inteded? ``` class Info extends declared(Widget) { constructor(value: any) { super(); } ... } ```