Idan Miara

Results 15 issues of Idan Miara

The latest release on github is `1.8.13.post1`, which is a bit confusing as in pypi there is `1.8.20`, and I see tags also for these releases. Also a bit confusing...

TDynamicDLL can be reused and deserves it own unit. PythonEngine.pas - Move TDynamicDLL to DynamicDll.pas; make GetDllPath virtual to allow override in TPythonInterface.

…/__init__.py; processes, process_descriptor moved to processes/__init__.py; the flask app was moved to app.py app.wsgi added for using via mod_wsgi app_main_page.py - /sys_path, /test added; flask_response function added processes/buffer.py - make...

Now that we have some support for `OGC API - Processes`, Is there an easy way to create an OpenAPI page for a PyWPS service? Something like: https://demo.pygeoapi.io/master/openapi#/ I feel...

Hi, I wanted to point out to 2 alternative implementations of `OrderedSet`. `StableSet` which is based on `dict.keys()` (and is faster for some use cases), and `OrderedSet` which resembles your...

@rouault, @snowman2 and all, As gdal cannot be installed easily on windows using normal pypi without the use of unofficial binary wheels, Would you please estimate the effort and/or budget...

python bindings

I was struggling with finding the best way to convert between fiona CRS and pyproj CRS. I think that the section https://pyproj4.github.io/pyproj/dev/crs_compatibility.html#converting-from-fiona-crs-to-pyproj-crs-crs needs to be updated with regards to https://github.com/Toblerity/Fiona/issues/714...

bug
help wanted
documentation
good-first-issue

Closes https://github.com/Runinho/pytorch-cutpaste/issues/31

Thanks for creating this project! Would you please [add a license file](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository) so your users would know how you allow to use it? Maybe you could consider using [the BSD-style...

**Describe the bug** `dacite.from_dict` fails for a class containing a `NamedTuple` if you also set `cast=[tuple]` in your Config **To Reproduce** The following code runs fine with `dacite==1.7.0` but fails...

bug