Mirek Rusin
Mirek Rusin
It's modeled after MongoDB where you can't store keys with dots as it introduces ambiguity ie. in document `{"my.name": "A", "my": {"name": "B"}` what's the value of `my.name`, `A` or...
@jmorganca this proposal is not related to supporting more `format` options beyond current `json`. It's about automatically recognizing triple quote sections within text itself (and ideally handing over control to...
It's more like 100x?
https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/python.html
Yes, this is quite bad https://flow.org/try/#0C4TwDgpgBAKlC8UDeAfKBtAzsATgSwDsBzAXQC4oCBXAWwCMIcoUBfAbgCgBjAewOygAzBFAAUeACYVs+YgEoKceAD4xSDJPJQA5AR7AoAQ0q0GObVBZzufAccSDR2gF58A1tuu9+BuhWr0jCKGAHSuBG4cAPRRUHRQeJhQMoREHEA
Yes, well, that's too tricky. I think what we can do is to add option `unused-deps --ignore foo,bar` and recommend to add to your project something like: ``` "scripts": {...
Absolutely https://github.com/mirek/YAML.framework/blob/c099c4b9756d116f5fb08bc588d49a43a6c6176c/YAMLSerialization.m#L255 is incorrect, we need to pass -1 as you said or `[string lengthOfBytesUsingEncoding: NSUTF8StringEncoding]` which may be bit faster.
Looks like gha should support something like: ```yaml passthrough_inputs: true ``` ^^ passes all inputs and/or: ```yaml passthrough_inputs: - foo - bar - baz ``` ^^ passes selected inputs This...
Fixes https://github.com/ethereum/web3.js/issues/1334
Same here. ``` cd packages/foo pnpm up --latest @myorg/bar ``` 1. package.json is updated ok 2. pnpm-lock.yaml is updated as if `pnpm up --latest` was called globally, on everything, ie....