updiversity
updiversity
Memoized and not Memoized call functions are not returning the same output type. **NotMemorizedFunc** ``` def call(self, *args, **kwargs): return self.func(*args, **kwargs) ``` **MemorizedFunc** ``` def call(self, *args, **kwargs): blablabla...
caching a curried function works but you need to use joblib.Memory.cache function in a certain order, if not it will throw an exception Code example : ```python import cytoolz as...
### Context I tried to use emoji in Markdown, like referred here https://tutorialmarkdown.com/emojis But when exported to html or confluence, it does not work. It does just reproduce the text,...
### Preflight Checklist - [ x] I have read the [Contributing Guidelines](https://github.com/cloud-carbon-footprint/cloud-carbon-footprint/blob/trunk/CONTRIBUTING.md) for this project. - [ x] I have searched the issue tracker for an issue that matches the...
Hi, i am currently using sphinxcontrib-confluencebuilder v 1.8.0 with this md file ```markdown # my bug file [](https://about.gitlab.com/) ``` and when i try to publish it, i got the following...
Error Message Failed to load model class 'BoxModel' from module '@jupyter-widgets/controls' ChunkLoadError: Loading chunk 345 failed. Difficult to decode such an error message.