Alexander Goldstone
Alexander Goldstone
The library currently uses Window.localStorage this works well when sessions are supported across multiple browser tabs. I would like the option to use Window.sessionStorage instead for use-cases where sessions are...
My application is using the HTTP API of GstD version 0.14.0. It creates a number of pipelines including this one for `webrtcbin`: ``` webrtcbin bundle-policy=max-compat name=webrtcbin stun-server=stun://stun.l.google.com:19302 interpipesrc name=network_prev0 listen-to=quad_src0...
I have successfully created pipelines for cameras, displays, etc. I am now trying to make them accessible via WebRTC and have a test pipeline that looks like: ``` network_stream_pipeline`, `webrtcbin...
Having had some issues with Atmel's USB CDC implementation (hugging resources) I would be interested in trying this library. I'm using the SAMD21J18A (the same as you use for Tessel...
I am using .Net Core 2.0 on OS X 10.12.6 Per the instructions, my .csproj file contains: ``` ``` I have also tried with version 1 of the above runtime...
Update PackageReference From: ``` ``` To: ``` ```
Currently there are CSS classes for selectable dates, selected dates and disabled dates. Currently dates that are not in the month use the 'disabled' class but I think having their...
I configure my calendar to display two months and hide the buttons using CSS as I want to limit the period (which doesn't seem to be an option I can...
Will enable projects to include angular-mighty-datepicker as a dependency at build time.
### Describe the bug Using `npx` to run the Preview server works fine but doing exactly the same for the Dev server fails. Platform: MacOS Sonoma 14.6.1 Successful (Preview) Command:...