Marat Vyshegorodtsev
Marat Vyshegorodtsev
Артём, здравствуйте! Не могли бы вы добавить опен-сорс лицензию1 на ваш проект, раз уж тема стала бесплатной? Думал сделать опенсорсную jekyll тему из вашей, но не могу поскольку лицензии нет....
Hi, I know it is not a very standard header to support to, but it has been very hard to patch expressjs every time we need to use CloudFront in...
We have recently faced a DDoS attack on our ghost instance using a search bot amplification mechanism. This setting is respected by some search engines such as Bing and Yandex...
I am trying to revoke a certificate that was issued using `client.auto()` using `client.revokeCertificate()`, but it throws the following error: ``` Error: JWS verification error at AcmeApi.apiRequest (node_modules/.pnpm/[email protected]/node_modules/acme-client/src/api.js:56:19) at processTicksAndRejections...
Currently `'func-names': ['error', 'always']` and `'no-unused-expressions': 'error'` produce errors for a perfectly valid aura controller code as below: ```javascript ({ myAction: function (component, event, helper) { return false } })...