Results 11 issues of naddeoa

I'll start by saying thanks a lot for the plugin, I use it all the time and I love it! That said, I also use [vim-notes](https://github.com/xolox/vim-notes) all the time. If...

I've got a few non-post markdown pages on my site and it looks like the descriptions for those pages are determined to be more or less the entire content of...

## Description I'm creating empty `DatasetProfileView`s right as part of our Ray examples. I'm using the empty view as the seed in a reduce while merging many views together. Its...

question
usability-improvement

When sending collections from Java to Python, the thing that you end up getting in Python is a `py4j.java_collections.JavaList` (for lists). These do behavior mostly like Python lists but there...

I'm playing around with gans and trying to get this toy pokemon generator making plausible pokemon. One of the tools I've picked up is DiffAugment. Based on the original paper...

It looks like `:messages` fails to bring up messages in the command area if it's executed through the cmdline floating window. I tested this by executing a `:echomsg "hi"` and...

Not sure exactly what could be wrong here. On most pages, the hotkey that I have selected (ctrl+) doesn't actually create a new note. It doesn't do anything at all...

This adds a few statistics so the report, as well as a visualization of the global histogram, which I find very useful with another tool `hey`. I improvised the color...

Firstly, thanks a ton for the plugin; it is part of my core vim workflow! Could you tell me a little bit about what would have to change to enable...

I was trying to upload to whylabs using these examples: https://github.com/whylabs/whylogs-examples/blob/mainline/python/WhyLabs_Platform_with_log_reference.ipynb. ```python from whylogs.app.writers import WhyLabsWriter writer = WhyLabsWriter("", formats=[]) ``` But that import doesn't work. Is this repo up...