Egor Makarenko

Results 21 comments of Egor Makarenko

> from ipympl.backend_nbagg import new_figure_manager_given_figure > new_figure_manager_given_figure(1,fig) It works but doesn't look like a recommended way to do this, as `new_figure_manager_given_figure` is a method of protected class `_Backend_ipympl`. Should I...

О, не замечал раньше этот пункт в README. Сейчас проверил (на версии 1.3.b6), добавление в преамбулу `\usepackage[hidelinks]{hyperref}` выдаёт ClassError при компиляции. Хак `\usepackage[unicode=true,implicit=false]{hyperref}` в преамбуле компилируется, но: - не обрабатывает...

Я разобрался, в чём проблема. Там счётчик ссылок в обзоре для подсчёта "печатает" библиографию, и hyperref проставляет ссылки туда. Пока не очень понятно, как это исправить. Получилось только отключить эти...

Кажется, тут это исправили: https://tex.stackexchange.com/questions/140048/hyperref-to-the-correct-entry-when-using-multiple-bibliographies

Да, всё отлично, работает. Спасибо! `\RequirePackage[hidelinks]{hyperref}` добавил после `\RequirePackage{titletoc}`

> 1. Selenoid has `hosts` section in `browsers.json`: https://aerokube.com/selenoid/latest/#_other_optional_fields It requires static IP, while I want to use the local IP of my laptop. It might change depending on the...

@vania-pooh I was hoping to get a solution, that would not be tied to specific IP addresses so that it will be reproducible on an arbitrary local machine. As you...

I've got the same issue trying to convert [Oe to A/m](https://en.wikipedia.org/wiki/Oersted#Definition): ``` [si_magnetic_field_strength] = [current] / [length] [cgs_magnetic_field_strength] = [mass] ** 0.5 / [length] ** 0.5 / [time] @context test...

I want to use pint for unit conversions between different systems, and have not found a way to get base units by dimensionality for specified system. Something like `ureg.sys.SI.get_base_units('[mass]')`, that...

I suppose @gioxc88 meant that the FileInput exported from `ipyvuetify.extra` doesn't support all the properties of original FileInput from `ipyvuetify.generated`, such as `outlined`, `label` or `placeholder` etc. I also faced...