Gavin Rehkemper

Results 114 comments of Gavin Rehkemper

@geneorama @nicklucius ?

To continue the planning on this item: - the `gruntfile` we currently create: - watches for file changes (`grunt-contrib-watch` ), then - cleans (`grunt-contrib-clean`) and transpiles (`grunt-babel`) the source files...

It seems like the babel task does not like the contents of the tinySoap library. I think a workaround is to have the grunt task skip the two files in...

@tyler-austin thank you for posting this issue. Maybe we should solve this by having the grunt task automatically copy `widgets/MyWidget/config.json` to `apps/Z/configs/MyWidget/config_MyWidget.json` when it detects changes. Would that solve the...

Hi @raykendo thanks for the question. I did not have that on my radar, so if you're interested in throwing together a PR, that sounds like a great addition to...

@mhatvan I'm guessing that's because netlify you're at the root (http://my-app.netlify.com) vs GitHub Pages you're at a subdirectory (http://username.github.io/my-repo-name)

I have this issue too. Any ideas on ways to resolve this issue? Thanks!

> 1. Start on boot. Now, even if I set kill switch as permanent, it has no effect because it only works when app is launched. Forgot to launch app...

Update: in Linux Mint, after adding it there ^, simply click the "modify" icon and change it to this: ![Selection_009](https://user-images.githubusercontent.com/209355/131614621-42c0f687-fcb4-4301-9626-78d33fd88d9e.png) ... this seems to work for me! It does not...

I think it honors the `baseURL` property of your hugo `config.toml` - have you tried changing that?