vampirefrog
vampirefrog
Nevermind, I just threw my own BOSH/XMPP client together so I don't have to deal with all the npm nonsense. Just FYI, the package failing is `bundlesize`.
The destination (OSP) had an internet hickup, and connections would stall. So I'm assuming that the output queue in OME just got bigger and bigger till it crashed. Perhaps if...
I use this as a template on multiple servers: ```xml OvenMediaEngine origin * false true true 60080 60443 1 61935 1 60999 1 60080 60443 1 localhost:60080 cert.pem key.pem cert.pem...
you might benefit from a separate, reusable file stream library that wraps stdio, memory buffers, transparent gzip read/write and recurses through directories and archives such as zip files
I would begin by removing the tabs from the top, and adding a list on the left, the first two items of the list would be Playback and Tags, and...
The list could be like so: * SN76496 * YM2413 * YM2612 * YM2151 * ... * YMF278B * ⮡ OPL2 FM part * ... * SN76496 # 2 (from...
The second iteration can be more comprehensive, and have libvgm list all the options for all the chips, and we'd be generating UI elements depending on the libvgm-provided options, and...
I would also take into consideration the fact that, if the per-chip/per-core options come from libvgm, then we can use them in a cross-player and cross-platform way, for example, we...
I don't mind inputting the shape data myself, for example, if it is necessary to have a vector shape.
Seems to be the same issue as over here: https://github.com/bshaffer/oauth2-server-php/issues/812 A quick fix is to replace ```php // Generate an id token if needed. if ($this->needsIdToken($this->getScope()) && $this->getResponseType() == self::RESPONSE_TYPE_AUTHORIZATION_CODE)...