Jacob Dreesen
Jacob Dreesen
Afaik there is no helper which auto-expands the params for you. But you could simply do this: ``` java Query.many(YourModel.class, "SELECT * FROM YourModel WHERE column IN (?, ?)", "value1",...
Yeah, something like this should do: ``` java String[] params = new String[] {"value1", "value2", "value3", ...}; StringBuilder placeholder = new StringBuilder(); for (int i = 1; i
For me it says not everything is TLS 1.3 
You're right, it changes for me, too.
No, I think it's the same. Apparently I opened an issue twice :see_no_evil:
Is this sufficient? 
I have the same issue in Firefox. ### Environment * Octotree version: v7.5.1 * Browser & version: 101.0.1 (64-Bit) * OS & version: Ubuntu 20.04.4 LTS
Seems to work for me again on Firefox with 7.5.3 :)
@s-bose with Octotree v7.5.3?
Seems like the tag is still available on [GitHub](https://github.com/paragonie/random_compat/releases/tag/v9.99.99) and [Packagist](https://packagist.org/packages/paragonie/random_compat#v9.99.99). There's probably something else wrong in your `composer.json`. /edit: the error message even mentions the `v9.99.99` as not applicable,...