Will Dean

Results 623 comments of Will Dean

Hi @nieszkodzi Any luck with this solution?

I am interested in implementing this (for telescope). It seems to boil down to these symbols: https://github.com/wd60622/octo.nvim/blob/7731ca4e31b32c176a383642ffcd7d593ac17774/lua/octo/pickers/telescope/entry_maker.lua#L29-L29 Do you imagine this being a change in the symbol color? Or that...

I've started a PR for this (for telescope) here: #637 Feel free to take a look and give feedback!

All of the information is pulled down now. And the icons can be found from this function: https://github.com/wd60622/octo.nvim/blob/4d0846c7b7e7e456195c6d47bc71f154bacfe41e/lua/octo/utils.lua#L1644-L1688

I'm trying it again with a fresh install. I wasn't getting any issues with my previous environment. I'm also using `micromamba` instead. Not sure if that would have an effect...

Potential solution in #874

Could you try out this solution @NathanielF ?

It might not accept that at the moment. Are we expecting to use the `HSGPKwargs` in the new M`MMM` class? CC: @cetagostini I think the `HSGPKwargs` should be removed completely...

> @wd60622 what do you mean by constant priors? The media transformations support scalar values. For instance, `saturation = TanhSaturation(priors={"b": 1.0})` In the case where there is beta in TanhSaturation,...

What about making a helper function in order to generate the alternative priors instead of changing the defaults? Thinking function of the module or could be a static method or...