Luke Deen Taylor

Results 44 issues of Luke Deen Taylor

How can I register and use a variable font? If I register ```js GlobalFonts.registerFromPath(path.join(fontsDir, 'RobotoMono-VariableFont.woff2'), 'Roboto Mono'); ``` and try to render different font weights (100–900) by something like: ```js...

feature request

- [x] API docs with JSDoc - [ ] Annotated source with Docco

Right now, the "screen content" kind of shrinks into the laptop. It'd be better if it always filled the laptop and the laptop shrunk around it.

enhancement

Wow, looking back at this, it really looks like I _hard-coded almost every UI value based on the size of a landscape iPad mini_. That's bad, and I should fix...

I'm using a `hyper` config where my window is transparent and vibrant: `hyper-tabs-enhanced` sets the background tab to opaque black, instead of a darker but still transparent look that I...

In very large networks, the traceback can sometimes be very slow. The whole network pauses during slow tracebacks. A hackish solution could be to call `traceBack` asynchronously from a `setTimeout`...

What's the proper way to clean up and close a browser session after the event loop is interrupted? The following program loads example.com using Arsenic every two seconds forever. However,...

Once the Projects API stabilizes, will CodeHub support it? I see a great potential here for a nice touch interface, push notifications, etc, just like the Trello app has.

enhancement

When typing `\sqrt x`, `text()` returns `sqrt(x)` as expected. However, when typing `\sin x`, `text()` returns `\s*i*n *x`. This is bad and should be fixed.

I don't have a credit card, and I'd like to sign up for a paid plan, but PayPal doesn't seem to be accepted. Any plans to support this? If not,...

enhancement
legacy