Results 9 comments of Maciej Matraszek

I'm not sure if it helps, but the following worked for me: 1. Uninstalling the extension installed through JupyterLab: `jupyter labextension uninstall @lckr/jupyterlab_variableinspector`. Also uninstall `lckr-jupyterlab-variableinspector` package if it exists....

@Pathos14489 See https://github.com/jina-ai/dalle-flow/pull/44 Edit: the previous solution was wrong

Hi, the issue is because nolds deprecated passing ``dist`` as string to ``measures.sampen`` and removed it in `0.5.0`. The issue is located [here](https://github.com/neuropsychology/NeuroKit.py/blob/master/neurokit/signal/complexity.py#L145]). Just pass ``nolds.measures.rowwise_chebyshev`` instead. As a quickfix,...

On of the use cases is to include in the docs a generated `CHANGELOG.md` file (e.g., by [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release)) of a project using the [shortcode format of gitmoji](https://gitmoji.dev/specification) in commit messages.

> It seems to me that shortcodes are a legacy syntax, from before unicode became a modern standard Well, there are still people working on a :potato: that doesn't do...

> For example, I opened Signal and typed `:wink:` to get, copy and paste 😉. Simply typing `:wink:` would be much more convenient. FYI modern OSes have a direct way...

It seems that ``cargo run --no-run`` can be somewhat emulated with a custom [target runner](https://doc.rust-lang.org/cargo/reference/config.html#targettriplerunner). For example: ```shell cargo --config "target.'cfg(unix)'.runner = 'ls'" run ``` In contrast to ``cargo +nightly...

> I think there was a project that was using Machine Learning to get the Unicode character that better fits the actual image... Hi all. My proof of concept tool...

> https://github.com/fathyb/carbonyl/blob/50c2547b3e46d4e5990ef28536dcae381b8e8f01/src/output/quad.rs#L3-L41 > Note that thresholding by luma is probably suboptimal, since if you have a block such that a top half is red and a bottom half is green...