Dan

Results 9 issues of Dan

Hi there, I'd like to be able to add the raw message templates to the json payload in addition to the formatted message. For example, given this log: ```js logger.info('hello...

It looks like the source generator doesn't work for nested classes. ### works as expected ```csharp [GenerateOneOf] public partial class Result : OneOfBase {} ``` ### does not work ```csharp...

**This is pretty much just in idea/draft/gathering requirements stage.** It would be cool if we could configure queries such that when they are executed, they actually call an Azure or...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Using **any** custom tag helper breaks dotnet watch hot reload...

area-commandlinetools
:heavy_check_mark: Resolution: Fixed
feature-dotnetwatch
feature-hot-reload

Installing the latest version of the Helm chart without overriding the image tag results in the following error: > Failed to pull image "quay.io/sighup/permission-manager:1.9.0": rpc error: code = NotFound desc...

### What happened? When trying to uninstall or update HTTPie Desktop 2022.13.0 on Windows 10 the installer blocks itself while trying to uninstall the app. ![image](https://user-images.githubusercontent.com/1156637/218099385-144d9e52-0cb8-4934-b8fa-cebb3ea70b14.png) Is there a way...

bug

It looks like the today button doesn't do anything; see https://flowbite.com/docs/plugins/datepicker/#action-buttons I've tried Chrome and Firefox on Win 10, neither works.

When using the standalone js import, the `todayHighlight` rendering (class?) is broken after selecting any other date: ![image](https://user-images.githubusercontent.com/1156637/201753605-451e7b67-7e71-434e-a7cd-b2458800420c.png) ![image](https://user-images.githubusercontent.com/1156637/201753630-fbc2fcf5-7ed6-4a1d-b3ab-f2daf3d62f35.png) Here's how I'm using the plugin: ```js import { Alpine }...

Excluding files results in a warning, which causes the build to fail with strict mode. Please change the log level to info. Example: ```yaml plugins: - git-committers: # ... exclude:...