Skye Im
Skye Im
# Bug Report ## Description When you throw `AssertionFailedError` inside a `FoldableResponseInterceptor`, you get a `ClassCastException` at `SuspendableRequest.kt:58`. This is because `org.opentest4j:AssertionFailedError` extends `AssertionError` extends `Error` extends `Throwable`, while `FuelError`...
Markdown that doesn't accept inline HTML is a common use-case for comments and as a quick way to sanitize input. A contrib renderer that renders HTML while escaping inline HTML...
We are currently using open telemetry with the OTLP exporter. We get these sort of errors while batch-exporting: ``` OpenTelemetry trace error occurred. Exporter otlp encountered the following error(s): the...
**Describe the bug** Alembic cannot consume database URIs that contain special characters. **Expected behavior** Expected behavior is either a nice error message, or preferably consuming the database URI string without...
The `rm` command line utility does not exist on Windows, so all scripts that require "clean" fail on Windows.
If I declare a data class with optional parameters like such: ``` kotlin data class classWithOptional(val id: Int, val uploadLink: String?, val uploaded: Boolean) ``` And I have a JSON...
Bug: Ray3-Sphere intersect tests had the exact same result as Line3-Sphere intersects. QoL: Comparing any geometric shape with None now returns False
Updated command line usability. * Use `--to-kanim/-k` and `--to-scml/-S` flags. * Supports non-Windows paths (before would choke & die in Linux-y environments due to hardcoded backslash) * Can specify paths...
~~This is a draft that I will hopefully keep working on.~~ I added a "header_rows" option that simply sets the color of the row to a preset if it is...