Kurt Hutten

Results 62 comments of Kurt Hutten

So I've spent a couple days playing with Github apps that I feel pretty grounded in what the task involves, but I don't think now is the time to build...

I was in the mood to have a crack at this, and I didn't get very far, but I found a couple things that might be useful. First of all...

I had missed the line `monaco.languages.register({ id: 'openscad' })` 🤦 got something basic working but really only played with it. There's a lot to learn on how to match text...

Standard app notifications for when something happens that involves the user. Someone comments on their part, or "react" to one of their parts, or mentions them in a comment (though...

Hey @RAMilewski, Screen shots would make this issue a lot clearer. Do you think this needs to be fixed or just raising it as on FYI?

Yup cool. And good point I should probably do another release :)

It's a good point @Trial-In-Error. I already have a `rless` equivalent `function getpoints(p)=[for(i=[0:len(p)-1])[p[i].x,p[i].y]];// gets [x,y]list of[x,y,r]list` but not `rish`. Plus `getpoints` is not documented. I'll leave this open and try...

So I found a bug which solves the problem with `[0,0,R]` it wasn't a origin problem so much as it was a problem with angles of 90, since tan(90) =...

@viper2642 Ah okay, I'll try and have a look at it soon. I'm a little busy atm.

I'm using a similar approach, so we don't need to pass in the injector each time, though we've defined ours as a custom hook where it wraps `angular2react` in a...