spacejack

Results 14 issues of spacejack

Hi, this extension looks really cool! I gave it a try and ran into a couple of hitches: 1. Normally I like to use the `.glsl` extension for my shader...

Two options: - Front-end only. Tokens last for an hour, then they expire and you'll have to log in again. - With a backend to perform secret oauth, like most...

Could be simply done by allowing user to input a URL. (Some people might hurt themselves with this.)

In this case: ```typescript class C1 implements ClassComponent { foo = 1; view() { return m('p', 'foo = ' + this.foo); } } class C2 implements ClassComponent { view() {...

bug