Connor Peet
Connor Peet
Hmm, not sure what's up with the build failure; that test works on my machine -- though later doctests fail since a lot of them show examples with ed25519 keys......
Btw, I did this in https://github.com/microsoft/dev-tunnels/blob/b20ef08c719f843a1d9ba8610c52071fae6a482f/rs/src/connections/relay_tunnel_host.rs#L938 too. You might find that helpful/inspirational 🤷♂️
Well I fixed the latter error in https://github.com/dieulot/instantclick/pull/51. Did not fix the dropdown breakage, however.
Without instaclick, it works. With instaclick, it does not work after navigation.
The use case would be the similar to using normal `numbers` in enums--just for scenarios where we're dealing with integers that don't fit into float64's. The place I ran into...
Currently enums don't restrict that their values are consistent, for example this is valid: ```ts enum Foo { Bar1 = 1, Bar2 = 'hello', Bar3 = true, } ```
I don't have any plans here.
This should be fixed with #183, however that's not been published to npm yet.
This seems to have been introduced in 0.10.0 and can be fixed by downgrading to 0.9.1.
Adding Brick to Bower would be very nice. Some of us would rather not (or are not allowed to) depend on (m)any external hosting solutions. Adding it to bower would...