Egor Makarenko

Results 8 issues of Egor Makarenko

Before submitting a pull request, please make sure you have at least performed the following: - [x] read and followed the [CONTRIBUTING.md](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CONTRIBUTING.md) and [DEVELOPER.md](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/DEVELOPER.md) guide. - [x] built and tested...

needs: review
type: schematics

I am trying to set up selenoid to test an application started on localhost. I've tried using `--net=host` with `-container-network host`, but this did't work for me (4444 port was...

Было бы неплохо добавить поддержку гиперссылок для содержания и источников. Я добавил в класс `\RequirePackage[hidelinks]{hyperref}`, и ссылки на главы и разделы обрабатываются корректно, но ссылки на литературу у меня почему-то...

enhancement

Hi! I noticed that the FileInput from `ipyvuetify.extra` doesn't support all properties of v-file-input. In this PR I tried to implement most of the FileInput API while maintaining backward compatibility...

Hi! When I use ipywidgets inside of ipyvuetify widget, they are wrapped in a ``. This doesn't allow customizing layout with flexbox, because I can't change the class or style...

There is an example in [vuetify docs](https://v2.vuetifyjs.com/en/features/breakpoints/#breakpoint-service-object) that opens the fullscreen dialog on mobile devices: ```vue ... ``` In ipyvuetify the fullscreen property of `v.Dialog` expects a boolean value. Is...

**Problem** I found a bug in lama parser, that is somehow connected to ambiguous grammar rules for case expression and infix operators. **Example code** ```ocaml infix | at ++ (lhs,...

test case

I have written this article two years ago to pass my Computational geometry exam. Unfortunately, there was not enough time to check it, so it just stayed in my repository....