Justin Bull

Results 25 comments of Justin Bull

We should definitely consider looking at MLS, maybe even as a replacement, since as @rugk says it contains OCID data. My suggestion is because OCID's API is slow, times out,...

This is `Integer.MAX_NUMBER` leaking out to the UI. It means the value is not known or null. Not all cell networks have PSC, for example, so it defaults to that...

Hi Brady, Here is a regular query: ``` ruby irb(main):001:0> Violation.without_spammed.order("created_at DESC").page(1) Violation Load (0.4ms) SELECT "violations".* FROM "violations" WHERE "violations"."spammed" = 'f' ORDER BY created_at DESC LIMIT 10 OFFSET...

It would appear that you'd require large restructuring of your db schema (using a junction table) in order to fix this issue. It appears neither of us have the time...

I additionally expect that the string would be UTF-8 encoded in ruby: ```ruby env['HTTP_X_FOO'] # => "£ rates" env['HTTP_X_BAR'] # => "woo" env['HTTP_X_FOO']&.encoding # => # env['HTTP_X_BAR'].encoding # => #...

One approach is to just invoke `byebug` instead of `binding.pry` when you need the full power of byebug. Not ideal, but better than nothing.

@Flixt I think you raise a good point. Migrating from one hash algorithm to another is fraught with security pitfalls and can drastically reduce the overall difficulty to crack passwords,...

Config UI looks like this: ![image](https://user-images.githubusercontent.com/740289/137254568-5f27084a-ed4c-4cd9-8112-04762ffa096b.png)

Thanks for the review @whelgeson, Java isn't my main language so scrutiny is appreciated.

It's been a while, so apologies, and I haven't been able to polish this work. Based on my real-world experimentation back in the fall, sometimes a control channel is not...