-
**Describe the bug**
if `oidcclaimsquery` get a jwt token that doesn't have `sub` for any reason it will fail to cast `nil` to string.
https://github.com/zalando/skipper/blob/00ff74258194a4292e3…
-
## Feature Description
Is there a way to force the timezone in a file? I am selecting out of Snowflake into Parquet (and I have tried jsonlines as well) and it always outputs the time in UTC. The log…
-
## Description
There are several places in current tests where expected values are in different types than those defined in the `ConfigService.get()` method.
### Solution:
Identify all places wh…
-
**Describe the bug**
The current implementation uses an unsafe type casting for the Deno KV client, which could lead to type-safety issues and potential runtime errors.
**To Reproduce**
1. Initia…
-
I am playing classic sod.
I want to down rank spells for mana efficiency.
So I want to use the druid spell "Rejuvenation(Rank 4)" which is spell id 2090.
If I enter 2090 in click castings as a sp…
-
### Description
When doing `$obj + 123`, `$obj` shouldn't be treated by PHP as a string when `$obj` is a numeric representation.
Adding the magic casting method `__toscalar` is handy for solving thi…
-
For example in `optimizers.py`
```python
def get_weights(stretched_component_gram_matrix, linear_coefficient, lower_bound, upper_bound):
"""Finds the weights of stretched component signals …
-
It would be useful if `asInstanceOf` inferred from the expected type.
The workaround is:
```scala
def cast[A](x: Any): A = x.asInstanceOf[A] // NB can infer Nothing and throw ClassCastException…
-
There are a couple of lighting bugs in the HL2 anniversary update.
In d1_trainstation_03, in the room where the apartment raid begins, the light_spot above the citizen is being blocked from castin…
-
### Is your feature request related to a problem?
Casting Bytes into a String in SQL queries will help in the final step of converting a string back into its original format when using the `encoding:…