Matthew Scragg

Results 29 comments of Matthew Scragg

@RidgeA I had a similar issue, here is what you can do until such option exists. ```javascript app.use(async (ctx, next) => { const encoding = (ctx.path.startsWith('/my/special/route')) ? 'iso-8859-1' : 'utf8';...

Could this plugin be used for browser-sync? I have never used it myself. https://www.npmjs.com/package/browser-sync-webpack-plugin

I will have to research how to make this work correctly. With TogetherJS, I haven't made any changes to enhance it's usefulness on the wiki. However, I did include firepad...

I've never tried with a company google account... I would have to debug and see what going on.

How did you install realms-wiki? pypi? source? Does `which gunicorn` return anything?

What does `realms-wiki version` return

I'm having a hard time duplicating this. I will have to tryt with a fresh VM.

Thanks. I can probably work an endpoint for this. Keep in mind Markdown is translated to HTML on the client using the marked library. So the server only has the...

Hmm not sure why it's so big.

Currently no. There should be a feature to upload files.