Rakshith Ravi
Rakshith Ravi
Okay, I'm not someone who uses PgSQL or CockroachDB in production, but wanted to help the project in some way, so I downloaded and ran cockroachDB and tested a few...
I used 0.3, from crates.io, specifically, 0.3.5
I see your point of view, but what I'm trying to do is to make a `RadioGroup` component which hosts inner `RadioButton` components. Now what I want to do is...
So you're saying we should create a new component by mapping the existing one in the render call? Isn't that expensive?
So take a prop of a bunch of `RadioButton`s and render the buttons accordingly? I was thinking it'll make sense to have a `RadioButton` so that it can be used...
Okay yeah this doesn't seem to fix it. Let me try something else
Yup. That's what I'm currently using locally. But I'm trying to get this to Clone directly so that we can make multiple copies of the registry that can work independent...
Ahh, I see you made it into an `Rc`, to make it clone-able. While this works well, it is a little difficult if we need to have multiple copies of...
A little off-topic, but how about a macro that embeds the configuration provided at compile-time into your code? Essentially, during compile time (perhaps in CI), the configuration can be provided...
I'd recommend starting a fork that's more maintained than this. Is anyone interested in taking up the responsibility?