Ethan Rooke
Ethan Rooke
It seems that clustering is being performed with both "Nerve" and "GIC". If I take my dataset to be a circle and the projection to be the first component the...
On a side note, I'm not sure what the correct procedure is for sending in a fix like this. Should I be opening issues before sending the pull request?
> As far as I can tell, kmapper's implementation does work, given its approach to calculating perc_overlap and the like. Sorry saying "implemented incorrectly" might have been a bit strong...
Poetry 1.2 now hits the keyring for most operations (add, update, install, self update, etc) rendering it unusable for me. I can "fix" the problem by exporting `PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring` but it...
This might be related to #57. Changing (or removing the session) causes the cache to not be hit and re-runs the code. If there was an attempt to run codebraid...
The version I ran into this issue on was 3.11.? Unfortunately I no longer have the project I was working on around and a quick attempt to replicate the issue...
I also have been running into this issue. The closest discussion I've found on this is [here](https://github.com/arxanas/git-branchless/discussions/814) but the solution listed therein (`git restack --merge "draft()"`) did not seem to...
Ah yeah, I totally forgot xdg-open existed. That's perfect. I'm thinking we shouldn't really handle remote files differently for the time being. As you pointed out xdg-open will handle them...
I have bodged together an implementation for this over at https://github.com/erooke/telescope-bibtex.nvim/tree/open-file. Simply specify the pdf reader in the config: ```lua require('telescope').setup { extensions = { bibtex = { reader =...
> This looks good. How exactly is the format of the file field in the entry? That is a great question I wish I had an answer to. I was...