Gary Oberbrunner

Results 99 issues of Gary Oberbrunner

Is it possible to create a large ball&stick representation in a worker thread, the way surface representations are? I'm exporting the graphics from NGL as glTF, so before export I...

I have a set of registered slice images (density) I'd like to display in ngl as a volume (isosurface). Is that doable or do I need to convert the images...

question

I'd like to be able to swap out the Trackball controller for a different one, e.g. Three.OrbitController. Is that possible? I'd be willing to work on a PR if that's...

discussion

I'm trying to use the progress indicator example in my Typescript code, and I get an undefined variable error on global `shepherd` in the `show()` method (tsc shows the error...

documentation

#### Environment details - OS: Linux - npm version: latest - `@google-cloud/compute` version: 2.1.0 #### Steps to reproduce 1. Install it with npm/yarn 2. Try to use it from typescript...

type: process
type: feature request
api: compute

I have a simple module: ```typescript import { Module, VuexModule, Mutation, Action, MutationAction } from 'vuex-module-decorators' import { User } from '../models' @Module({namespaced: false, name: 'user'}) export default class UserModule...

Currently, at least on Mac with fswatch, gitwatch fails to notice changes when the target dir has a space. This is because it's passed to `eval` which passes it to...

bug
help wanted

This is a really nice component, thanks! It would be nice not to have to create a whole component just for a bit of fallback text/html. Is it possible to...

I have to remember to import `fullStack` and use it when logging errors. It would be convenient if make-error-cause would override `Error.prototype.toString()` to print the causes as well. Perhaps that's...

enhancement

I've been using make-error-cause in my back end and it works great. Tried it today in my front end, but `console.error(err)` mangles the stack traces for the causes (because Chrome...

bug