Jon Abrams

Results 12 issues of Jon Abrams

I must be doing something wrong. If I have the `close` handler set correctly to set the state of `isMenuOpen` to false, then the handler registered on the `a` tag...

bug

How do I make a SSO link using this library? The [documentation](https://docs.getambassador.com/docs/single-sign-on) mentions creating a signature, how is that done? Thanks!

After installing a game using Amazon Games' launcher, I can't find it in the filesystem, and Boilr doesn't appear to see the game either.

### Describe the bug HGL was working fine for me for a while until suddenly one day I had these issues: 1. In Heroic Games Launcher, there's a purple banner...

bug:unconfirmed

Anyone figure out how to get this working with source maps? I've tried using these configs: ```js const path = require('path'); const glob = require('glob'); module.exports = { webpack: config...

Now that we have services, it's likely that most simple apps won't even need a `back-app.js`, so might as well not require it. When starting using the synth cli, if...

Synth is watching the project while in dev mode, might as well add new js and css files to their respective manifest file.

Move the templates from this project into a yeoman generator. Then allow the synth binary to query yeoman for the various synth generators and execute them.

When synth in dev mode notices a back-end file has changed, it restarts the app. But if that app has a syntax error (or something similar), the entire process fails...

Fix build instruction typos