ht37
ht37
Hi I'm working on a POC project for testing Hortonworks AVRO schema registry (https://github.com/hortonworks/registry). and looking for examples, I found this interesting repo. I had to adjust maven to latest...
I found this problem when trying to enable `pyenv`+`poetry` python support on a keras project based on ml-verse image. I wrote a couple of scripts, * [install_ubs-py_pyenv.sh](https://gitlab.com/ub-dems-public/ds-labs/dve-sample-r/-/blob/main/docker/r-images/scripts/base/install_ubs-py_pyenv.sh#L96) * [install_ubs-py_poetry.sh](https://gitlab.com/ub-dems-public/ds-labs/dve-sample-r/-/blob/main/docker/r-images/scripts/base/install_ubs-py_poetry.sh#L43) *...
- moved maven project to subdirectory - moved R-skeleton to top directory - committed ./build.sh to build inst/java//ExtraTree.jar - commit inst/java//ExtraTree.jar
Problem appears after upgrading from Python 3.9 to 3.10 (probably related to `setuptools` upgrade) I'm trying to fix it in my fork. If resolved, I'll propose a pull-request ------------------------------------------------------------------------------------------------------------ With...
In order to include this package in pyenv/poetry (3.10) setup, I've made some changes in build environment - cleanup dependencies: only `six` is required (for `six.string_types`) - fixed `setuptools` problem...
In a poetry project, `rootpath` inclusion as a (default) project dependency, cause inclusion on many (_heavy_) development dependency: ### Source: `pyproject.toml` ```toml [tool.poetry.dependencies] python = "^3.9" rootpath = "*" ```...
It looks like 2nd/3rd level nesting is messing layout, causing horizontal left/right placement inversion. Possible related to: - #1825 - #1443 This example uses nested containers (`frame`) in a component...
With emacs-zmq local build, emacs crashes (SEGV) at module load. It is the same issue reported in #14 The SEGV is raised on the same line: `emacs-zmq.c:286` zmc package: (elpa)...
This note present an alternative approach that can be used to integrate R and Python stacks with a different container layout In this alternative layout, python features are introduced after...