Benjamin Diedrichsen
Benjamin Diedrichsen
#101 Shows an unsupported use case of generics in mbassador. The extent to which generics are supported and the current limitations should be clearly documented.
In my project I needed to bind KoGrid to a more complex json structure. Specifically I needed to access arrays and do some other computation that was not possible using...
I have just introduced the [z pattern matching library](https://github.com/z-pattern-matching/z) into parts of my code base. Matchers are written as arrow functions which are passed as parameters to the match processor....
I have recently been using the `.have.properties()` assertion a lot and in all my use cases I needed a value based comparison (deep equals) instead of `===` I would suggest...
I am getting this error when trying to run your example (using node v16.15.0) and `"type"="module"` `ReferenceError: self is not defined at Object. (/Users/bdiedrichsen/dev/sources/laboratory/deskone/node_modules/svg-to-excalidraw/dist/bundle.js:1:242) ....` Something is not right with...
Hey, I really enjoy this small extension a lot. Thanks for giving it out to the community. I am currently developing a lot of node.js / koa services. And the...
### What problem does this feature solve? I want to use the Menu component in ways, where I generate items based on other data and have custom actions, that should...