PyHedgehog

Results 65 issues of PyHedgehog

**Describe the bug** Edit view embedded in other edit view (directly or not — i.e. via Feed or LSL) leads to incorrect POSTs. **To Reproduce** Steps to reproduce the behavior:...

bug

In python3.11 `inspect.getargspec` removed at last (after deprecation in 3.0). Proposed fix: ```python try: from inspect import getargspec except ImportError: from inspect import getfullargspec def getargspec(f): return tuple(getfullargspec(f))[:4] ```

### Checklist - [X] I believe the idea is awesome and would benefit the framework - [X] I have searched in the issue tracker for similar requests, including closed ones...

enhancement

## Expected Behavior Skip of linked (by foreign key) "remote" table in skipped schema. ## Current Behavior ```console DEBUG - Adding foreign key constraint 'hidden_local_table_foreign_key_name' to hidden_schema.hidden_local_table DEBUG - Creating...

It would be good to take advantage of `docker context`. Related issue in "sync" library: docker/docker-py#2616

sprint:pyconus2024

Right now if (saltcorn) plugin requires (directly or indirectly), for example `require("@saltcorn/db-common/internal")` it raises `Error: Cannot find ./internal in plugin @saltcorn/db-common`, but in node code outsize `live-plugin-manager`'s vm it works....

enhancement

### Actual result ```javascript > require('ldapjs').parseDN('cn=проба,ou=пера,dc=example,dc=com').toString() 'cn=\\d0\\bf\\d1\\80\\d0\\be\\d0\\b1\\d0\\b0,ou=\\d0\\bf\\d0\\b5\\d1\\80\\d0\\b0,dc=example,dc=com' ``` ### Expected result ```javascript > require('ldapjs').parseDN('cn=проба,ou=пера,dc=example,dc=com').toString() 'cn=проба,ou=пера,dc=example,dc=com' ``` ## In wild life At least microsoft AD supports (and returns) utf8 DNs.

## What is this Python project? "Python Module of the Week" is a series of articles written by [Doug Hellmann](https://doughellmann.com/). ## What's the difference between this Python project and similar...

Please add support for importing modules (at least from `~/.jq` by default).