dank-openai
dank-openai
Understood, thanks for the update.
> because clicking on the notification won't do anything This is true, I've experienced this myself. > we should use a crate like notify-rust or winrt-notification I can look into...
I investigated this further. Triggering a notification requires launching a Windows executable such as PowerShell. Notifications cannot be issued directly from WSL. Using PowerShell removes the need to build a...
I don't understand why CI is failing: ``` Check C++ absolute includes..............................................Failed - hook id: check-cpp-absolute-includes - exit code: 1 xls/dslx/cpp_transpiler/cpp_transpiler_test.cc: Found non-absolute includes: path/to/some_types.h path/to/other_types.h /tmp/fake_path.h path/to/some_types.h path/to/other_types.h ```...
> > I don't understand why CI is failing: > > Looks like this was fixed w/ rebasing? (underlying issues w/ `check-cpp-absolute-includes` has been fixed in [62022c1](https://github.com/google/xls/commit/62022c1fe8095e7d31c38f899949639dcf3e7013)) Yes, it was.
> That's awesome! My pleasure! > factoring out the rounding logic will definitly help making `apfloat` more maintainable. I have also found this more broadly useful; I have made use...
Hi, just checking if the team wanted me to rip out the generated tests, or not? I see both of the following, so I'm not sure what the consensus is:...