Aleksandr Matveev
Aleksandr Matveev
Same here
## Expected output (another variant): ```html line1 line2 line3 line4 ```
I want to add one case that forces me to stop using tags in the domain entity. This is a simple differentiation of access: one user can see specific fields...
@bneuburg thanks, this worked for me: ``` sed -i 's/PWD/shell pwd/g' Makefile ```
Дополню ответ выше
Still getting this in this example https://github.com/microsoft/monaco-editor/blob/main/samples/browser-script-editor/index.html
I tried most recent version just before posting my previous comment
With Node.js, here are the tests: Windows 7 a) Chrome: "Chrome: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36" b) Firefox "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0)...
Maybe, I'm doing something wrong
@hgoebl in route: ``` var MobileDetect = require('mobile-detect'); res.locals.md = new MobileDetect(req.headers['user-agent']); ``` in view (jade): ``` =md.userAgent() =md.os() ```