Results 90 issues of l0rinc

I.e. can it handle the case that Byte Buddy can't yet (see: https://github.com/raphw/byte-buddy/issues/375), when constructors throw exceptions?

You can do the same now with: ``` localStorage.setItem('ps-embeddable-player-settings', JSON.stringify({ ...JSON.parse(localStorage.getItem('ps-embeddable-player-settings')), playbackSpeed: 3 })) ```

Thank you for gathering all of these resources. Although not as robust as any of these professional plates, I've put together a guide to create your own seed plate using...

Split out the additional tests from the base58 optimization PR as suggested https://github.com/bitcoin/bitcoin/pull/29473#discussion_r1526210147

Tests

See: * https://github.com/knuddelsgmbh/jtokkit/blob/main/lib/src/test/resources/cl100k_base_encodings.csv * https://github.com/knuddelsgmbh/jtokkit/blob/main/lib/src/test/resources/p50k_base_encodings.csv * https://github.com/knuddelsgmbh/jtokkit/blob/main/lib/src/test/resources/r50k_base_encodings.csv To make it simpler and smarter to input the parameters, instead of the CSV inputs I've pushed them as code. I've split out...

Continuing the optimizations started in https://github.com/openai/tiktoken/pull/237 and https://github.com/openai/tiktoken/pull/234, migrated from https://github.com/knuddelsgmbh/jtokkit/pull/75, https://github.com/knuddelsgmbh/jtokkit/pull/76, https://github.com/knuddelsgmbh/jtokkit/pull/77. This commit is mainly meant to address the issue of really big tokens spiraling out of control,...

Fixes the crash in https://github.com/openai/tiktoken/issues/245 by prohibiting the regex engine from backtracking catastrophically via [possessive quantifiers](https://www.regular-expressions.info/possessive.html). Interestingly these possesives make the encoding a lot faster again in `fancy-regex`. Before this...

`drive.mount(google_drive_mount_path)` gives `Error: credential propagation was unsuccessful` if I select a different account than the one from google colab. The auth is successful, I even get an email `Google Drive...

I don't want anything else besides what I've provided in the input/response - is this not the way to do it?