mmasdivins
mmasdivins
In my case the data is frequently modified so I don't want to cache the requests, is there a way to disable cache?
Thanks, right now I did a global event hub where the tabs subscribe and unsubscribe, but I will try your solution. What I was trying to accomplish is that I...
More error info from report.wer: Version=1 EventType=BEX64 EventTime=133186821357858022 ReportType=2 Consent=1 ReportIdentifier=95594514-98a8-11ed-9435-ecb1d7f493d5 IntegratorReportIdentifier=95594513-98a8-11ed-9435-ecb1d7f493d5 NsAppName=flutter_desktop.exe Response.type=4 Sig[0].Name=Nombre de la aplicación Sig[0].Value=flutter_desktop.exe Sig[1].Name=Versión de la aplicación Sig[1].Value=1.0.0.1 Sig[2].Name=Marca de tiempo de la aplicación...
Changing to version 9.1.0 won't crash because it does not generate the dll, but then if I need to check permissions on windows it will not work.
Nice! I've downloaded the sample and try out, I really liked and I thought it would be cool if the tabs could be sorted dragging them. Also, it would be...
Hello, I was looking again this poject and I was wondering if there was any news on this feature? Thanks
Don't worry and thanks for this awesome project! Missatge de Lorenzi ***@***.***> del dia dt., 15 de nov. 2022 a les 22:07: > Sorry, @mmasdivins , I have been focusing...
The problem with converting HTML to Markdown is that we lose all the following properties: - Background Color - Color - Font - Size - Strikethrough - Superscript/Subscript - Underline...
I tried your converter with the following html: ```html Some text ``` And it didn't work. Also which packages are you using for htmlDom and htmlParser? I used the following:...