Roberto Prevato
Roberto Prevato
Temporary solution to use the new version on the fly (in line with official "Use Node.js" tasks): (not tested): ```bash if [ ! -d "/_work/_tool/azcopy" ]; then cd /_work/_tool mkdir...
I think this can be caused by the fact that since Python 3.7, `async` and `await` are reserved keywords: [source](https://docs.python.org/3/whatsnew/3.7.html). The fix would be changing Vibora source code to rename...
> April 27, 2019. Vibora is still unusable on Python 3.7. Same error. @inadarei It looks like there is some design issue in Vibora, and its micro-benchmarks weren't correct after...
Hi Frank, So somebody added your framework to TechEmpower benchmarks without your knowledge and making such mistake! I feel sorry for this, and sorry for my previous words: for sure...
Hi @DavidSpackman and @gadeleonp , no I didn't find a solution to this problem. I just resigned from using the Docker image. Quite sad that this ticket is not getting...
Thank You! I tried again on a laptop running Ubuntu 18.04 (in this case it is not a VM running in Virtualbox), and indeed it works even after OS restart.
Hi @jordemort, I apologize for replying so late. In the last months two major positive events happened in my family, and I dedicated all my time to my family. This...
Thank You! 😄 I'm looking into this, I'm trying to disable the `Transfer-Encoding` header when serving files from the file system (obtaining the expected file size from os file information...
Thanks @psdon, I didn't look into this, yet. Currently I am working to add support for automatic generation of OpenAPI Documentation. This is something I already planned to add before...
Small update: * I published a new website with documentation here [https://www.neoteroi.dev/blacksheep/](https://www.neoteroi.dev/blacksheep/) * Support for generation of OpenAPI Documentation has been added to BlackSheep and is documented [here](https://www.neoteroi.dev/blacksheep/openapi/) Things are...