Nathan Goings

Results 10 issues of Nathan Goings

Based on this example: https://github.com/vuejs/vue-router/issues/298#issuecomment-406306711 ``` // router.js import Vue from "vue"; import Router from "vue-router"; import Component from "components/component.vue"; Vue.use(Router); export default new Router({ mode: "history", routes: [ {...

When using ObservableSlim on a Vue.js data model, I'm running into a vue error when domDelay is enabled & you don't make changes right away. See this gist for a...

I'm running a heroku instance with a Postgres add-on. The server has ~2000 databases. I can't find a way to filter to only show my database, is there a feature...

enhancement

I found a way to kill the child task when you stop debugging by associating the `npmScriptRunner` with a Job Object. I've successfully tested this closes the process tree when...

on `03-bootsector-memory`, both examples fail to run when using VMWare Player, compiling with NASM to a BIN file, and loading via a virtual floppy disk. When I add: ``` [org...

### Description Properties of a Manifold are all set to "internal". [Manifold.cs](https://github.com/codingben/box2d-netstandard/blob/b34d6238011a97a4f777e88dc41aa31f6b984c7b/src/box2dx/Box2D.NetStandard/Collision/Manifold.cs#L55C20-L55C20) Additionally, `Contact.GetWorldManifold` [Contact.cs](https://github.com/codingben/box2d-netstandard/blob/b34d6238011a97a4f777e88dc41aa31f6b984c7b/src/box2dx/Box2D.NetStandard/Dynamics/Contacts/Contact.cs#L202C9-L202C9) This means while using the nuget package, I have no access to contact manifolds in...

bug

### Description When applying a Prismatic Joint, the localAxisA is normalized. This causes `{NaN, NaN}` when the joint is `new Vector2(0,0)` See https://github.com/codingben/box2d-netstandard/blob/b34d6238011a97a4f777e88dc41aa31f6b984c7b/src/box2dx/Box2D.NetStandard/Dynamics/Joints/Prismatic/PrismaticJoint.cs#L146 ### How To Reproduce Create a new...

bug

Would be nice if you could have multiple topmost. I commented line 113 to get multiple going. An argument/switch maybe?

I cloned the project and did a `dotnet run` in the `ComputeParticles/Desktop` folder and all the particles are at the bottom of the screen. ![image](https://user-images.githubusercontent.com/2881351/56465097-61590d80-63b4-11e9-92b4-962774919a37.png) This is on Windows 10

For performance/quality-of-life reasons, I'd like to wait for a debugger to attach, but not pause directly after. See: https://github.com/microsoft/ClearScript/blob/1ba26876fc9dc1dd290fac657914cc1a8cf4c487/ClearScriptV8/V8IsolateImpl.cpp#L737C1-L737C25 Would adding a flag and skipping the identified line be a...

enhancement