Davide Canton

Results 4 issues of Davide Canton

### Problem description Sorry if this is a duplicate, but I did not find anything related by searching in the issue tracker. Is there any plan regarding supporting simple aggregations...

enhancement
accepted
P-low
A-ops

Currently, a string enum cannot be used as the key of an object. ```py from enum import Enum, StrEnum from jsonschema_rs import is_valid schema = { "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": False,...

Type: Enhancement

### Description In a simple repository, right clicking on a branch and choosing "Compare with HEAD", an error notification appears with the message ``` Element with id gitlens://viewnode/results-commits/branch-status-direction/behind/comparison/HEAD+master+16 is already...

bug
support-triaged

Hi, thanks for your great tutorial. I have some suggestions (already implemented in my version of the code, that you can find [here](https://github.com/DavideCanton/crabcan)). The child process env is not initialized...