kmbt

Results 19 comments of kmbt

After giving it some additional thought, I've managed to rewrite my solution in a much cleaner manner by simply relying on the `Option` type instead of using `undefined`. The `optional`...

Hi! Instead of passing a value through on error you might try to combine your failing decoder via union combinator with a less strict one. If the lest strict one...

In my opinion `NaN` should be also accepted for `z.number()` because the value belongs to the `Number` type (`Number.NaN`) and also `typeof NaN === 'number'`. Secondly, as mentioned by @Typer-Murphy,...

I understand your point and do agree that excluding `NaN` from `z.number()` and requiring it to be specified explicitly by union can actually benefit most real-life use-cases and also help...

@nanocheng , @Le-future have you tried the `pointer-events` CSS property? If you set it to `none` the object does not react to mouse events and just passes them through. If...

There is quite an ingenious solution/workaround for the nested shortcode problem as used in this plugin: https://pl.wordpress.org/plugins/div-shortcode/#description The idea is to use two shortcodes - one for the opening, and...

Hi, do you have any idea on how to merge the `topic/asus-e100h-4.13` branch from Takashi with a current (4.15.1) kernel? As I understand, this branch is the best place to...

If you are using Wayland, try Xorg. Helps on my HP x2 with similar hardware.

Hi, let me put here some information related to things mentioned above. This is based on my experience with HP x2 (10-n140nw) which has quite similar hardware. ## Random freezes...

Hey, @Shemzone, I don't know how about you, but I was experiencing slight video tearing in Xorg which seems to by solved by a `TearFree` feature in config for Xorg....