DJ4ddi

Results 9 comments of DJ4ddi

Something I'd like to note (and this is in no way meant as a jab toward the developers): This is the 3rd issue (plus a few Discord messages) regarding duplicate...

The liturgy "Obsession" was removed from the master list (presumably because it already exists as [LITURGY_104](https://github.com/elyukai/optolith-data/blob/060d34fbfe7ac73263db71be763519dcee861f05/Data/de-DE/LiturgicalChants.yaml#L1844)), leaving the id [LITURGY_217](https://github.com/elyukai/optolith-data/blob/060d34fbfe7ac73263db71be763519dcee861f05/Data/de-DE/LiturgicalChants.yaml#L3840) unused. However, the [enhancements](https://github.com/elyukai/optolith-data/blob/060d34fbfe7ac73263db71be763519dcee861f05/Data/de-DE/LiturgicalChantEnhancements.yaml#L4095) for it are still there and...

104 has its own enhancements which are identical to 217 (except for the source).

Seeing the same issue in a similar pipeline with .NET 4.7.2 (AI 2.19.0). In my case, I'm using a telemetry initializer to set the success property of `RequestTelemetry` items to...

We're seeing the same symptoms running complex requests with the `deepseek-coder:6.7b` model. Simple queries work fine, but complex queries can get stuck using 100% of a single CPU core (which...

Quick fix: Open `_client.py` and replace the last line with: ```py path = split.path or '' return f'{scheme}://{host}:{port}{path}' ```

> @aaclayton Not repro on my side. I can see that calls to deactivate layers might be avoided, but in the worst case, there is just one refresh per token...

For example, the value I'm looking for is `2024-02-15T14:03:16.3869022Z`. This is what the property window displays: ![grafik](https://github.com/microsoft/AzureStorageExplorer/assets/1696102/e2f1f9b7-8ff4-4f22-a5bd-87942410a2b9) This is what "Manage versions" displays: ![grafik](https://github.com/microsoft/AzureStorageExplorer/assets/1696102/e4ff7023-82b8-460a-a2dc-3c9954d5fda0)

We heavily use blob versions throughout multiple webservices in our pipeline. When developing new features or debugging customer issues, we need to reproduce the behavior for a specific version by...