Skip to content

Edoardo Vignati ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

› Always looking for awesome things

Menu
  • Studies
  • Publications
  • Skills
  • Portfolio
  • Projects
  • Career
  • Blog
  • ๐Ÿ‡ฎ๐Ÿ‡น Servizi
Menu

Category: Fixes

[SOLVED] Brave not loading OneDrive

Posted on 25/03/2025 by Edoardo

If you are running this problem, try to switch off the Shield (orange lion in address bar) for these two addresses:

Continue reading

[SOLVED] Kuberentes cannot solve external addresses

Posted on 27/02/2025 by Edoardo

I was running minikube until an Alpine image was not able to resolve the DNS for an external network API call. If you are in the same situation, it could be fixed in this way: Edit this block: as follows:

Continue reading

[SOLVED] Missing Python core / win32api

Posted on 27/09/2024 by Edoardo

This error can occur while installing VirtualBox. Follow these steps to fix and install all the dependencies:

Continue reading

Useful information and fixes about ovftool

Posted on 16/11/202316/11/2023 by Edoardo

OVFTool is used to migrate from VMware VMX to VirtualBox OVF. OVFTool are not delivered with the VMWare Player, so you have to register to VMWare website, download and install it. You can use ovftool in the CMD or PowerShell adding its folder (the folder, not the full path to the exe) to the environment…

Continue reading

[Solved] MySQL not decoding emojis and special characters

Posted on 08/04/202308/04/2023 by Edoardo

If you have this problem, you should check 4 things. Encoding of tables Open PhpMyAdmin and check whether the database is encoded with utf8mb4_unicode_ci and also all the columns have the same encodign or not Encoding of MySQL If you are on Linux, go to /etc/mysql/my.cnf and add or edit the following: Then restart mysql:…

Continue reading

Export HTML to PDF with Python and Flask

Posted on 30/03/202230/03/2022 by Edoardo

Here is a very quick guide to generated a PDF from HTML and download it using Flask. First of all add these two dependencies in you requirements.txt file and install them using pip Then install the pdf engine running: In your code, import pdfkit and render an HTML template. Then put the output into pdfkit…

Continue reading

[Risolto] Word non ha potuto creare il file di lavoro

Posted on 06/11/202106/11/2021 by Edoardo

Questo errore puรฒ comparire all’apertura di Microsoft Word. In particolare l’errore che compare in un popup non appena si apre o si carica l’anteprima di un documento รจ il seguente: Per risolverlo รจ possibile seguire il seguente metodo. Aprire regedit da Start Navigare fino a “Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders” (senza apici) Cercare la chiave Cache Cambiare…

Continue reading

Increase PHP memory in Nextcloud

Posted on 02/11/202103/05/2022 by Edoardo

This is the typical Nextcloud error that warns you about the low level of php available memory. To increase this parameter you have to edit the php.ini file that could be in different locations depending on the operating system and the version of Apache that you are using. To locate the correct file put the…

Continue reading

[SOLVED] flutter_osm_plugin not working (Expecting an argument)

Posted on 11/09/2021 by Edoardo

If you are here it means that you cannot use the OSM plugin for Flutter. And if you are reading this post I hope you’re going to fix it. This is the error: If you are facing the same error, you can try to fix in this way: invalidate cache and restart upgrade Flutter upgrade…

Continue reading

How to install LaTeX package

Posted on 10/01/202110/01/2021 by Edoardo

Personally I use TeXstudio to create LaTeX documents and sometimes I need to install new packages. Usually, when you try to use a package that is not installed locally, this is the following error: The easiest way to install a new package (in this case the float package) is to use MiKTeX. First of all…

Continue reading
  • 1
  • 2
  • Next
© 2025 Edoardo Vignati ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป | Powered by Minimalist Blog WordPress Theme