Nick Mills-Barrett

Results 278 comments of Nick Mills-Barrett

@richvdh sorry for the delay - some interesting charts from our end. Misses (bump is 1.64 rollout): Hits for the same period (so we're ~99% hit rate): And the joined...

Apologies for the very long update on this one - we discovered a quick hack that removed 99% of hits to this function in our setup as the federation senders...

Given the discussion - definitely feels like this should be an MSC! I've not got much time at the moment but can probably write something up soonish. > While I...

It looks to me like the check is already happening during redirection @ https://github.com/turt2live/matrix-media-repo/blob/master/controllers/preview_controller/previewers/http.go#L38-L40. Is there a reason to keep the redirection domain / host check in place? With the...

Whoops I put the link/info in the issue and no reference to that here! Good discussion at: https://stackoverflow.com/questions/52443839/s3-what-exactly-is-a-prefix-and-what-ratelimits-apply

@sensestage apologies for the delay, I'm definitely keen to feature plugins other people have made, probably on the [plugins](http://luapress.org/#Plugins) section of the website.

Yeah the `$=toc` parsing is now happening after we handle raw blocks. I'm not actually sure how to fix that currently :/

@hollunder I really like this idea! There's a few things to think about, brain dumping: - What URL (`/tag/`?) - and how does this affect creating a `pages/tag.md` - Pagination...

@OOQQ you'll need to install the [discount](https://github.com/Orc/discount) library for your platform. On Mac you can `brew install discount`.

I think you'll need to compile the library by hand in that case, see: https://github.com/Orc/discount/blob/master/INSTALL This is less than ideal! Unfortunately I've yet to find a decent Lua-only markdown library.