Will Dean
Will Dean
I am on WSL. Not sure if that is related. I use tmp files for other programs no worries.
I've just updated my branch and still not working :( I will have to investigate further. Same traceback as before.
This is my configuration. It should be using the latest version of your branch : https://github.com/wd60622/dotfiles/blob/9b9dfdb2268a34f9c699c46fe89659ce6bdebfc0/nvim/lua/plugins/version-control.lua#L204-L204
This doesn't work for me still. I commented out the "--paginate" as it isn't a flag in the command used. I also prefer the previous entry_maker a bit more. Plus...
Also noting that this doesn't impact the `Octo pr search command`. Is that as intended?
I think much of the original requirements can be done with the current `Octo pr search` and being combined with the advanced search functionality: https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests If the goal is to...
> IMHO it's nice to have branch/author in fuzzy finder I guess I find the picker a bit cumbersome in the current form. How about adding the formatting of the...
Syntax details: https://mermaid.js.org/syntax/flowchart.html
Any preferences on the node shapes? https://mermaid.js.org/syntax/flowchart.html#node-shapes Also the different arrow types Is there a similar function to get nodes, edges? What are the main traversal functions?
Some areas that might need some thought: - Case where the pivot table in pandas has multi-index columns https://github.com/pymc-labs/pymc-marketing/blob/6c7bcaed8ad14d03ccb42183393692bf732cd7f8/pymc_marketing/data/fivetran.py?plain=1#L155-L159 - normalize https://github.com/pymc-labs/pymc-marketing/blob/6c7bcaed8ad14d03ccb42183393692bf732cd7f8/pymc_marketing/data/fivetran.py?plain=1#L221 https://github.com/pymc-labs/pymc-marketing/blob/6c7bcaed8ad14d03ccb42183393692bf732cd7f8/pymc_marketing/data/fivetran.py?plain=1#L344-L345 That might be this : https://narwhals-dev.github.io/narwhals/api-reference/expr_dt/#narwhals.expr.ExprDateTimeNamespace.truncate -...