Warley Vital

Results 12 comments of Warley Vital

Sorry for the delay. I am using the current stable release (`neovim 0.4.3-3` in Arch Linux): ``` NVIM v0.4.3 Build type: Release LuaJIT 2.0.5 ```

@hkupty thanks for taking the time to work on that! I have removed the plugin and installed it again, but using the branch you mentioned. I didn't test much, but...

`:IronRepl` works fine, but `:IronReplHere` gives `E5105: Error while calling lua chunk: ...lativ/.vim/pack/minpac/start/iron.nvim/lua/iron/init.lua:123: Invalid window id`

I think my use case is similar so I will post it here instead of a new issue. I have the following MRE ```python import mlem import torch # pip...

@mike0sv, sure. ``` 🐶 MLEM Version: 0.2.9.dev9+g86105ee ``` Unfortunately, it didn't change much ``` Traceback (most recent call last): File "/home/warley/.virtualenvs/tcc-ocr-demo/lib/python3.10/site-packages/mlem/core/metadata.py", line 33, in get_object_metadata return MlemData.from_data( File "/home/warley/.virtualenvs/tcc-ocr-demo/lib/python3.10/site-packages/mlem/core/objects.py", line...

@mike0sv, I upgraded to v0.3.0 and now it works! Thank you for your help!

Hey, guys, my team also would find it useful to have `params.yaml` and `dvc.yaml` in the same folder. Something like ``` contexts └── └── dvc.yaml ``` where we could run...

@tmabraham you can use judell's [script](https://github.com/judell/Hypothesis). Here what I did to retrieve the annotations of a specific annotation: ```python from hypothesis import Hypothesis h = Hypothesis(username=, token=) annotation = h.get_annotation()...

I didn't try to see how to export the PDF with the annotations using this API yet. But there is some work going on to that end, I guess: https://github.com/hypothesis/product-backlog/issues/566

With hydra v1.3.0 it works properly here. --- ``` λ dvc version DVC version: 2.36.0 (pip) ```