Davide Mauri
Davide Mauri
Thanks for the feedback. I have tried this only on my local machine with Python on Windows using the integrated HTTPS Server during development or on Azure using a Azure...
Would be great if you could make the README a bit more helpful.You mentioned Apache2 before. For example, you could add more details on make your repository work with it....
Not sure about this as the package name is really "flask-restful": https://flask-restful.readthedocs.io/en/latest/installation.html...
Hi, it seems that the issue has been fixed, as per http://www.unixodbc.org/ news on 02 May 2022. I haven't had the chance yet to test everything out, so if you...
Hi @Nicodox and sorry for not answering before, the issue completely went under the radar. Thanks @thepaulmacca for bringing this up again :) The suggestion would be to use the...
@thepaulmacca unfortunately not. I'm not an AKS expert and I've just used Debezium with "plain" containers (Docker and Azure Container Instances)...ping me on Twitter (https://twitter.com/mauridb) so that I can bring...
Data in EventHub is in binary format, but you should sent to it just in plain text (if you're sending JSON). It will stored in the binary format automatically.
Yeah, that make sense, not sure why it has been working before :). Would be great if you can create a PR so that you can also get the proper...
Hi, I've just tried latest version 0.1.37 and now I get the following error: ``` lama_model_load: error loading model: tensor 'blk.26.ffn_up.weight' data is not within the file bounds, model is...
Sure. I installed the SqlPackage and the project template using the following: ```bash dotnet tool install -g microsoft.sqlpackage dotnet new install Microsoft.Build.Sql.Templates ``` then I create a new database project...