Jan Buchar

Results 132 issues of Jan Buchar

With Flask-SQLAlchemy 2.4.0, SQLAlchemy 1.3.3 and pytest-flask-sqlalchemy 1.0.2, I sometimes (non-deterministically) got `DetachedInstanceError` because the session instantiated in the `flask_sqlalchemy.SQLAlchemy` extension already terminated the session (https://github.com/pallets/flask-sqlalchemy/blob/master/flask_sqlalchemy/__init__.py#L849). Adding something like this...

When I pass `http://localhost:6000/` as the value to a URLType field, I get a validation error that says "Not a well-formed URL". I have use cases where I need to...

When a form with class `ajax` is submitted via XHR, the POST request contains the submit button that was used to submit the form, which is the correct behavior. When...

I installed continuum by cloning it and then adding `run-shell ~/.tmux/plugins/tmux-continuum/continuum.tmux` to my config file. Resurrect works fine, but continuum doesn't seem to be doing anything. Also, the `#{continuum_status}` variable...

This uses the newly added restricted crawling contexts to execute request handlers. This allows us to compare browser and http-only request handler runs for a request and switch to http-only...

adhoc
t-tooling
tested

The parent is there for backwards compatibility and it leads to subtle bugs that could be prevented with type checking otherwise.

bug
t-tooling

### Which package is this bug report for? If unsure which one to select, leave blank None ### Issue description Executing the snippet below results in the following error: ```...

bug
t-tooling

it takes ~11s on my machine to process the whole codebase

This takes ~50ms on my machine :exploding_head: - closes #2366 - Replacing spaces with tabs won't be done right here, right now. - eslint and biome are reconciled - ~biome...

adhoc
t-tooling

Is there a way to make url generation for path parameters such as `/blog/:postId` accept only numbers (provided that `postId` should be a number) via typescript? Writing this kind of...