Andrey Shakhmin

Results 15 comments of Andrey Shakhmin

It might be a little be tricky since actual `iBom` representation is ran in an independent `iFrame` and I am not sure whether EasyEDA does wildcard replacement of the text...

**Unrelated:** Are you the one who is responsible for maintaining these lists of extensions? - https://easyeda.com/forum/topic/Extension-User-Extensions-for-EasyEDA-Summary-9e065b68316f4491a3911dc6204be31e - http://club.szlcsc.com/article/details_49807_1.html

Cool! I have a suggestion on how to `"semi-automate" the maintenance of that list. A while ago I've build this registry like repo: - https://github.com/turbobabr/easyeda-extension-registry The core of this thing...

Hmm... that's weird. Just checked duplication of various text layers and can't see any difference 🤔 Does it happen on a specific document or it could be reproduced on a...

> When the bug does reproduce though, for a given environment, it seems to be completely deterministic. For example it will always crash on the same iteration of a loop....

Hi mrrocks! I'm the author of Sketch DevTools and looking for your help to track this bug since I can't replicate it myself. There is an open issue in the...

There are many discussions related to this on the sketch forum: - https://sketchplugins.com/?q=nstask I'll definitely add a simple recipe in the future. Thank you for the request!

Hey guys! I'm the author of this thing and also miss it a lot! :) Sketch 3.3 introduced a new plugins bundle format and some breaking changes. I evaluated the...

Hey! I stopped using the plugin myself a while ago that's why I missed this bug. We'll try to check and fix it during this week. :)

### Experiment 1: --- Run the following code using custom script editor: ``` JavaScript SketchConsole.extendedPrint_info_sourceScript(sketch,{ line: 1 },coscript.printController().processedScript()); ``` I need to know if it produces any output into DevTools...