Blake Bourque

Results 12 comments of Blake Bourque
trafficstars

I agree with you, however I'm at their mercy. Would you be interested in a PR with a small change support hyphens as a replacement for underscores? This seems like...

I've submitted a support ticket, but given the age of that forum post, I'm not hopeful.

Looks like you could use the 5his.$subscribe api. Example from the readme: ```javascript mounted () { // Subscribes to the 'threads' publication with two parameters this.$subscribe('thread', ['new', 10]) } ```

This might provide some insight? https://github.com/spark/firmware/blob/develop/hal/src/photon/soft-ap.md

Hey, thanks for making this change! I'll try to test it this week. I ended up going another direction and setting up a subdomain for the proxy

@walterhiggins Thanks for the reply. I was able to use your code slightly modified to achieve blinking. ``` javascript var strobe = true; var me = this; setInterval(function(){ me.box(strobe?blocks.glowstone:blocks.air); strobe...

Hmm, tricky tricky tricky. I know its been a while since this issue was opened, but I'm interested in working on the animal solution. I just can't seem to figure...

Looks great, thanks for making the change!

I copied the code from the readme into the svelte repl. Here is a direct link: https://svelte.dev/repl/9487acb86a3041679b3b0f4693619018?version=3.38.2

@hkollmann I just had the same issue @jaminfine. The compiler output an error message with the git.io link that is broken. It seems https://git.io/fh7NI expands to https://github.com/qooxdoo/qooxdoo-compiler/blob/master/docs/compiler/CustomAppStartup.md#custom-indexhtml-for-your-applications It seems the...