tomaszn

Results 10 comments of tomaszn

This would be a useful feature! Could be achieved by adding a `focus: ''` in the step definition. Additionally, `focus: null` could be used to remove focus.

Let me share a link to the [sw_vers source code](https://opensource.apple.com/source/DarwinTools/DarwinTools-1/sw_vers.c.auto.html).

Similar values are in sysctl: ``` $ sysctl -a | grep kern.os kern.ostype: Darwin kern.osrelease: 17.4.0 kern.osrevision: 199506 kern.osversion: 17D102 $ sysctl -a | grep kern.os kern.ostype: Darwin kern.osrelease: 19.6.0...

It's about `node_os_info` and `node_os_version` metrics implemented for Linux in #1574 (after a discussion of it's needed).

Instant offline validation would be useful, because after returning from the field one may not remember the proper answer. Example: a required field "tail length" was left empty, when it...

This feature would be very useful for "Hybrid Mobile Applications" which work also offline. It was already suggested in #316 a year ago.

@cparke2 Could you please provide your shell script to repair the list?

@sheppard This pins pystache to version 0.5.4 from 2014, and makes sure it still works with Djangos 1.8 -- 4.1, Pythons 2.7 -- 3.11. See tests [here](https://github.com/tomaszn/django-mustache/actions/runs/4107021541). Could you release...

Maybe that's the reason: ``` $ xdg-settings get default-url-scheme-handler xdg-settings: default-url-scheme-handler not implemented for xfce ``` Any chance to fall back to `xdg-open` in such a case?

Same after switching to GNOME: ![in-gnome](https://github.com/andyholmes/valent/assets/981572/9d9f2042-767e-4779-9cb7-24611089f8aa) `xdg-settings` shows nothing for the default handler, but there is a default handler for sftp: ``` $ xdg-settings get default-url-scheme-handler $ grep scheme ~/.config/mimeapps.list...