Paul Davis

Results 13 comments of Paul Davis

On the phone number field. It seems to be working now though, must have been something else I was doing. I added the issue because it was not working initially...

Ah, I've found where my actual issue is. When running in dev mode, the autofocus works fine. When I build/transpile it and deploy, it no longer works.

I would like this as well, for updatin a block outside the normal timeout The config implementation could be `reload-signal: 13`, then trigger with `pkill -RTMIN+13 yabar`

You have to clone it regularly and change the submodule urls to be `https://github.com/` instead of `[email protected]:` in `.gitmodules` and also in `.git/config`, then run `git submodule init && git...

You should be able to accomplish this layout by using multiple button rows as described here https://github.com/custom-cards/button-entity-row#multiple-rows-of-buttons

Not sure I fully understand the issue. Re-adding the variable obviously has some effect, so it must not be totally unused in the package, even if it's not used in...

When the function argument is there and you pass in a string, it uses that as the name for the newly spawned terminal instead of the default naming. I'm not...

Jumping in this issue to say it would be good to be able to get the current ID and password via the command line. The use case is having a...

For the password, sure, I suppose that makes sense, but getting the ID and being able to *set* the password would be enough really. Having it disabled by default would...

Sure, for the password that is fine, I can just set it manually, but what about getting the ID? Will that also be encrypted on the next release? > On...