Jakub Smékal
Jakub Smékal
## 🚀 🚀 Pull Request ### Checklist: - [ ] [My code follows the style guidelines of this project](https://www.notion.so/activeloop/Engineering-Guidelines-d6e502306d0e4133a8ca507516d1baab) and the [Contributing document](https://github.com/activeloopai/Hub/blob/release/2.0/CONTRIBUTING.md) - [ ] I have commented my...
## Description This issue is related to errors during `jupyter labextension install .` I am developing a Jupyterlab extension that uses node packages for interacting with Web3 applications. These node...
**Describe the bug** The newest version of ocean-lib is not installing correctly (on M1 Mac). I followed the installation described in the main README, (started with wheel, no errors, then...
**Describe the bug** I am building a streamlit component that integrates MetaMask & Ocean Market with Streamlit apps. I have been following the CodeExamples & trying to extract the relevant...
**Describe the bug** I am trying to run the [ocean.js Code Examples](https://github.com/oceanprotocol/ocean.js/blob/main/CodeExamples.md) but am running into issues with the imports and the typescript syntax. Initially, I had linting errors due...
**Describe the bug** I am trying to run the C2D flow as described in this guide https://github.com/oceanprotocol/ocean.js/blob/06ac192ae0e85f861c6b1b053b76f59c00e211e6/C2DExamples.md#-resolve-published-datasets-and-algorithms. I needed to refactor some of the code because I am using a...