Logan Kulinski
Results
2
issues of
Logan Kulinski
### Expected Behavior When creating beans to be used with `@RequestBean`, I expected to be able to apply annotations like `@PathVariable` to my Java record components without issue. I assumed...
Hello. I am experimenting with Cassiopeia and found a potential bug with `get_account`: ``` import os import cassiopeia as cass from fastapi import FastAPI api_key = os.environ.get('RIOT_API_KEY') cass.set_riot_api_key(api_key) app =...