Jaime R Calzada

Results 9 issues of Jaime R Calzada

The only way to download attachments as of 0.9.43 is to right click and save as individually. Having a multiselect tool for attachment downloads would be very useful.

✨ Type: Enhancement
🔦 Type: Feature
👋 For : Community or Good First Issue
🍰 Scope : Column

I have made an attempt to try to replicate the core functionality of numpy's [meshgrid](https://numpy.org/doc/stable/reference/generated/numpy.meshgrid.html) function, using ndarray. My attempt, which seems to be yielding identical results to the numpy...

enhancement

Add support for [PEP518](https://peps.python.org/pep-0518/) while fixing https://github.com/dengwirda/inpoly-python/pull/12 along the way.

The current [setup.py](https://github.com/dengwirda/jigsaw-python/blob/master/setup.py#L8C11-L8C11) in jigsaw-python uses the module `packaging` without declaring it as a dependency. This breaks installation of jigsaw-python using [poetry](https://python-poetry.org/). The introduction of a pyproject.toml fixes this ([PEP...

Hello! While trying to use `bundled_proj` feature, when doing `cargo build` I get: ``` error: failed to run custom build command for `proj-sys v0.23.2` Caused by: process didn't exit successfully:...

Please use this issue tracker to post "quick" questions about pyschism. --- For bug reports please open a new issue.

The commit reference is: 6f1dd9626f57cdc0a5b306f5975ba4ce0d7a5a29 When compiling with gfortran 11.2.0 we get the error: ``` ../../../src/xbeachlibrary/mnemoniciso.F90:13:52: 13 | character(kind=c_char, len=maxnamelen) :: name ! 'v','ve', ..... | 1 Error: Component 'name'...

I am trying to replicate this: https://stackoverflow.com/a/56375007/7432462 Assuming we already have converted the geo_types::Polygon into a single path, as described in the referenced link, how do we use the gnuplot...

### Steps to Reproduce Add matplotlib to your dependencies, try to use TkAgg: ```python import matplotlib matplotlib.use("TkAgg") ``` OR ```python import matplotlib.pyplot as plt plt.plot([0], [0]) plt.show() ``` ### Expected...