Luo Gang

Results 27 comments of Luo Gang

@z3dev I haven't touched 3d modeling for some time. I guess I am not able to maintain https://github.com/crysislinux/vscode-openjscad for a long time, I can transfer the project if someone is...

@z3dev > Did you use drag-n-drop to load a project, or select a directory using load a project? load a project button > Did the error appear immediately? Or after...

Tried to create an extension for vscode. Seems promising. ![2020-10-14 19-53-16 2020-10-14 19_55_03](https://user-images.githubusercontent.com/5404597/95985537-4bb48f00-0e57-11eb-960d-60c0c5d1290e.gif)

@z3dev > Be sure to publish it to the user group. Will do that. Seems like I put more time on tooling than actually building things 😅

@z3dev The extension was released 😄 https://marketplace.visualstudio.com/items?itemName=crysislinux.openjscad I made a post in the user group: https://openjscad.nodebb.com/topic/178/an-vscode-extension-for-v2

@alan-agius4 > As a workaround you can also copy the assets using the browser builder (@angular-devkit/build-angular:browser). Thanks. That works but it's a bit strange if the client and server are...

we are using this in production ``` import { Directive, Input, OnDestroy, OnChanges, EmbeddedViewRef, ViewContainerRef, TemplateRef, SimpleChanges, ChangeDetectorRef, } from '@angular/core'; import { Observable } from 'rxjs/Observable'; import { Subscription...