Cosmin Popescu
Cosmin Popescu
Memory leak
Thank you for taking the time to file this issue! Please follow the instructions and fill in the missing parts below the instructions, if it is meaningful. Try to be...
This pull request should update the pane editing a buffer.
This PR saves the File API before overwrite. Even though this does not solve #316 or #265, at least it allows the applications to still use the native File API.
Is it possible to completely skip the image processing? Send the image directly to tesseract? Thank you for your work, Cosmin Popescu.
This PR adds the possibility to also set the column when toggling or setting a breakpoing. For example, given this code: ```typescript const arr = [{name: 'Name 1', id: 1},...
I'm trying to use `script.module.youtube.dl` in my own plugin like this: `addon.xml` ``` ``` And then in my python file: ``` from YDStreamExtractor import getVideoInfo info = getVideoInfo(id, 1) ```...
We should check that if the selected text is bigger than a given amount, then it should be copied in a temporary file and use a WbInclude . If we...
An sql on the first line of the file will be sent to the server without the separator, causing the server to block