vidyli
vidyli
hi, is this library usefull for developing an oauth server like [oxide-auth](https://github.com/HeroicKatora/oxide-auth)?
For example, We can only use third party packages using their auth token, but this token shouldn't available for all developers, so we'd like to keep this token somewhere in...
I have developed monolith for 10 years, the architecture becomes very hard to understand, no matther how many effort we put into the arhitecture design, I am wondering when and...
hooks in .magento.app.yml seems only executed in one instance for staging and production enviroment, can I also run a shell script in the left 2 instances when deploy new code?
hi, I deployed app to magento cloud, I got a gzip content on the web page, once I set `Accept-encoding` below, it work as expected. should we uncompress response automatically...
I did everything as the document [running-the-rawl](https://frontera.readthedocs.io/en/latest/topics/scrapy-integration.html#running-the-rawl ), and start to run ``` scrapy crawl my-spider ``` I notice the item being crawled from the console, but I don't know...