gschwind

Results 22 issues of gschwind

Hello, I tryed to install Jumpdrive belong another linux distribution on my pinephone. To achieve this I build my own u-boot with crust PSC enable. You can find the u-boot...

Hello, I try to build some code using xtensor-blas but I get compilation errors. First I have to add an end-of-line to the last line of gemm.tcc, see error log...

# Overview This patch series include many change to have a even better handle of sub-process. The patch series include: - Change the management of end-points, now the service provide...

# Description The CORS protocol [1] is needed to support request from web browser from cross-origin fetch, i.e. fetch from different domain name. As instance a javascript from domain1.com that...

# Description ComplexInput._json_data encode geojson to json using CDATA, but it's unsafe since geojson may use "]]>" inside string or key and CDATA forbid this. # Environment - operating system:...

# Description When a request use RawDataOutput and the handler function generate an exception, the result is an empty response. The OGC standard state: > In the most primitive case,...

bug

Hello, I did an unofficial overlay for gentoo. currently build, at less, on my system. this package is a modified version of the official package. I just removed obsolete patch...

# Overview This patch suite implement the #354 with several refactor. I did this patch to simplify and split the previous PR #662 to make review easier. I expect to...

# Overview Try to improve the documentation and the content of default-config.cfg to help users. # Related Issue / Discussion # Additional Information # Contribution Agreement (as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing) -...

# Description The test_dblog.py check the content of the database during the test, running the test_dblog.py will always success because the database will be empty, but if other tests are...