Olexandr Sydorchuk
Olexandr Sydorchuk
`find-file-noselect` has a lot of side-effects. `insert-file-contents` is better for loading file
Greeting, I see some lot of work was done in master branch. I'd like to know, does it possible to make ac-html work with https://github.com/osv/ac-html-csswatcher and https://github.com/osv/ac-html-bootstrap WITHOUT changing last...
Common guys, don't use ternary operator, replace it within if else to see logic errors more faster, next error is too childish -_- Example: https://github.com/chromium/permission.site/blob/master/index.js#L108 ```js "camera": function() { navigator.mediaDevices...
I just checkout to this repo, go to examples, `npm i`, `npm run start` and I found next files: ``` bundle-7c3eb3d0c53e714ec52ed127228f3dca.js html>? ``` Expected index.html. Actual: `html>?` Also, in my...
Currently If you use "require" to import npm's lib (like in lib/ramda - `$lib_ramda = require('ramda/src/index.js') as typeof import('ramda')`) than comments will be not removed. Example of generated web.js source...
haml like templates http://www.yesodweb.com/book/shakespearean-templates
`ac-html` support have HAML template support, good to add for company-web too.
- Rewrite using pure js instead of es7. - Use throttled promises instead of own implementation. SCHEDULED: DEADLINE:
Hi! I found your video https://www.youtube.com/watch?v=t8ydCYe9Y3M and I have questions. 1. Can you give example how you usually do new setup on pc? 2. Do you plan to add some...
- add cache of xft font - add cache of color (XAllocNamedColor) - increase size of MAX_LINE_LEN from 8k to 256k. 8k is too small for my case. With font...