sqwk

Results 11 comments of sqwk

Another test case: https://github.com/sqwk/declaration-test (Previously for a typescript bug—turns out `tsc` works fine …)

What is the best way to use this? When changing the code as described in the comment above, my app will no longer compile. (Fails with "Check dependencies")

Some thoughts: Saving a model using `$model->save()` will fail if the validation rules were not all met. Related models will be inserted using `$model->submodel->insert()`which also uses the save() method so...

Can Aware detect whether I am calling `save()` on a submodel? If yes, calling `$model->submodel->save()` should let the errors bubble up to the main model.

And one more: If a model has a submodel with all required fields, this does not mean that the model does in fact require an entry for the submodel, just...

Unfortunately, I have not managed to get a webM stream working, but pushing data in via RMTP works fine. ``` gst-launch-1.0 rpicamsrc bitrate=1000000 ! video/x-h264, stream-format=byte-stream, profile=high, width=1920, height=1080, framerate=25/1...

``` gst-launch-1.0 rpicamsrc bitrate=500000 ! video/x-h264, stream-format=byte-stream, profile=high, width=1920, height=1080, framerate=25/1 ! videoparse ! vp8enc ! webmmux ! curlhttpsink location=http://localhost:8080/publish/first?password=secret ``` The pipeline works in as it doesn't generate any...

Without a patch I seem to get the same error using this pipeline: ``` gst-launch-1.0 videotestsrc ! vp8enc ! webmmux streamable=true ! souphttpclientsink location=http://localhost:8080/publish/high?password=secret ``` Using `curlhttpsink` instead of `souphttpclientsink`...

@pawelgrzybek Any chance of getting this merged? (I saw that you referenced a TS rewrite again in the latest PR.)