Robert Rosca

Results 22 issues of Robert Rosca

SQLAlchemy changes in versions greater than 1.4.35 break relationships and break even the examples in the docs, the latest working version seems to be 1.4.35. This has been the cause...

Issue #370 is a common usecase and there have been a few other questions about how to implement `created_at` or `updated_at` timestamps in rows. This PR adds examples to the...

docs
investigate

I was interested in this package and when trying to install via `pipx` noticed that none of the dependencies were installed due to #17 (fixed by #30). Also the requirements...

If the permissions for the `resources` directory do not allow the owner to write into it (e.g. as is the case in some directories using ACL, or if `site-packages` is...

needs-info

As suggested in the issue #835 this PR adds in a poetry buildpack. This is heavily based on the implementation of the Pipenv buildpack, since they're pretty similar anyway. I've...

new
buildpack

Hi, I recently made [a repository](https://github.com/European-XFEL-examples/jsr-operation-xgm-euxfel-paper) that runs on Binder and installs a python environment via Poetry, and I'm considering writing a buildpack for Poetry and doing a PR. To...

### Problem - The main project and all plugins have `pyproject.toml`, `setup.py`, and `setup.cfg` to define various installation options, splitting up where options/dependencies can be configured - Development install instructions,...

enhancement

### Which docs page should be improved? https://wiki.dendron.so/notes/f3a41725-c5e5-4851-a6ed-5f541054d409/ ### Which area does your issue apply to? - [ ] Basics: Fundamental Dendron features, installation, getting started etc. - [ ]...

Hey, I'm a member of the Data Analysis team at European XFEL and for a while we've been thinking of using a tool called Spack to manage the software environments...

I have a similar use-case to https://github.com/pypa/hatch/issues/233, but adding the project directory to a user level configuration would mean that other developers/users would need to do the same to get...