Michel van den Berg

Results 7 issues of Michel van den Berg

@pjvds could you review and add a test

enhancement

Hi all! First of all, thanks for this awesome library! It is really really cool! I've had a hard time figuring out how the axis orientation works. I've created a...

I was wondering if you guys use this plugin in your CI/CD pipelines. Or is this plugin more something you run locally?

question

How to build this for Docker? Anyone got a working Dockerfile for the apps?

Hi @epeli! I was wondering how you implement Redux-Saga API calls. If I take the default Redux-Saga readme example: ``` import { call, put, takeEvery, takeLatest } from 'redux-saga/effects' import...

AFAIK SketchUpNET only works on Windows right? You are using a vcxproj project, that has C++ sources. This articles discusses how to port a C++ project to .NET Core: https://docs.microsoft.com/en-us/dotnet/core/porting/cpp-cli....