Nicola Ricciardi

Results 13 issues of Nicola Ricciardi

Using Marktext I've noticed that during the upload of an image, its path become absolute, even if I have inserted the relative path. This cause _path not found_, for example,...

I would build Mathjax in only one file to include it in my single html page. I have tried to create a bundle using `webpack`, but there are some rendering...

Question
Insufficient information

I'm having problems displaying the icon set in the front-end, when I launch the app it is displayed in a common Chrome window.

bug

Hello, I'm trying to run my Eel application. My application sometimes refreshes page. I have used the `shutdown_delay` option to increase time before automatic websocket closing (so the page have...

bug

Hi, I'm trying to expose the method `test` of class `Test` using `eel._expose(test, 'foo')`, but I have an error: `AssertionError: Already exposed function with name "test"` How to fix it?

help wanted

I'm building an app using this library and Angular as a front end, but I'm having problems running it. In particular, I notice a considerable slowness in executing the `eel.init()`...

bug

Hi (I'm new), my question is **why does Eel have the function _expose protected?** It is a very handy feature in case you want to expose methods instead of function...

enhancement

This is not pure bug (maybe). `ImageReader::open` and `image.write_to` spent a lot of time. In my Rust project (custom Markdown compiler) run 50% of the execution time despite there are...

I'm using Flamegraph on Linux Mint 21.3 (kernel 5.15.0-113-generic) to profile my Rust application. When I run ``` cargo flamegraph -- [my args] ``` the terminal remains blocked showing: ```...

Using Marktext to write large files I've noticed lag during "special formatting" as italic, bold and so on. Is it possible to improve Marktext in these cases?