Philipp Matthias Schäfer
Philipp Matthias Schäfer
How would I define a column, so that eve handles it like a field of type 'media'? If I use `sqlalchemy.sql.sqltypes.LargeBinary` eve tries to interpret the data as a utf-8...
Unless I missed something, CB expects to be hosted on a root path of some (sub)domain. I found no configuration option for setting a base path, and when embedded as...
Based on #41, I created this patch for Graphiti 0.13.0 and thus Neon support. However, the code, as patched, won't build against Graphiti 0.11.4 anymore.
I would like to be able between multiple versions of a lesson (similar to instructor mode), where the versions differ in parts of the contents of some (or all) of...
I managed to switch from AWT to SWT embedding on Windows. This however broke the Linux Version. With the arguments for `XSystemChildFactory#createSystemChild(...)` in `LocalOfficeConnection#getOfficeFrame(Composite)` set correctly - `container.embeddedHandle` instead of...
Though we generally type all code while teaching, I would have find it useful recently, while preparing to teach a lesson, to be able to copy a code block easily....
Newer version of venv create a `.gitignore` file in the environment directory, if invoked via CLI (see https://github.com/python/cpython/pull/108125). Therefore the directory will not show up in `git status` after creation...
An accompanying patch (https://github.com/carpentries/varnish/pull/159) for varnish adds a click listener to those buttons that puts the code blocks’ contents into the clipboard. The overall intention is to resolve https://github.com/carpentries/workbench/issues/58.
Given that this is a library for low level programming, it should probably provide a `no_std` version. I will add (preferably with everyones help) a list what we have to...