Mati Kärner

Results 7 issues of Mati Kärner

I have a use-case where I would like to log/spy using function other than `console.log` and I don't want to override the `log` method on `console`. This PR should make...

Ideally I would like to customize resize handle (Sash) component as follows: - Set height that does not overlap with components (currently I'm just adding margins (top, bottom) for components...

## How to access superagent's request obj? I need to call `withCredentials()` on the request obj to deal with CORS. How to do it without overriding all the methods that...

enhancement
Documentation

I have window resize aware horizontal container and I need to adjust (animate) one of the elements height using `size` prop - that works! I've set `windowResizeAware` to true, to...

I'm trying to create scrollable content inside custom view (wrapper), but I cannot get this library to work. My custom tracks are not displaying, they are in DOM, but have...

Published package doesn't seem to include typings. Can we have those published as well?

So I'm wondering what is the correct way to achieve: a) I want `node-rdkafka` to periodically auto-commit offsets b) I want to manually store offsets to commit (in-case message processing...