spacejack

Results 14 issues of spacejack

Would make the Typescript language support a lot nicer.

enhancement

Being able to view and set the location hash would make testing apps with routing a lot nicer. For example... ![flems-hash-mockup](https://user-images.githubusercontent.com/11592867/31318108-bc207bf2-ac1a-11e7-81cf-89c519fe4d3a.png)

enhancement

Hi, I'm trying to create a single bundle for a node app. I want to omit node_modules from the budle, so I use `--no-bundle-external`. And I'm using `NODE_PATH=common` to avoid...

Recent discussions on possible future design directions for Mithril have suggested there is a desire to reduce the number of lifecycle hooks. From those discussions arose a suggestion to provide...

Type: Enhancement

Regarding this repo: https://github.com/spacejack/mithril-docs-ex This is a collection of additional documentation people might find useful after they go through the current set of docs on the site. These are to...

Area: Documentation
Type: Enhancement

### Description This issue is to discuss potential additions and enhancements for mithril/stream. This is a collection of helpers I've found useful working with Streams: https://github.com/spacejack/mithril-stream-extra It's a bit TypeScript-heavy...

Type: Enhancement

I see that you can't create a PolySynth from the PluckSynth constructor. Is there a way to play multiple PluckSynth notes at the same time? Also, if I wanted to...

Hi schteppe, I'd like to get p2 to handle collision response between a moving rectangle and static shapes (capsules.) The rectangle is moving around using my own custom physics. I'm...

Hi, just wanted to say this library is really great, thank you for making it. I got it running with three.js without much trouble. Have you considered publishing it to...

I'm using this command: budo -p 3000 --dir public --live=*.{html,js,css} CSS files are in `public/css/` and JS files are in `public/js/`. The page itself is at `public/index.html`. I see updates...