Balbir Thomas

Results 15 issues of Balbir Thomas

# Summary After creating a python virtual environment with `python3 -m venv ` in `~/.vritualenvs` and then invoking `M-x pyvenv-workon ` I find from `M-x elpy-config` that `Virtualenv` is set...

I built a Debian package for Scopy. Please see https://github.com/balbirthomas/scopy/tree/debian. Debian has builtin support for packaging CMake software, using the ```--buildsystem=cmake``` option of ```debhelper(7)``` ( see [```debian/rules```](https://github.com/balbirthomas/scopy/commit/44264f80f8b56aefe1e1e78b31a9d125ad70065f#diff-d2b2229a977ef7e99780f2207c29b503) file). However when...

## Issue It will be useful if the docstrings of `event.defer()` explicitly emphasise - That `event.defer()` should not be used to order or sequence the execution of a charms event...

## Use Case The Prometheus charm provides a library with Provider and Consumer objects. Prometheus itself is a consumer, hence its `metadata.yaml` has a `requires` clause. In order to write...

enhancement
harness

# Use Case The operator framework and Juju provide a useful set of application lifecycle events that charms use in managing their application states. These pre-defined events satisfy most of...

enhancement
🆕 interface
k8s

# Introduction In developing Observability charms it has been noted that a common use case is to gather the current list of IP address of the peers in a charm....

needs design
investigate

Trying to `M-x package-install ein` results in the following error ``` package--with-response-buffer-1: https://melpa.org/packages/with-editor-20200720.2014.tar: Not found ``` - Emacs version : 28.2 - Platform : Debian/GNU Linux v12 (Bookworm)

After installing R torch loading the library (`library(torch)`) results in the following message requesting to install additional software even though all the dependencies (listed in `DESCRIPTION`) were already present ```...

Hi, Is it possible to support LaTeX preview for [emacs-ipython-notebooks](https://github.com/millejoh/emacs-ipython-notebook) in markdown cells, using Texfrag. regards

This issue was observed on Sage 9.0 (packaged for Ubuntu 20.04), using the latest git master branch of `ob-sagemath`. If a sage plot command block is written as in ```...