d-enk

Results 56 comments of d-enk

`soft` flag includes checking whether `TO` type (not `interface`) can be in `FROM` interface looks like a very rare case, but still happens in case of `As` you can rely...

This is standard behavior for most system monitors, Gnome System Monitor like example This is the main function to find a process Every time I come across this...

Tried with 1.25.15 and v1.28.7 Everything is okay Need more info

This is a problem specific for unix socket By address it works great

same problem v1.1.27 with default settings php -v ``` PHP 8.2.12 (cli) (built: Oct 24 2023 19:22:16) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.12, Copyright (c) Zend Technologies...

Its reproduced when file include class ```php

@driade As in my previous reproducer, add `class C {}` to file ```php

> In addition, the @cast supports [+|-] syntax. That's what I needed, thank you, I completely forgot that there is a `[+|-] syntax`

```bash yq eval-all '. as $item ireduce ({}; . * $item)' empty.yaml comments.yaml ``` ```yaml empty: true # foo head comment foo: 1 # foo line comment # bar head...

yeap, `Lua.typeFormat.config.format_line: "false"` disables this, thank