Joshua Marks
Joshua Marks
I've upgraded my postgrest version. My table is slightly more complicated in that there are multiple joins. It's an application for working with schools so I've got a class_group table...
Thanks for the suggestion, sadly I think I need a more complex solution. Building a site that will have 100ish word documents where these situations may happen frequently and should...
Ha yeah I can totally see that potential, your original suggestion is more or less exactly what my client has right now and wanting to move away from. I want...
It's certainly an improvement, but in an ideal world I'd actually be able to construct more of the text in the loop. This solution doesn't allow `{#list}{name}: {dob}{#needsSeparator}, {/needsSeparator}{/list}` which...
Columns isn't a real solution though, even disregarding that it's very static. If you have 200 lines of text and you want a small image or table to appear inline...
This issue still hasn't been resolved. For those wondering why, it is essentially stuck on an old meteor method api whereby instead of allowing Meteor.user() or Meteor.userId() to be resolved...