juur
juur
It would be helpful to allow `oauthlib.oauth2.WebApplicationClient` to support supplementary response_types in addition to code. For example, for Azure a response_type=id_token+code returns an additional id_token in the Access Token response,...
Based on the answer to this: https://stackoverflow.com/questions/67938278 I thought it might be useful in certain situations to be able to adjust the hard coded 1024 value.
Currently raising a werkzeug HttpException exception, e.g. BadRequest(description=""), results in a JSON object returned omitting the description field, versus the non-smorest scenario where the body of the text/html response includes...
Hi, I think there is an issue when the JVM has a different TZ to the database. The code around here: https://github.com/j256/ormlite-core/blob/master/src/main/java/com/j256/ormlite/field/types/BaseDateType.java#L55 is silent on the Locale/TimeZone/Calendar. The JRE defaults...
It would be useful to be able to somehow pass SQL functions to the Where clause, for example: `.where().eq("password", new AesEncryptFunction("salt"))` This being translated into SQL: `WHERE password = AES_ENCRYPT(password,"salt")`...
#### Summary Content "Push dies_into hardcoded C++ feature into JSON" #### Purpose of change There is a hardcoded dies_into mapping, used by map::rad_scorch. This patch attempts to push this into...
#### Summary Content "Add earthworms to the game, as a food source" #### Purpose of change Earthworms are quite [nutritious](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10217592/). so would be good to have them in the game....
I have a simple CRUD class (based on `flask.views.MethodView`). The Schema class is based on `marshmallow_sqlalchemy.SQLAlchemyAutoSchema`. ```python @_bp.arguments(AccountGroupModelSchema) @_bp.response(200, AccountGroupModelSchema) def patch(self, updated, account_group_id): """Update an existing object.""" item =...
#### Summary Content "Minor changes and additional items to allow progression into bronze age." #### Purpose of change Currently, without using iron/steel, progression gets as far as bronze anvil. This...
**Is your feature request related to a problem? Please describe.** I tried to download the SRPM for a release but cannot find it, neither via the cli nor from the...