Dat Dinhquoc

Results 16 comments of Dat Dinhquoc

I'm on Electron 18, Windows 10; the same issue "ERROR:gpu_init.cc(454)] Passthrough is not supported, GL is disabled, ANGLE is" Rendering seems much slower than normal browser, rather laggy coz possibly...

not about deepnl, but i made it work this way change ``` to_compile.sort() ``` to ``` to_compile.sort(key=lambda x: x[0]) # it's a tuple, the first value is numeric ```

This feature should be made. Sometimes I use Python to draw, instead of uploading an image and insert into a text block with markdown. For example, I wish to hide...

i `ctrl+e` --> `plugin install filemanager` To launch filemanager when starting micro: ```bash echo "filemanager.toggle_tree()" >> ~/.config/micro/init.lua ```

> > > > i > 100x faster than Slap > > `start micro` --> `ctrl+e` --> `plugin install filemanager` > > To launch filemanager when starting micro: > >...

> > > > i > 100x faster than Slap > > `start micro` --> `ctrl+e` --> `plugin install filemanager` > > To launch filemanager when starting micro: > >...

> Probably not a Cython issue. Make sure you initialise the Python runtime for C++ threads before you use it, and make sure you initialise the cimported API before you...

> Could you remove the public and api modifiers from the functions (or everywhere), to see if that makes it work? You don't need them in your example. Even if...

> I just get link errors when I try to import it: > > ``` > undefined symbol: _ZTV21__pyx_t_4mod2_myclass > ``` > > I'd be a little worried that you've...

> Sharing the C++ class across modules seems to generate incorrect code that duplicates the C++ class definition on both sides, but only one side knows about the implementation. Meaning,...