WORMSS
WORMSS
@IQAndreas Thank you. I think the end of your message got cut off. (Atleast on my screen) @brianreavis Not a giant IF, only 4 (5 including Array). There are only...
I removed the limit of arrayToString having to accept a Array and had it accept *. Since behide the scenes Array and Vector pretty much work in identical ways from...
Wow those are hard to read. You would be better off doing triple ` (backtick) \```sh stuff \```
How do you capture "exit of video" and fire a "playback duration" if the webpage is being closed? Would that be a service worker type method?
@samdutton I didn't think you could call an async function (such as report to analytics) from onbeforeunload and guarantee that it would fully execute?
I love how the related WebWorker version https://developer.mozilla.org/en-US/docs/Web/API/WorkerNavigator/sendBeacon is just a massive load of NOPE for implemented on browsers.
Devil's Advocate here.. Would that not be a question to ask the people who made Dash ??
No.. It would be like asking the people who made Dash, "How to make media and various renditions in Dash"
In the serialise/deserialise functions, you will be given a token that represents the user. You should then be able to request access to those APIs from that token (the user...
Was this ever addressed? As we were unaware of the limitations of JsonCreator on an enum and unfortunately have used code similar to the below ```java @JsonCreator public static MyEnum...