Scott Sadler

Results 25 comments of Scott Sadler

Great! I'm glad there actually is an issue and I wasn't just overlooking something. > But, in any case, you're not limiting the number of threads running concurrently at the...

In my case this was due to using `depthTest=false` on my materials.

> First of all, do you really need camera-controls for your app? camera-controls is an orbit-rotation camera control, but seems your suggestion is like disabling orbit-rotation. What you need is...

> So, it's a Z-up world, isn't it? I guess so :slightly_smiling_face: thanks for your patience, im a bit of a newb at 3d programming :blush: > Maybe you could...

I understand this isn't really within scope for this library so I'll try to figure something else out :-). Feel free to close, at least for me.

I've made a branch here with the test: https://github.com/ssadler/simple_asn1/tree/fix/13 It passes without the the `if constructed {` block [here](https://github.com/ssadler/simple_asn1/blob/fix/13/src/lib.rs#L453). There's also a suggested fix for a warning but I don't...

I don't actually know how ASN works; my only thought is, was it tagged in Explicit mode? In this case there's no schema to indicate what mode it was tagged...

Seems like it would be difficult to get it working , but at the same time just getting 80% of the cases right would be better than nothing. I haven't...

An alternate idea is to make it work more like a fold where you provide an empty initial value. A simplified constructor could look like: ``` mkComponent :: state --...

Try this: ```css .ReactCrop { overflow: visible !important } ```