Sova

Results 238 comments of Sova

Hello! Thank you for contribution! To quickly merge PR please review checklist in the PR description. It would be cool to write docs and tests

> ``` > security set-keychain-settings -t 3600 -u build.keychain > ``` This is exact addition fully fixed topic issue in my case. @PatrickDinh so thank you!

Also Javascript has `|>` pipeline operator proposal 😆

```rust fn main() { let result = vec![1, -7, -5, 3] |> sum |> abs |> sqrt |> |x| round(x, 2); let result = round(sqrt(abs(sum(vec![1, -7, -5, 3]))), 2); }...

Basic `{#anchors}` conflicts with already exists plugins.

Have you tried? ```ts // your types export {} ```

Converted to draft, due to failing CI

@domosedov It looks like a bug. But what the case when you need to add `serialize: ignore` then set them a value?