Mihail Latyshov

Results 8 issues of Mihail Latyshov

if i use local server, and launch obs first, and only then my local server obs doesn't refresh page after some timeout, if server was not available in chrome, it...

Good first issue

**Is your feature request related to a problem? Please describe.** I have different styles on Twitch for different channels, when I browse Twitch channels Stylebot requires me to refresh page...

feature

if i want to do trail effect, but some new initialized particles rendered under oldest white rectangle is a head before ![](http://i.minus.com/iberGmKMdXUI0L.png) after ![](http://i.minus.com/iWZ0c9vyZUS2T.png)

message model ``` erlang -module (message, [Id, Message, CreationTime]). ``` [40 seconds screencast](http://www.screenr.com/04Is) also cannt do right query for "id" field ``` erlang boss_db:find(message, [], 5, 0, id, num_descending). %...

Mongo

to be able to do ```coffee data = require 'data.cson' ``` I was looking into https://github.com/JavascriptIsMagic/require-cson/blob/master/register.js And then I took a look at https://nodejs.org/api/modules.html#modules_require_extensions And it says `Module.extensions` is deprecated,...

### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. *...

platform/windows
bug :beetle:
12-x-y
13-x-y
14-x-y
17-x-y

Currently `const lv_font_t my_font` is const, and `fallback` field can only be assigned by editing `my_font.c` directly. after this line https://github.com/lvgl/lv_font_conv/blob/49559663c82cf88939b10b67de028569852b0a1f/lib/writers/lvgl/lv_table_head.js#L77 add ```c .fallback = &lv_font_montserrat_12, ``` where `lv_font_montserrat_12` will...

`Sudoku(4, seed=13).difficulty(0.1)` `difficulty` can be anything from 0.01 to 0.9 size 3 is working, but for sizes 4 and 5 causing an infinite loop