Bo

Results 173 issues of Bo

This pull request includes a - [x] Bug fix - [ ] New feature - [ ] Translation The following changes were made This patch was proposed by @atsawin in...

Machina has a gulf-based system that builds and deploys fontawsome 5. My website uses fontawsome 6.4 and does not really need two sets of fonts. How can I stop Machina...

We use the same api key for multiple testing environments (unit tests, frontend tests etc). Some tests generate a large number of fake customers and events and only relevant events...

question

I have a docker-compose based development environment with ``` services: django: postgres: stripe: command: listen --forward-to http://django:8000/stripe/webhook ``` When the user uses stripe to make a payment, an event is...

Installed vscode jupyterhub extension, connected to our jupyterhub server, created a jupyter notebook with sos kernel. Unfornately, the kernel does seem to work correctly. Note that sos notebook could be...

enhancement
request

Currently the nbconvert process will use a `hl-sos` class, which is not defined and have no effect on all syntaxed highlighted code.

A lot of to do here.

One of the problems with sos if that sos is built on top of python so there is a high probability of name clash. For example, users could accidentally define...

Currently for each "cluster" we define a `task_template` with a template for SLURM, PBS etc. The way to specify alternative `task_template` is through the definition of another "cluster". E.g. ```yaml...

Suppose `hpc` is the headnode of a PBS-based cluster, ``` sos run -r hpc -q hpc ``` will cause sos to 1. `-r hpc` willl execute the entire workflow on...