Vlad Frolov

Results 251 comments of Vlad Frolov

Great answer! Thank you.

@Aslemammad Hey! I hope you are doing well now :pray: I tried it again: ``` $ git clone https://github.com/Aslemammad/vitext.git $ cd vitext/packages/examples/intro $ npm install $ npm run dev ```...

Still does not work: ``` $ git clone https://github.com/Aslemammad/vitext.git $ cd vitext $ yarn ``` ![image](https://user-images.githubusercontent.com/304265/131817265-f5827b4d-7ca0-4787-976b-b2e5399a61b1.png) ![image](https://user-images.githubusercontent.com/304265/131817351-2cff9504-cde1-44c6-9077-6fc10efaeb47.png) ``` $ yarn run dev ``` ![image](https://user-images.githubusercontent.com/304265/131817480-4ee1f69a-8670-4d26-afa8-8e55320594f0.png)

@Aslemammad Here is the Dockerfile to reporduce the issue: ```Dockerfile FROM node RUN git clone https://github.com/Aslemammad/vitext.git RUN cd vitext && \ yarn && \ cd packages/examples/intro && \ yarn WORKDIR...

Your will is against common recommendations about URL paths case-sensitivity, so you have to deal with this on your own, sorry. According to [RFC3986](https://tools.ietf.org/html/rfc3986#section-3.3), URLs are “case sensitive” (except for...

Can you put the link to Fling's README?

I've tried either recompile Fling or use one specified at README page, however, I still get 404 response. Moreover, I cannot access :9222 port on my chromecast, according to `nmap`...

@entertailion Yes, that was a clue... Actually, this issue forced myself to create http://chromecast.prostoksi.com...

@seyhaheng2 I have fixed a workaround for this issue in https://github.com/acidanthera/bugtracker/issues/435. Please, give it a try.

@tillarnold It is due to the timeout issue ([discussed here](https://github.com/andrew-d/docker-rust-musl/pull/3)) we have here while building Rust.