-
In #132 it was decided to use `nullable` over `not_null` to set column nullability in `create_table`, `add_column` and `alter_column` operations, for example:
```
{
"name": "03_add_column_to_pr…
-
Thanks for a great plugin - we're using it extensively in our [CARP](https://www.carp.dk) platform.
However, we have encountered a [small issue](https://github.com/cph-cachet/carp_studies_app/issue…
-
### Description
After upgrading from dotnet 8 to dotnet 9 our applications don't work anymore. This is because we are using HttpClient generation with NSwag and unknown objects are serialized to `Jso…
-
I am seeing `provider::assert::null` returning false when given a `null` value. Here is a simple example.
```hcl
# main.tf
terraform {
required_providers {
assert = {
source = "ha…
-
Found by code inspection:
With null analysis enabled, we report two warnings in foo(Object) `Null comparison always yields false: The variable o cannot be null at this location` but none in foo(X)…
-
In the web environment, we often get this error:
```
The following TypeErrorImpl was thrown running a test (but after
the test had completed):
Unexpected null value.
When the exception was th…
-
### Issue description
I get a nullness warning with the following:
```
let dispose (x: IDisposable | null) : unit =
match x with
| null -> ()
| d -> d.Dispose()
let useThing (thing: #IDi…
-
-
iI put the render control in the tab but it doesn't show up.
I loaded the 3d data into memory.
but vs report vtkrenderwindow is null.
if i frist show the rendercontrol in the mianform. it runs no…
-
Hi all,
Is there a way to create a dangling funcref using the C API? We can create non-null references by using wasm_func_as_ref, but I don't see any way to create a null funcref.
I'm trying to …