Willian Wang

Results 12 issues of Willian Wang

It would be nice if the macro `@reaction_network` could infer the parameters and the chemical species directly from the model without the need to declare the parameters after `end`.

- [x] closes #55245 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [x] Added [type annotations](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#type-hints)...

Regression
Needs Review
Stale

It fixes Nvidia suspension for laptops. https://linrunner.de/tlp/settings/audio.html#sound-power-save-on-ac-bat

Update: The issue seems to be the laptop's nvidia card, which never suspends when using tuned. When using PPD, `/sys/bus/pci/devices/0000:01:00.0/power/runtime_status` will report the card as suspended just seconds after boot....

Probably related: https://github.com/aircrack-ng/rtl8812au/issues/280 Tested in both managed and monitor mode with airodump, right antenna is almost useless in RX. I also tried https://github.com/morrownr/8812au-20210820 (without monitor mode because it doesnt support...

**Motivation** Take the field `ka.req.pod.containers.image.repository` from the k8s_audit source, there a lot of important rules based on this field but the only way to create exceptions is to hard-code the...

kind/feature

k8saudit-eks doesn't seem to include the latest version of the shared aws lib. It doesn't include https://github.com/falcosecurity/plugins/pull/899 specifically. https://github.com/falcosecurity/plugins/blob/main/plugins/k8saudit-eks/go.mod#L8 https://github.com/falcosecurity/plugins/tree/main/shared/go/aws/cloudwatchlogs

kind/bug

The fields `container.healthcheck`, `container.liveness_probe` and `container.readiness_probe` are always `NONE`. In this case I created a rule that uses these fields in the output. The event type is filtered by `evt.type...

kind/bug

The following configuration doesn't work as expected. I need to enable the cri engine with the containerd at the same time, even though the crio.sock is not mounted. As experiment,...

kind/bug

Currently only official docker hub images are considered when you use `docker.io` (because it only considers cases without a slash '/'). Shouldn't it also consider every image in the format...

enhancement