-
Are the new .NET 6 `DateOnly` and `TimeOnly` types supported?
(And if not, are there plans to support them?)
-
Currently, cquery supports only one workspace folder, while Language Server Protocol has been updated to support multiple workspace folders. Can cquery follow this update?
-
We've had some iptables/nftables duality for a while now, and it seems we should focus on a single one. Since `nftables` has been around and the default for 3 releases already (Debian 10 through 12), …
-
Outlined a few mods and suggestions for fish food
Alex's Caves
Trilocaris - Pine Nuts (Alex's Caves)
Radgill - Spelunkie (Alex's Caves)
Lanternfish - Cooked Mussel (Alex's Caves)
Tripodfish - …
-
If I add an equals override with a @javax.annotation.Nullable annotation (from com.google.code.findbugs:jsr305), I get an NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION
"M D NP: Method TestObject.equals(O…
-
Consider this code:
``` crystal
class Foo
def bar(x, y)
x + y
end
end
foo = Foo.new
if foo.responds_to?(:bar) # => true
foo.bar(1) # Compile-time error!
end
# However...
foo.responds_to?(…
-
It's not too uncommon for type computations to be determined by the size of arrays. One case is ForwardDiff chunksize computations. Another are the algorithm defaults in DifferentialEquations.jl. Whil…
-
From:
```php
public ?MediaUploadDto $coverImage;
```
`MediaUploadDto` is a Laravel-Data class.
All `?string, ?int, ?etc.` cases are "or null", even collections:
```php
#[DataCollect…
-
### Use case
Installing multiple templates from which each Telegraf configuration is needed in the same data source.
Example:
User has a K8s-centric infrastructure. They want to run Telegra…
-
Hi,
I have build a test showing that checks the creation of links when wired and wireless links are mixed. In this test, the topology has only two nodes: src and tgt.
* The first test creates a wi…