Kevin O'Rourke

Results 8 comments of Kevin O'Rourke

ISO week numbers are very commonly used in Sweden (and I think the other Nordic countries) in everyday life. For example, people will talk about taking a vacation in week...

Thanks for the quick response. The problem with setting `storepath` is that we'd have to rewrite the RAUC system configuration file every time we did an update. A better option...

OK, thanks for the information. I'll try to submit a pull request for overriding `storepath` from the command line.

@ejoerns I finally got round to creating a pull request for this. codecov seems unhappy with it but I don't know what the project's policy about test coverage is. Should...

Same error here and no points with empty lonlat: ``` /var/app # bin/rails console [dotenv] Set DATABASE_PORT [dotenv] Loaded .env.development Loading development environment (Rails 8.0.1) [1] pry(main)> Point.where(lonlat: nil).count D,...

Same here: ``` [1] pry(main)> points1 = Point.where("NOT ST_IsValid(lonlat) OR ST_AsText(lonlat) = 'POINT()'") D, [2025-04-10T13:34:38.033100 #64353] DEBUG -- : Point Load (92.3ms) SELECT "points".* FROM "points" WHERE (NOT ST_IsValid(lonlat) OR...

I want the command from Home Assistant (open, in this case) to override/block the close commands from the sun sensor. I'm assuming that this is how our existing wind sensor...