Goran Flegar

Results 36 comments of Goran Flegar

@tcojean thanks for the comprehensive description - I mostly agree with everything said. Here are some comments and suggestions: I agree that just focusing on replacing the synchronous API with...

# Technical details Here I want to add some suggestions about the possible implementation of low-level primitives we'll need for asynchronous behavior. ## Executors The executor's memory copy and operation...

## CUDA kernel launches This is not exactly the topic of this issue, but I feel it might be quite related. We currently launch CUDA kernels using the `>` syntax....

I am fine with making all classes uniform, and forgetting about polymorphic / non polymorphic behavior. However, if we go that way, I am strongly against the `CamelCase` convention for...

Yes, and this is not the only difference (references vs pointers, and using exceptions are some more examples). Google has their own take on C++, and while I do agree...

Seems that `./assets` works too, like @bboehm86 suggested, though not sure why. I'm able to build for gh-pages by using the following import in `AppModule`: ```typescript MonacoEditorModule.forRoot({baseUrl: "./assets"}) ```