Mads Hargreave

Results 8 issues of Mads Hargreave

Hi I host my API on port 4000 and client-side app on 3000 I set a cookie to from the API to authenticate future requests, but it does not get...

Would it be possible to add a replication factor? Ie. only replicate this table on N nodes in the entire cluseter

enhancement
good first issue

Hi How can I safely validate avatars uploaded by users? It seems to me that a user could easily just rename a virus.exe to avatar.png and pass the default validation....

Hi How can I change the Transfer-Encoding header from quote-printable to 7bit. The quote-printable encoding breaks my link tags in Gmail

question

I'm curious as to whether it's possible, and what it would take to support ES6 (async) generators. I imagine we could support them through the stream APIs

The module Talib.MovingAverage is references throughout the codebase, but is not implemented anywhere

question

Hi I've tried this library with TS 2.7+ but the types break on thats version

Should the Cuid module be started as part of the supervision tree? Or should I call {:ok, pid} = Cuid.start_link Cuid.generate(pid) # => ch72gsb320000udocl363eofy Or should call both of the...