Fred Eisele
Fred Eisele
This recipe has several patches. I am not the owner of the upstream package. Is is acceptable to go ahead with producing the feedstock and address the upstream issues there?...
@conda-forge/staged-recipes, ready for review
I was not sure what to do with the vendoring. The source is working with copies of the dependencies. As I am not sure if those copies were modified, I...
I have made a PR for the patches > I'm also happy to try to push some commits for this as I think the whole recipe can be greatly simplified...
I can try to reproduce the error. It happened on initial load, possibly following the introduction of https://github.com/FreeTAKTeam/FreeTAKHub-Webmap/blob/main/freetakhub_webmap_v5.json by https://github.com/FreeTAKTeam/FreeTAKHub-Installation/tree/120-update-nodered-to-31. I suspect it is related to the introduction of the...
Here is the related block https://github.com/topgrade-rs/topgrade/blob/a9f57d420519f74d05b6ed4fb6bbf1519d7233b0/src/steps/generic.rs#L435C1-L454C2 : With some notes and modifications ```rust pub fn run_umamba_update(ctx: &ExecutionContext) -> Result { let umamba = require("umamba")?; # acquire a list of the...
It appears that in order to get the lat,lon the 'name' (the first argument of the 'feedback' function) must be 'map'. If this is not a bug it should be...
I have a PR that I have been holding back until I can get the installer changes working. It has this section: * https://babeloff.github.io/FreeTAKServer-User-Docs/#quick-start That Quick Start presumes that the...
I am running bluefin-dx stable. I do not see pixi preinstalled. ```bash ❯ which pixi -a ~/.pixi/bin/pixi ``` I only see my locally installed version.
I have questions regarding the dependency packages. Should I split them out into separate feedstocks? DigitalPy is from the same group as FreeTAKServer but testresources and asyncio are from different...