Róbert Papp
Róbert Papp
Note, there might be a better workaround than toolchains: https://github.com/cashapp/paparazzi/pull/1030/files Re `sessionParamsBuilder`, https://github.com/cashapp/paparazzi/issues/486 looks related, but not necessarily the same problem. If that doesn't help, please consider opening a separate...
+1 e.g. Tampermonkey and Stylish have "Allow access to file URLs" checkbox on the Extensions page.
So it seems both of these workarounds are actually forcing the users to create a different schema than before, in a way that it actually validates different JSONs. For example...
Way better @pwall567, now the generated code is usable, thank you! I wrote a quick script to test it (`kotlinc -script generate.main.kts`, note `.main.kts` ending is really important!): ```kotlin @file:DependsOn("net.pwall.json:json-kotlin-schema-codegen:0.88")...
I'm also having a problem with this: `class default PublishedVisible` doesn't work: ``` Unable to render rich display Parse error on line 62: ...pi Declaring class default PublishedVis ----------------------^ Expecting...
@ebelinski before you merge, please review if the referred Google docs are still saying what this PR is saying, since January things might've changed...
Related https://github.com/ebelinski/apilevels/pull/33
What is your use case? I don't think this website's data is useful for anything other than humans :) In code you would simply use https://developer.android.com/reference/kotlin/android/os/Build.VERSION_CODES, for an example look...
Nice research in edits, @UweTrottmann! I was also having a similar issue, and it seems `remove_diacritics=2` is [not supported below 30](https://stackoverflow.com/a/77337296/253468). > so probably works on all versions supported by...
Good old soft keywords, nice one! Highlighting in IDE helps though.