Will Dean

Results 623 comments of Will Dean

All looks really clean @drbenvincent Nice work! I will take a look later and can do those edits to docstrings, tests, etc when I get the chance

> @wd60622 All tests pass again now - aside from code coverage. Am I right in understanding that you might do some work on this PR? I probably need to...

You can specify the testPyPI with the action that you are currently using ``` - name: Publish package distributions to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ ``` See example in...

Hi @ezjsiwu It is not built in functionality even though the plt_kwargs can be passed. ncols or nrows would cause an error. Maybe you'd like to make a PR to...

Hi @ezjsiwu Thank you for your interest in contributing! Juan recommends this resource for getting started: https://www.sktime.net/en/stable/developer_guide/git_workflow.html if you are new to open source. We have some steps for getting...

Hi @ezjsiwu Are you still interested in taking this issue?

Sounds like a good feature. I think that @GuillaumeLagrange had some ideas about this as well. This might be helpful query: ```lua local gh = require "octo.gh" local query =...

There is a "dirty" key for the buffers. Maybe the polling can be conditional of it not being dirty so that it doesnt conflict / override

I use this command a lot while developing: https://github.com/pwntester/octo.nvim/issues/742

> Sounds good! Just need to confirm dirty for only what we want to block reload for. For instance, if we just accidentally added a new line, maybe we shouldn't...