Russell Briggs

Results 19 comments of Russell Briggs

+1 for this. The cron thread is really important. At the moment it can just crash with no logging or automatic restart. I guess one simple way would be to...

If I have some time at the weekend I'll try to make some updates, at least to the readme, since this stuff is very fresh in my mind :)

Yeah, I guess thats the difficulty with open source being volunteer driven. Unfortunately I didn't have time to get to it that weekend and evidently no one else has :)...

Yep, this definitely feels like something that Kotlin2JS should be doing itself. Typescript is pretty ubiquitous these days :)

Found a simple workaround for this - just define an "index" function which then calls your other functions for local development, e.g.: ```ts export function index(req: Request, res: Response) {...

@QuantumInformation I guess you could do, but I export them seperately as well for prod at the moment

Thanks @KitoC - apologies for not having looked at this, I'm not doing much JS at the moment! I will try to take a look in the next week or...

Hi @KitoC - just had a look at this (again, apologies for how long this has taken, particularly as it was your first contribution!!). I think we need something a...

We support aliased queries via `__aliasFor`. One option could be to support this lower down the tree too, e.g.: ```js const query = { query: { fruits: { name: true,...

As an alternative for .Net Core you can use **[NetTopologySuite.IO.GeoJSON](https://github.com/NetTopologySuite/NetTopologySuite.IO.GeoJSON/blob/develop/NetTopologySuite.IO.GeoJSON/GeoJsonWriter.cs)**