RblSb
RblSb
`final x = null; foo(x);` also generate `let x = null`, and not `undefined`, so there is a lot of things to change to `undefined` generation, and it can break...
In this case, we will have to change all `null` generation to `undefined` for js target. This could be more logical, but more significant reasons are needed than just this...
After `a1 == null && a2 == null` you need to know that one of exprs is not-null and this seems overcomplicated to implement. I just checked and Kotlin/Dart/TS doesn't...
Can you provide project example and steps to reproduce broken completion?
If you created account and have `user/users.json` file, you can enter your registered admin name to login input, and then you should see password input, if your name is same...
Are you runned it from cli, as in readme, or some other way?
Thanks for info and words, will try to repro it later and check if there is some other docker flags to keep state on exit with detached mode. Maybe i...
I tested it like this: ``` docker run -d --rm -it -p 4200:4200 -v ${PWD}/user:/usr/src/app/user synctube docker attach active_container_id_here ``` And `/exit` after `/addAdmin` shows `Saving state...` in output and...
Will close it since i cannot repro, so if i ignore it, maybe it will go away.
Seems possible with https://docs.joinpeertube.org/api/embed-player But currently internal player interface depends on `isSupportedLink(url:String):Bool` function call, to check for youtube domains, and use youtube player or raw direct link player based on...