Daniel Cousens
Daniel Cousens
@MurzNN are you still seeing this problem in 2023? Please re-open if you are
This is quite a complex problem, rooted in [where the assumed built keystone configuration is](https://github.com/keystonejs/keystone/blob/871bdcb2cebddca9e0f5b8d9e4a45fc179a23e46/packages/core/src/artifacts.ts#L76-L79), and where that should be generated. We do want to help users customize their own...
See 42e0bd5bb0141a1100477d70aab84645509caef7 for an example of how we might approach this, a CLI parameter is another option
Marked as stale, if anyone can reproduce this problem, please comment or open a new issue
+1 for this, `/hooks` is deprecated with the only available hooks done via `config.xml`. That is currently a pain to do with this module.
Happy to ignore, I simply thought it was misleading ... 3 years ago.
I _think_ the intent was, with the current code reflecting so little of the original (see https://pajhome.org.uk/crypt/md5/sha256.html to compare with https://github.com/browserify/sha.js/blob/9b74ad04c1bdc28e557a85a30da3720f11fe33ca/sha256.js), it seemed appropriate to not imply that this code...
I made the mistake of opening the cursed https://github.com/pulls Maybe I'll open a new fork in a year or two
We are thinking about using `atob` and `btoa` in https://github.com/feross/buffer/issues/339 for web compatibility. We have seen quite quickly that the `node` implementations are poorly optimised. Although the [`buffer` module](https://github.com/feross/buffer) is...
Happy to rebase if necessary