Wojciech Polak
Wojciech Polak
# Problem Let's assume we have this code: ``` this.loadImages('a.png', 'b.png'); ``` Now, we know for sure we want to load a.png and b.png, This is easy as pie, we...
When user press any numpad key - event.key is undefined. So I fixed it.
It would be nice to have extra opt-in feature `run-for-all-features` similar to `run-for-all`.
I wonder, if I could use emacs25 on WSL (Bash on Ubuntu on Windows) (it's working OOB after Creators Update) with OmniSharp-Roslyn. I know that > net46 build requires mono...
For: #[test_case(15, 15)] #[test_case(-15, 15)] ```rust fn test_abs(value: f64, expected: f64) { assert_eq!(value.abs(), expected) } ``` We get error: > error[E0428]: the name `_15_15` is defined multiple times > -->...
Hello, thank you for your fantastic project. I'm writing a small language with markdown support, and I wanted to add syntax highlighting for Neovim. Therefore I have to parse markdown....
How would one remove a thinker from the entity? # Scenario Big-brain powered goblin has been killed by Player. I want to remove "AI" components from the entity, so that...
The webkit engine supports `-webkit-text-fill-color`. It seems to be completely custom property without equivalent variants in other browsers. I noticed at least few pages & newsletters that are using this...
I'd love to see `Clone`, `Copy` and `Debug` implemented for `PrinterOptions
It seems, that even though the CSS standard requires `#` before hex values (example: `#FFFFFF`), browsers also support "broken" cases, where user forgot the hash. For example `background-color: 333333;` is...