Wolf Vollprecht
Wolf Vollprecht
In conda-build, one can do split packages by specifying a "files" field. In the files field, one can have a list of "globs" to include into the package. However, there...
This seems to be quite heavily used in conda-forge.
Hi, I was wondering if it makes sense to use an implementation for the python builtins that's actually implemented in python. For example, pypy has the following https://bitbucket.org/pypy/pypy/src/35c27789e35368ac3ebefedd83af0829d2cf89d4/pypy/module/__builtin__/ Brython similarly...
Hi, webviz is really cool! We've been trying to build a jupyterlab extension for it and it works quite well (you can `pip install jupyterlab-webviz` to get it). However, it...
I am trying to write a small helper to find the background / foreground colors of a terminal. I can get hexadecimal values by asking `echo "\e]11;?\a"` I tried to...
https://github.com/arun11299/cpp-subprocess/blob/718d0c816a47f5a0d2efb48b9d0ed34c7e255acb/subprocess.hpp#L216 The three functions there need an inline statement to not produce linker errors. Cheers!
We could (globally) fix the problem with `add_definitions(-D__STDC_FORMAT_MACROS)` by adding it to our catkin patches so that it's set for all builds involving catkin under Linux.
Add ecl
I am wondering about some ideas for `build-locally.py`: - I think it would be nice if we can keep the docker container around, so that if we restart a build...
This is a preliminary PR to add handling for `boa` recipes. It didn't require many changes since we are duck-typing the relevant `MetaData` class in `boa` anyways. Variant handling is...