jefcolbi

Results 10 issues of jefcolbi

Hi, Sorry to bother you, but i can find a way to add a Table block to puput editor. Thanks for you patience

Hi. first of all thanks for the good work. It will be great if bubble support the reaction feature. an emoji located at the bottom of the message like telegram....

Hi. If you add a plugin with his full url, example: 'https://cdn.jsdelivr.net/gh/mdgaziur/EditorJS-LaTeX@latest/dist/editorjs-latex.bundle-min.js', it will fail because '//cdn.jsdelivr.net/npm/' will be prepended. This PR fix it.

### Introduction A tool to download ebooks from the libgen project ### Description Libgen http://libgen.is/ is an universal ebook library. The ebooks are free. But to download an ebook or...

# Django Builder Static pages and templates builder for Django ## Introduction Django have many packages that act as CMS, but they are not as good as builders we find...

Started

Hi, i like your project. Sparx EA is great but for small company or freelancer the price is not affordable. I think it would be great if pyMDG supports open...

enhancement

Sometimes the crawler freezes because there is no timeout defined for the http request. We can prevent that by passing a timetout argument.

Hi, I have been trying to use nebula-carina on Django. The following code ```python EdgeModel(src_vid=comradeship.user_asked.nebula_id, dst_vid=comradeship.user_accepted.nebula_id, ranking=0, edge_type=ComradeshipGraphEdgeType(status=ComradeshipStatus.ACTIVE)).save() ``` throws the following error. ```bash nebula_carina.ngql.errors.NGqlError: ERROR CODE: -1009 when executing...

Hi everyone. I am writing a music app. I plan to let the user save/download the music after listening to it. To avoid using too much bandwidth i want to...

Hi. The following snippet of code ```python import tree_sitter_dart as tsdart from tree_sitter import Language, Parser DART_LANGUAGE = Language(tsdart.language()) parser = Parser(DART_LANGUAGE) file_path = "/home/jefcolbi/Projets/lll_mobile/lib/core/models/credentials.dart" with open(file_path, 'rb') as fp:...