Hiran Wijesinghe
Hiran Wijesinghe
A keyboard shortcut to pause/unpause (or start/stop) the timer instead of having to go to the menubar would be a nice addition.
* patch_metadata uses a http patch request with application/json-patch+json content type * merge_metadata can be triggered with a http patch request and application/merge-patch+json * update_metadata uses a similar approach to...
https://github.com/bluesky/tiled/pull/688 depends on these changes
Importing curio in python 3.12 results in the following error: ```pytb In [1]: import curio --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[1], line 1 ----> 1 import curio...
This PR addresses #1681. - [x] Add RedisPersistentDict to utils - [ ] Write tests - [ ] Update documentation
This patch adds a wrapper around start_supervisor.sh that configures the loopback interface on macOS (allowing native installation of the tutorial on macOS). This is an alternative to the approach in...
After following the [installation instructions](https://github.com/bluesky/tutorials/blob/246641d712b7b6be3edb03e205818aa65669a5f7/INSTALLATION.md) on macOS, running `supervisor/start_supervisor.sh status` shows the following output: ```sh decay BACKOFF Exited too quickly (process log may have details) mini_beamline BACKOFF Exited too quickly...
Fixes #9270 - [x] Append `.git` to target when cloned with `--bare` option - [ ] Write test case
### Describe the bug Currently `gh` fails to configure bare repositories after cloning because it is looking for a directory named `` rather than `.git`. ### Steps to reproduce the...
### Bug Description Favicons are resizable, and this tends to happen by mistake when attempting to reorder tabs by dragging (see screen recording). ### Relevant Screenshot https://github.com/user-attachments/assets/3f1e8836-f393-4e63-bc54-cd06d5022854 ### To Reproduce...