David Konsumer

Results 142 issues of David Konsumer

If this project still works, I'd be happy to make a PR for it in python3, as 2 has been depracated.

Added instructions for using NodeStressSuite in package.json, so you can do a `npm install`

Maybe this is coming from a lack of understanding of how it's supposed to work, but I can't seem to map multiple relationships & use `cascadeSave()`: ``` javascript var mongoose...

enhancement

How do I use this as a browserify transform? I currently have a package.json that looks like this: ``` json { "scripts": { "start": "npm run build:libs && budo --pushstate...

I am trying to use it on linux. I can run ``` mono Xrns2XModShell.exe ``` and get the CLI help, so I try to run it on a 3.2.2 renoise...

help wanted
question

I want to make modals that have their own route, if you route to them directly, but also show the page underneath them as whatever was loaded when the user...

I am trying to port this to javascript, and a set of test-cases would be really helpful to verify if my version does all the stuff yours does. Even if...

I am using browserify, and I use `var PIXI = require('pixi.js')` in any file I need it. This code keeps everything the same, but allows me to not have to...

This is related to #12 It looks like lovejs is trying to make a websocket connection to the same host/port as UDP in native code. It would be cool if...

bug

I am trying to use the example in `webgl_geometry_cube` as a base for a new project. I start by making a package.json that looks like this: ``` json { "name":...