Alberto Tosato
Alberto Tosato
I'm also looking for this feature!
Same problem although running nbconvert 7.0.0 mistune 2.0.4 ``` from nbconvert.exporters.base import get_export_names, get_exporter File "C:\Users\atosato\Miniconda3\lib\site-packages\nbconvert\__init__.py", line 4, in from .exporters import * File "C:\Users\atosato\Miniconda3\lib\site-packages\nbconvert\exporters\__init__.py", line 3, in from .html...
Thanks for the reply. How can I verify this? > You can verify if the behavior occurred when using `package:http` or `HttpClient`, so we can quickly determine which part fails.
I found out it was a problem I my code logic, when there was no connection available. Closing the issue.
I've tried to reproduce and everything works on my side. - I'm using `app_links: ^6.3.0`. - I configured `linux/my_application.cc` according to this instructions https://github.com/llfbandit/app_links/blob/master/doc/README_linux.md. - I created the .deb installer...
> Have you tried passing `--disable-gpu-vsync` to `WebviewController.initializeEnvironment`? > > example: `WebviewController.initializeEnvironment(additionalArguments: '--disable-gpu-vsync'`) I'm having the same problem and I tried @jnschulze suggestion but it did not work for me....
We run into the same issue. In several windows machines where the root certificate `Hellenic Academic and Research Institutions ECC RootCA 2015` is not present by default. When for instance...
In the case above the insert that failed was `INSERT INTO "datasets" ("uuid", "alt_uid", "collected", "created", "modified", "name", "scope_id", "creator", "description", "keywords", "search_helper", "ranking", "synchronized") VALUES (?, ?, ?, ?,...
I managed to systematically reproduce the error with the following code. ``` void main() async { final db = MyDb('test_db.sql'); final db2 = MyDb('test_db.sql'); final futures = []; for (int...
@DmitryGaimaldinov @clemeMnt Took me a while to figure out, but it can be done. Https support can be easily implemented by creating an msix installer, building your app with https://pub.dev/packages/msix...