Erich Blume

Results 12 comments of Erich Blume

I just want to reiterate that I'm happy to dive in to this, I just want to make sure the maintainers would accept a PR that implements a fix for...

I took a look in to this today, and I'm new to the codebase and could use some pointers. I'm trying to write a failing test case. Should this behavior...

Thanks! I am concerned with adding the `r` build specification to poetry's semvar as it doesn't address the underlying issue that you can wind up in an infinite loop of...

I just want to check in and say that this issue still remains. The attached PR is now effectively dead (and long since closed), but I still see this issue...

This issue also occurs in pyright with no VSCode specific configuration (IE `pipx install pyright && pyright example.py`). Pyright issues tracks the general case here: https://github.com/microsoft/pyright/issues/2277#issuecomment-937468789 - but as you...

Thanks @voxelv. It looks like my reading of #300's [solution on lines 144-146](https://github.com/xwmx/nb/blob/7bb146619d5dea1b581ed1734239f29fe8a0673e/plugins/daily.nb-plugin#L144-L146), this plugin is not using `--edit` but rather `nb edit`. My issue is specifically related to using...

(An extra word aside here for my use case: I am trying to design an 'interactive log' of sorts where a long-lived editor session is set to autoload changes from...

Hi, I believe the PR #305 might have been closed in error. From reading the discussion chain, I believe the reporter may have had a separate issue, as I can...

Also @rileyhawk1417 I think you want `:ObsidianFollowLink`, which works for me despite the above issue I mentioned.

On the off chance that additional non-scientific use cases are required, I have a library that would also like to use slice syntax to represent a timeline: https://github.com/eblume/hermes/blob/4b42872d1b87216394e30463b3c8946c2f2013c5/hermes/timespan.py#L51-L69 I am...