billlevine

Results 16 comments of billlevine

> We are exploring more details on this to ensure things are secure... Standby. To limit where the floxhub token could be sent, for now, we will hard code the...

Our test db with 7 scrapes, shows 37 attr_paths with an `@` in them: ``` 3393 | emacsPackages.@ | {3385,3393} 45015 | nodePackages.@angular/cli | {45014,45015} 45016 | nodePackages.@antfu/ni | {45014,45016}...

For context, the json result is normalized into a catalog structure that is stored in the catalog database. Base catalog packages are done in `update-catalog` here -> https://github.com/flox/update-catalog/blob/main/src/collect-narinfo.py#L186. And we...

> So I think we need to set `allowBroken` to whatever we have in the `allows` block in the manifest, and that has to be checked serverside This does make...

> I'm not sure that would ever happen unless you had explicitly set `allowUnfree = true`, in which case wouldn't it be desirable? Suppose you try to install something, and...

We should have these now: - Version - Arch/systems - Summary / Description (I think are the same thing) - License - Catalog - assuming we mean the flox catalog/org...