Heinz N. Gies

Results 434 comments of Heinz N. Gies

you could try changing the order of the macros, I think that determines what gets executed first, so if `br` comes before `derive` it might act the way you expect

json objects aren't sorted so order is probably not important As to an implementation, I feel like it would have a better home in the bitfield crate. Perhaps they're open...

oh sorry, I kind of didn't say what I wanted to say. I was talking about the remote (cljs) side. Currently you have to use letrm or remote to get...

I understand why this isn't done, the closure library is handling things entirely asynchronous for a function to return things a synchronous way would be needed :)

Moving this to the halfbrown repo - it is about 90% done already mostly missing entry and related functions.

@shekohex you seemed interested in the issue is there a particular function you need that is still missing?

@wbrickner added and released as 0.1.12 :+1:

The standard HashMap hasn't stabilized the RawEntry API which hashbrowns (and halfbrown) exposes once that is stabelized in core-rust we don't need hashbrowns any more :)

That sounds cool :D I think it's not too complicated I'll put it on the TODO list but I don't know when I'll get to that, but if you want...