Nick Burns
Nick Burns
Raising instead of returning the original value is much safer and gives users the ability to know when the arg passed to `desc` is not handled, instead of silently ignoring...
Found this strange behavior: Descending (note the lack of a DESC in the output: ``` ipdb> select(t for t in ReplyTemplate).order_by(desc(lambda t: t.id)).get_sql() 'SELECT DISTINCT `t-1`.`id`, `t-1`.`enabled`, `t-1`.`company`, `t-1`.`kind`, `t-1`.`created_by`,...
https://docs.ponyorm.org/api_reference.html?highlight=before_update#cmdoption-arg-default It would be nice to have the ability to set the default value of an attribute based on an individual model. It looks like when `default` is a callable...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/keto/blob/master/CODE_OF_CONDUCT.md). -...
Tried building a ruby script and got the following error: ``` ruby-wasm build /Users/nburns/notion/app/models/date_generator/schedule_date_generator.rb /usr/local/lib/ruby/gems/2.3.0/gems/wasm-0.0.2/bin/ruby-wasm:40:in ``': No such file or directory - mrbc (Errno::ENOENT) from /usr/local/lib/ruby/gems/2.3.0/gems/wasm-0.0.2/bin/ruby-wasm:40:in `build' from /usr/local/lib/ruby/gems/2.3.0/gems/wasm-0.0.2/bin/ruby-wasm:136:in `'...
### Describe the bug Cookie values after a double quote `"` are not parsed. All subsequent cookies in the request are silently dropped. ### To Reproduce 1. setup the following...
### Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'd like to...
Have you had any luck in trying to decode the rest of the file? I gave it a shot in python and was unable to get anything useful. It would...
**Describe the bug** Pylyzer fails to parse f strings with other strings inside them **Reproducible Code** `pylyzer -c 'print(f"{"hello"}")'` **Expected behavior** No error since this is valid python **Screenshots** If...
fixes issues with POP_JUMP_IF_NONE, and POP_JUMP_IF_NOT_NONE that happen in python 3.12: - https://github.com/ponyorm/pony/issues/702 - https://github.com/ponyorm/pony/issues/725 previously when queries contain `if _ is None` or `if _ is not None` a...