Gary McGhee

Results 34 comments of Gary McGhee

I'm having similar problems with ember 3.1 with Error: Cannot call `compile` without the template compiler loaded. Please load `ember-template-compiler.js` prior to calling `compile`. How? ember-template-compiler.js now lives at ember-source/dist/ember-template-compiler.js...

@danidr Thanks for the reply, but I haven't understood your point. I'm trying to get Ember.HTMLBars.compile to work in production for the dynamic feature of this component with Ember 3.1....

I don’t understand why it wasn’t working before, but its working now. Weirdly, it started working when I added `@glimmer/compiler` as a dependency (not devDependency) in packages.json. But then I...

@danidr I'm now having an issue with the markdown rendering working when the first route is loaded, but when I navigate and then hit the back button, the md-text component...

Big thanks @danidr ! Thats working. This dynamic rendering is very cool. I'm using it with https://github.com/buzzware/broccoli-static-site-json#remove-showdown to achieve something a bit like https://www.gatsbyjs.org ie dynamically loaded markdown with ember...

I'm hitting this too, without MVVMCross. I really want Commander to work, as I hate command objects, but they are required for MVVM in Xamarin. [MonoDroid] UNHANDLED EXCEPTION: [MonoDroid] System.InvalidProgramException:...

Thanks for any assistance - Xamarin is totally worth the effort if mobile dev is important to you. I really think this is an important piece of the puzzle for...

Yes it seems "read /3/0/1" is supported but not "read /3/0" - I get ResourceNotFound. I suggest renaming this issue to something like "Implement Read for unspecified/all resource ids of...

Please see https://github.com/buzzware/pelican_dev for my ideas on mobile routing. In particular; 1) most mobile routers make the mistake of requiring that all routing urls be declared up front when in...