Vladislav Suchkov

Results 14 issues of Vladislav Suchkov

### Describe the bug Molecular Assembler appears as Pattern Provider when the Pattern Provider has multiple Molecular Assembles connected to it and at least one of them has different amount...

bug

### Steps to Reproduce the Bug 1. Pin a bunch of recipes until it forms a second page. 2. Try dragging a recipe from second page or to second page...

The too many requests error happens, well, when there are too many requests. Currently, the library just dies and throws this error. The particular method I was using is `.getArticle()`....

bug

Drawn rects are twice as big. Haven't tested other shapes. Code: ```rust use macroquad::{color, prelude::*}; fn window_conf() -> Conf { Conf { window_width: 1600, // Set your desired width here...