GBallesteros

Results 15 issues of GBallesteros

### Problem description I use flake8 as my linter with a bunch of plugins to add extra linting. If I open a terminal in neovim and ask `which flake8` I...

package-issue

The horizontal layout of a TextInput widget and buttons to its left and right produces overlapping elements when widths are specified. The vertical arrangement is also broken. This issue is...

type: bug
tag: layout

This is a bit more radical than my previous pull request. It completely decouples notebook language and format and eliminates the need for an additional global setting. In this PR...

A new variable `g:jupytext_style` can be used to specify the format for the notebook to plain text conversion. For example: ``` let g:jupytext_style='hydrogen' ``` to always use the hydrogen format...

I needed to map pixel indices in the source image to pixel indices on the transformed image and needed the similarity_matrix function to be working for this.

Hi, thanks for the repo! It looks from [the article](https://arxiv.org/pdf/1907.00825.pdf) that CoxTime can do time-dependent covariates. Is this functionality implemented in pycox? If so, do you have any examples on...

### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. I'm trying to replace telescope...

enhancement

### Description When the log functionality is combined with the -L flag (Trace line evolution) an error message is displayed and nothing else happens. ### Neovim version NVIM v0.9.2 Build...

bug

**Is your feature request related to a problem? Please describe.** The marks listing is populated with many mark positions that are created without explicit intervention from the user. For my...

enhancement

NotebookNavigator currently has support for: - iron.nvim - toggleterm - molten More providers would be welcome if anybody needs them. PRs welcome!