Lorenzo
Lorenzo
@cmccomb no problem. You may be interested to know that we are revamping the library, you can check the notebooks for the new coming version at https://github.com/smartcorelib/smartcore-jupyter/tree/main/notebooks Please just annotate...
not yet, but if you want to help implement it you are welcome to try. Please see `CONTRIBUTING.md` and the work we are doing in #257
I am trying to create a Linux Makefile configuration using JUCE 6.1.5, I get this error when running `make`: ``` ../../JuceLibraryCode/modules/juce_graphics/colour/juce_PixelFormats.h:113:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::.juce::PixelARGB::::comps[3]’ to ‘juce::uint8&’ {aka...
Just at first sight, async coroutines are not supposed to `yield` instead of returning?
i think the most reliable and future-proof build model at the moment can be Python > [AssemblyScript](https://github.com/AssemblyScript/assemblyscript) > WebAssembly 1. it improves performance in the client 2. it takes JS...
I didnt understand the issue completely but I think we can leave this for later and go on with the content of the proposal for now.
@farazkhanfk7 do you think this is still useful?
we are undergoing a makor refactoring of documentation. Wait for some news and join the [channel on Slack to contribute to the conversation](https://hydraecosystem.slack.com/archives/CNBS844FL)
Agent should implement wherever possible [Python generators and asynchronous co-routines](https://www.google.co.uk/search?q=python+async+await+pep&oq=python+async+await+pep&aqs=chrome..69i57.4220j0j7&sourceid=chrome&ie=UTF-8) both for calling the servers ([asyncio](asyncio is a library to write concurrent code using the async/await syntax.)) and updating the...
please open the Chrome development console and check the debugging infirmation