Steve Randy Tantra
Steve Randy Tantra
I don't get property and value autocomplete as well. Using v1.1.0.
I can confirm that it also works on Atom v1.21.
I think this happens as the result of `-webkit-touch-callout: none` which will prevent the context menu to show up.
Deploying to Cloud Run. I will try to deploy a demo app and share the log with you. If user does not set any `NODE_ENV`, is it correct to assume...
Being able to set `n` lines. For example, to show description text, you may want to show it in 2 lines to show more content. ![screen shot 2018-09-08 at 12...
I'm also getting exception when using star wildcard ``` router.get("/api*", handleApiRoute); router.get("/", handleStaticRoute); ``` ``` TypeError: Unexpected MODIFIER at 4, expected END ```
Most probably because of the byte range request. In my case, I wasn't able to play a movie file (mp4) on iPhone.
I'm using rack-grids to serve video files that is cached by nginx (proxy cache). The problem is that it won't play on iOS because there is a requirement for byte...
@bitinn I encountered this same issue today. Marko caches the template path by appending ".js" to the filename and it seems metalsmith-watch does not handle this case.
Can you share how did you get the `npm:mongodb` to work? I got similar error to this issue: https://github.com/denoland/deno/issues/15798 when I tried using `npm:mongodb` in a `fresh` project. `error: Uncaught...