Simon Koch

Results 5 comments of Simon Koch

I also wonder whether changing from `&rest` to `&optional` improves performance for most users? The listed use case is actually none I ever thought of, but now I have to...

Sorry for the delay. I still get the same exception.

Can you please expand on your question as I am not understanding what bug you are referring to. Please take care to answer the following points: - What are you...

There seems to be a general `yarn` issue. You are using "--non-interactive" [as a flag](https://github.com/jupyterlab/jupyterlab/blob/master/jupyterlab/commands.py#L697). This flag has been deprecated! ``` $> yarn install --non-interactive ➤ YN0050: The --non-interactive option...

Further debugging revealed that the issue is most likely with the startup script `/android/sdk/launch_emulator.sh`. When adding the line ``` var_append LAUNCH_CMD -http-proxy http://127.0.0.1:8080 ``` at the location of the other...