Anthoni Gardner

Results 28 comments of Anthoni Gardner

@jamrizzi Cloning REPO to have a look later. Thanks. Typescript and now ES6 are very closely matched, so I should be able to convert it easily enough :smile:

Hi guys, does anyone have an example for C# Core that I could play about with. Am hoping this is a better way that Electron, etc. However it has to...

@ramon-mendes Thanks, did not see that 😀

> I do think think it is feasible. However I don't have experience with .NET core and no real time available for doing so. @pveliz Hi, are you still willing...

@charlypoly Yes it is definitely `http://localhost:8000/gql`, I am using a Laravel back-end. As for introspection, I guess it is active because if I lower the versions of codegen, etc, it...

@charlypoly I am having problems with my health at moment. Will check back when I can.

> A workaround is to split the declaration and assignment: > > ```ts > let count = 0; > > let doubled; > $: doubled = count * 2; >...

When you say you can not delete it, have you checked the cookie contents? With mine it destroys the cookie content itself but still leaves the 'shell'

I'd advocate spawning off to a plugin to minify the html (spoke about this before) but I am not used to grunt yet, so docs / examples would be useful...

I seem to experiencing the same problem, but it happens with jquery, angular and angular-route. Here is my GruntFile ``` javascript grunt.initConfig({ ts: { options: { compile: true, // perform...