Alexander Kuznetsov
Alexander Kuznetsov
Before: ``` js Object {text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis...
The idea here is to have (some) unit tests use minimum dependencies so that it can be quickly compiled and run. - packages added: `global`, `logger`, `js_ast`, with corresponding stubs...
I have an idea for Typescript/Flowtype support in Tachyons and I'm wondering what you think about it, is it worth implementing or there's another solution. One of the biggest issues...
I get that using object for nodes, ports etc. is more convenient (and effective) for lookup, but from user's perspective array seems more natural in this case (arrays are easier...
`panOnScrollMode="horizontal"` and `panOnScroll={true}` options prevents vertical scrolling when cursor is over the canvas (if canvas container or whole page is scrollable) (same applies to horizontal scrolling and `"vertical"` mode)
I have a .dae file with the material named `hair_material.5`, here's a fragment: ```xml ID3 ID4 ``` For some reason, after conversion the material is called `ID2`: ```json "materials": [...
Hello, I wrote a simple wrapper with bindings for Python where I'm using `format_text` function to format potentially big JS files (1MB or more): https://github.com/alexkuz/python-rust-dprint. Unfortunately it gets stuck on...