TheWizz

Results 6 issues of TheWizz

Where can I find the following files, imported into DashFragmentedMp4Writer? They're not in the project as far as I can see, nor found through the Maven dependencies. -JM import mpeg.dash.schema.mpd._2011.RepresentationType;...

I believe I've identified two minor bugs, for which I also include patches against the develop branch, in case you want to apply them. 1. When specifying alphaChannel as false,...

wontfix

How can I specify the RequireJS config file on the command line? I've seen this requireConfig option in the API, but it's not mentioned as a command line option. I...

I read you're working on porting to ES6. Have you considered TypeScript as an option here? It's very close to ES6, but adds (optional) typing. Having the library written in...

It seems the modern way to open forms for resources is to use Form::model. Is there a corresponding function in Formly? If not, how do I set the action(s) when...

I'm trying to do a graceful shutdown of com.hivemq.client.mqtt.mqtt3.Mqtt3AsyncClient, but have some threads that seem to not bing shut down. I attempt to shut down by calling disconnect() on my...