Pierre

Results 85 comments of Pierre

@msimpson That deviation is pretty good actually. If it doesn't massively exceed this, I might dare to call it usable.

Well. That fixes it for me: - archlinux - Chrome stable, Chrome, FF Please just leave "fixed" if that resolved the issue for you.

In fact, there are even people using Nancy for new projects. A formal 2.0 release would be nice.

> But quite frankly, Nancy is one of the rare open source projects that we'll fork without hesitation I suspect that has been done by many already. Actually, we're currently...

This is super neat! I'm working on a game, mainly targeted at iOS, which contains a partial part of the 2.5D engine zDog, which relies on animated paths. The performance...

+1 for this features. Using `rM2svg` -> [SVGO](https://github.com/svg/svgo) -> `rsvg-convert -f pdf` gives me PDFs that are a few hundred KB for a 5 page notebook, compared to multiple MB...

The driver already supports it: https://github.com/leafo/pgmoon/issues/15

Haven't tried it yet, but https://github.com/leafo/lapis/blob/master/lapis/db/postgres.moon and https://github.com/leafo/pgmoon/blob/master/pgmoon/json.moon are good starting points for an investigation. Looks like your proposal is more akin to something like massive.js or Marten, where PG...

moonscript has pretty extensive source map support, with `-X`. Example output: ```text $ moonc -X app.moon Pos Lua >> Moon 17 1:[ local lapis = require("lapis") ] >> 3:[ lapis...

Thanks, I'll investigate on my own :)