Max R

Results 23 issues of Max R

## Proposed change Various Schlage locks support automatically locking the deadbolt after some time has elapsed. This amount of time is the "auto lock time" and it's configurable by the...

cla-signed
new-feature
has-tests
Quality Scale: No score
integration: schlage

See below: ```console $ tail example.py import ynab_sdk $ mypy example.py example.py:1: error: Skipping analyzing "ynab_sdk": module is installed, but missing library stubs or py.typed marker [import-untyped] example.py:1: note: See...

Hello, thanks for this great tool. For my use case, I want to split a file into two chunks - a small chunk and a large chunk. The small chunk...