ilyar
ilyar
fix https://github.com/mdevils/puml-link/pull/1 workaround: ```patch index 16942cb..208d431 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,9 @@ "through2-filter": "^2.0.0", "ym": "^0.1.2" }, + "overrides": { + "puml-link": "github:ilyar/puml-link#fix-version-engines" + }, "scripts": {...
You also need to add changes to this repository https://github.com/tonlabs/ever-assembler add tests, I will try to show an example later on how to add tests for this, although I hope...
@Nilay27 Hi, thank you for your persistence and fortitude. I'm an ordinary member of the community and not part of the node team. I tried to pay attention to your...
@zxqfox @dfilatov 1, 3, 5 ready in #37
Предлагаю вместо специального разделителя строго типизировать суффиксы: entityName[.planform].techName Этот путь мене походит на костыль, чем добавление спорного разделителя. Из обсуждения в Telegram есть возражения: > @vithar: лучше всё же использовать...
Я предлагаю добавить строгости и сказать есть extension = tech у которых могут быть алиасы (для упрощения работы в редакторах): entityName.deps === entityName.deps.js entityName.pcss === entityName.post.css (расширение *.pcss не я...
Еще уточню, что знание про алиасы или специальный словарь использовать в реализации детекта сущности и ее технологии (при этом не меняется текущее использование .deps.js, .post.css). Снаружи будет простой и прозрачный...
> @zxqfox http://sketchapp.me/scaled-export-masshtabirovannyj-eksport-dlya-ios/ вот тут (в iOS) тоже используют собаку и не морщатся, и, округляя, тоже для платформы Как по моему так это слабый аргумент. Сейчас `entityName[.techA].techB`, допустим разделитель собака...
`[email protected]` т.е. будет подразумеваться что `[email protected]`? Не ужели такое бывает? > Всё после первой точки это технология, инструменты не умеют [.techA].techB Тут смотрел https://github.com/bem-sdk/bem-walk/blob/master/test/schemes/flat/techs.test.js#L35-L47 разве это не умение? Полагал, что...
Thank you for your request. Already have this behavior `GET /html-to-pdf?content=test`, but this solution is limited to the maximum URL size. I suggest in this request to remake from: ```...