-
**Describe the issue**
CallabelStatement.registerOutParameter for Types.OTHER/Types.STRUCT does not work.
Results in the following exception
> org.postgresql.util.PSQLException: A CallableStatement…
-
The following code results false:
```c#
using NetArchTest.Rules;
var result = Types.InCurrentDomain()
.That()
.HaveNameStartingWith("MyClass")
…
-
"bun": "1.1.36"
"typescript": "^5.7.2"
"sst": "3.3.28",
Running `tsc --pretty` results in the following type error.
```sh
.sst/platform/src/components/aws/function.ts:1946:23 - error TS2345…
-
### Describe the feature
We should have a collection of linter rules to help write CDK apps. There are common mistakes that are hard to prevent at runtime, and require static source analysis.
Ex…
-
I'm trying to use the library to do msgpack, I'm using Conan. I'm getting a compiler error that a static assertion is failing. Here's the error message:
```
In file included from /home/user/.conan…
-
I'm expecting to see `C2&B` in L39
https://psalm.dev/r/741c0756dd
-
Instance template parameters should not be made available to static methods – this was a flaw in my implementation, now fixed. If/when generics are available at the language level this can be re-evalu…
-
Version 7.0.0 of `fast_float` [has just been released](https://github.com/fastfloat/fast_float/releases/tag/v7.0.0).
One major change is that [`char_format` is no longer an `enum`](https://github.c…
-
# Crash report
### What happened?
I haven't seen this before, but I don't think it's new. Rather, I suspect it's a very uncommon race in interpreter finalization. It *might* also be specific t…
-
While wrapping a C++ type that provides operator+ breaks the REPL in a very unexpected manner. For example using the `?` to get the help of a entity, the wrapped operator is selected by the multiple-d…