Kamil Tomšík

Results 19 issues of Kamil Tomšík

I'm curious if it can for example reduce vtable cost? I want to write my code using dyn traits even if there is only one implementation used actually (alternate impl...

Hello and thank you for your interest in the project. - If you want to ask question, the best place currently is our [Discord server](https://discord.gg/zQwyzFb) - If you want to...

I'd like to know what you want to build with this project. It will help me with some future design decisions and it's also going to be very useful when...

I'm not sure what's the idea behind feature flags (`!alloc && !std`) or if it's actually supposed to work (`cargo build --features=alloc` fails) but none of the dependencies is actually...

Hey, first of all, let me thank you for this! I am currently using yoga and I'd like to replace it in the future so the stretch might be a...

## What problem does this solve or what need does it fill? If I want to use this library in my project I need to build and maintain a tree...

enhancement
controversial

Is it really necessary to make difference between regular class decorators and those accepting arguments? Because it would be great if we didn't have to test presence of arguments, how...

In webpack this would work: ``` import App from './App' import { render } from ... const nativeNode = ... const renderApp = () => render(, nativeNode) if (module.hot) {...

Hey, I believe I got bitten by this https://github.com/archiverjs/node-archiver/issues/417 issue in node-archiver - not sure if they are going to do something about it but would you mind if I...

Is it possible to render regular bitmap images? Or is it possible to use custom shader somehow? Also, I've noticed, there's `canvas.set_shadow_offset()` but from what I've understood, it does not...

enhancement