Dominic Scheirlinck
Dominic Scheirlinck
Feel free to mark this as an enhancement :D
I tried this branch today, and it didn't work out for me. Probably because my webpack config isn't serializable? (It's something like https://gist.github.com/dominics/f9f24430789d1b4c4f0297a31b5b3ff7, so there's a function in there -...
Proxy Otherwise attackers can control HTTP_PROXY which is usually automatically read by tools like HTTP clients. This presents a server-side request "forgery"/exfil risk, where the attacking client controls where the...
yield was renamed to cede in #28
This caught me out too, but I think I understand why this happens, now. The best example to use here is @arnoutvandervorst's one - I think the original one at...
The where option is typed as: `where?: WhereOptions | WhereOptions[];`, assuming I'm reading the code correctly, it doesn't seem to support any more than two `where` options? (It silently ignores...
> Can I know what's the usecase for this? My use case, similar to @KingDarBoja's perhaps, was producing my own AWSError instance in a test, in order to unit test...
@duiker2 is completely correct from my testing. I have three monitors, scaled 150% 150% and 100% (2 UHD, 1 1080p), and setting them all to any consistent screen scaling seems...
My solution was allow the collection instance to be passed in, which means the collection doesn't have to be a named collection listed in the docpad.coffee. That means you can...
@twelvelabs We (I work with @rafaelmagu) eventually built https://github.com/vital-software/monofo to work around our actual problem: figuring out what to compare against when building a mono-repo. Specifically, even if you don't...