Sergei Izmailov

Results 67 comments of Sergei Izmailov
trafficstars

Follow-up for @pacuserra list of dis/advantages: **Mode 1 (see above)** :heavy_check_mark: Copying one TexText node from document to document keeps preamble info. :heavy_check_mark: Possibility to customize preamble for a particular...

@pacuserra Your description is correct except one point: I propose to store TeX code of preamble at SVG root **and** in external file. If you copy a TexText node from...

> So what's happening when trying to recompile a node on a different machine? TexText looks into svg-root if it does not find the file in the config dir? Yes,...

@pacuserra Actually not. When you copy a node from one document to another SVG root gets no updates since TexText will not be triggered. SVG root will be updated if...

What you described is more or less is how "preamble included in node" mode should work. At first I thought it will heavily bloat resulting SVG with many TexText nodes,...

@jcwinkler I agree, I think most of users (including me) are interested in latex math engine. And this is covered by default preamble. I agree, chances that one will use...

Yes, this feature has low priority, we are working on inkscape1.0 port right now Quick note: @pacuserra Older versions of plugin will read preamble into text field, I think it's...

Sorry for confusion, now I see. Actual old `k_isotropic` values are effectively ignored by `populate_bin_to_individual_k_mask_linear_interpolation()` since trial r-factor calculation is done in resolution bin with adjusted overall scale factor (inside...

Hi. I see the problem. Although the proposed solution seems wrong to me. If you change definition of `ClassA` to ```c++ struct ClassA { int attr_b; int attr_c; }; ```...

Finally I've managed to make some progress here (see https://github.com/sizmailov/mypy/tree/enhance-stubgenc-pybind-compatibility). Hopefully I'll be able to split mentioned branch into a couple of PRs and make it's way to official mypy...