Matt Fisher

Results 410 comments of Matt Fisher

Videos should be working now. Took me 3 or 4 tries of different codecs before it finally worked. `libx264` codec seems to have been the trick for some reason. Or...

Yes, I'm still using rofi. I've been too busy to get on to Regolith 3 so far, I'm ashamed to say! https://github.com/mfisher87/provision-desktop/blob/b0e02bf6b6ddee94f3c0e4c0cad8e86692245159/files/regolith2-cfg/i3/config.d/config#L132-L134

I've been using this feature as a learning opportunity for some friends who are new to Python and open-source (and for myself to learn about the conda-lock code). We started...

I dug around in the source and found that this is where the mapping comes from: https://raw.githubusercontent.com/regro/cf-graph-countyfair/master/mappings/pypi/grayskull_pypi_mapping.yaml ``` seaborn: conda_name: seaborn-split import_name: seaborn mapping_source: regro-bot pypi_name: seaborn ``` Conda package...

Looks like this has been reported before, resolved, and then regressed. https://github.com/regro/cf-scripts/issues/1513

>I'd actually argue that conda-lock picking up the create_default_packages is a bug. The reason is that conda-lock is supposed to transform a specification into a lockfile. Mixing up the specification...

This is a confusing aspect of POSIX shortform argument behavior. Often, for example, one wants to quickly specify shortform arguments and their values: ```bash du -hd1 ``` This passes the...

https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html > An option and its argument may or may not appear as separate tokens. (In other words, the whitespace separating them is optional.) Thus, `-o foo` and `-ofoo` are...

I believe this symptom has changed since the issue was opened from a timeout to a 404 (see #540).

Nice, thank you! I was looking all over trying to find if there was a working API URL someplace, and just couldn't find anything! :bow: