Jan Peer Stöcklmair

Results 84 comments of Jan Peer Stöcklmair

I agree that it is cumbersome not to have the frontmatter inside rehype/remark plugins. We have a different use case, we only want to check certain frontmatter values inside a...

Oh I am sorry. It seems this went sideways. What I meant is when the user toggles one it should toggle all others too (to be clear, I am also...

Of course that would be ideal.

I think this can be closed, right? (In favor of #57)

That should make it: ```js miniToastr.init(); const toast = ({ title, message, type, timeout, cb }) => ( miniToastr[type](message, title, timeout, cb) ); const options = { success: toast, error:...

In my case I am using [reselect](https://www.npmjs.com/package/reselect), which is easier for us in larger projects - it keeps the components small and the selectors are reusable. I use it like...

If users really have a syntax like `{ 'seth.davenport': {} }` as mentioned above the user have to access to the property like that: `users['seth.davenport']`. So the user might think...

Yes, I am using the [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension). And I set it up like this: ```ts import { createStore, applyMiddleware, compose } from 'redux'; import { composeWithDevTools } from 'redux-devtools-extension'; export const...

Hey @braco thanks for your feature request. Unfortunately I do not have enough time the next weeks to implement that, but it sounds like a great feature. But which exactly...