senseysensor

Results 7 issues of senseysensor

```from apscheduler.schedulers.background import BackgroundScheduler from apscheduler.triggers.interval import IntervalTrigger scheduler = BackgroundScheduler() scheduler.add_job(print, IntervalTrigger(minutes=1), id='example_job') scheduler.add_job(dir, IntervalTrigger(minutes=2), id='example_job') scheduler.start() # apscheduler.jobstores.base.ConflictingIdError: 'Job identifier (abc) conflicts with an existing job' ``` ##...

After guest machine reloading (or halt => up) persistent storage fails to mount anymore and therefore guest OS fails to start. Vagrant freezes on `vagrant up` command and directly loading...

# Incorrect method signature in stubs ## What's wrong Incorrect signature of `SQLCompiler.setup_query()` for Django 4.2.5. Signature is specified as following: `def setup_query(self) -> None: ...` ## How is that...

bug
good first issue
stubs

Not sure what is the root cause of the issue, pytest debug in Python 3.11 works fine. So I try to run the test as usual in debug mode via...

Sometimes I don't receive any traceback in log, just exception. This small change addresses the issue.

JSLint: Unexpected 'typeof'. Use '===' to compare directly with undefined. Debatable message. undefined is not real keyword and can be easily reassigned. Shouldn't I compare with typeof instead?

article-request

For now only python 2 is supported, this is sad!..