Luca Ban

Results 494 comments of Luca Ban

This might be a bug.

🤔 can you share a reproduction? Never seen that error before.

If you want to pass the labels to the components, and not render them as `BlitzField` labels, you need to add this: ```html ``` On on a field by field...

this is literally all JavaScript i've never used in my life so I don't really know or care too much tbh XD Whatever you think is best is probably OK....

This seems so cool. I'd love to add these benchmarks. The question would be how do we easily add this table to the README? I guess we can just put...

will close this one in favour of https://github.com/mesqueeb/is-what/pull/87/commits/bb6c47e97ec7081695ea9f243228c945b1238d1f Not ready yet to get rid of prettier config sorry 😅 life's too short to look at semicolons. Looked into a couple...

@jcbhmr I wonder if we should still merge this. I came to the realisation: adding `"publish": false,` to the `"np"` configuration in package.json actually might be enough in our case....

Don't run too fast because it'll be harder to communicate about how we feel about each change 😅 Discussion regarding to the last post's todos can be continued here: https://github.com/mesqueeb/is-what/pull/57...

`isPlainObject` is opinionated. I want it to only match objects created with regular object constructor. Eg. `const obj = {}` If you don't like my interpretation of `isPlainObject` you can...