GwynBleidD

Results 32 comments of GwynBleidD

> I removed the use of ./.ykman since I don't think it's used and doesn't really make sense (and now XDG_CONFIG_HOME can be used to customize the location) I don't...

As this project can be used both as a library and a CLI tool, there are very high changes it being used somewhere in the enterprise/automated environment. Some automation may...

@jasonkarns `ykman` first looks for the config files in all known locations in order: - ~~`./.ykman`~~ - This location was removed with current changes - `~/.ykman` - `${XDG_CONFIG_DIR}/ykman` (if variable...

The difference between option 3. and option 4. is: option 4 is an explicit opt-out (opt out is specific to ykman), but with default opt-out for users who have saved...

Additionally, you can specify in your `settings.py` file FORM_RENDERER = 'django.forms.renderers.TemplatesSetting' and add `django.forms` to your installed apps or manually add `forms/templates` directory from your Django installation to `DIRS` setting...

> The question about key capability verification was just out of my own curiosity. > > The main question in regards to this thread is how we can interrogate a...

I want to add one thing: passwordless and discoverable doesn't need to go together. Discoverable means more of a "logilness" that is website can ask your device what accounts it...

Actually, that request belongs to steam support / steam community website, not to this repo. Proton does have some compatibility with Mac OS and it is improving, but steam play...

Maybe it is worth changing the configuration templates now, so they no longer create an `alembic.ini` file that mixes deployment configuration, instead leaving it fully in the `env.py`?

This is due to the underlying `alfred-workflow` not supporting Python 3.x. There is a well-maintained fork ported for python 3.x: https://github.com/NorthIsUp/alfred-workflow-py3