Sep Dehpour

Results 24 issues of Sep Dehpour

Hello, Thanks for the awesome library. Any plans to migrate to Psycopg 3?

Hi, I'm getting the following error: ``` go get github.com/qri-io/starpg # golang.org/x/sys/unix ../../../go/src/golang.org/x/sys/unix/mremap.go:42:10: undefined: unsafe.Slice ../../../go/src/golang.org/x/sys/unix/syscall.go:83:16: undefined: unsafe.Slice ../../../go/src/golang.org/x/sys/unix/syscall_linux.go:1018:20: undefined: unsafe.Slice ../../../go/src/golang.org/x/sys/unix/syscall_linux.go:2300:9: undefined: unsafe.Slice ../../../go/src/golang.org/x/sys/unix/syscall_unix.go:118:7: undefined: unsafe.Slice ../../../go/src/golang.org/x/sys/unix/sysvshm_unix.go:33:7: undefined: unsafe.Slice...

Hi @ColdHeat I'm very interested in using Starlark for sandboxing Python. Is there any way you can guide me to get it up and running for Python 3.11? When I...

With the introduction of `threshold_to_diff_deeper`, the values returned are different than in previous versions of DeepDiff. You can still get the older values by setting `threshold_to_diff_deeper=0`. However to signify that...

Hello, First of all, thank you for CleverCSV. I use it mainly as a replacement of Python csv. However, I noticed that Python's csv does a better job at handling...

Hello, Snappy Python can't guess the format for its own compressed output: ```py import io import snappy from snappy import snappy_formats values = b"What is going on?\n" def snappy_compress_file_obj(in_file, out_file):...

### Description Automatic addition of the suffix `Schema` to the object names in `schemas.gen.ts` causes conflicts with `types.gen.ts` In the openapi specs we have: ```json { "WarningAction": { "type": "string",...

bug 🔥
info needed ❓

- Removing deprecated lines from setup.py - Fixes `__slots__` comparison when the attribute doesn't exist. - Relaxing orderly-set reqs

Hello, Seems like patch versions were used for backward incompatible changes. Example: I have the following function that works fine in 0.7.2: ``` def snappy_decompress_stream(in_file, out_file): decompress_func, read_chunk = snappy_formats.get_decompress_function(snappy_formats.DEFAULT_FORMAT,...