Jonas Finnemann Jensen

Results 459 comments of Jonas Finnemann Jensen

> Option to treat PUB_HOSTED_URL as a replacement of pub.dev I think this a bad idea from a security perspective. Maybe one day, we'll have package signing and protection from...

It is possible to work around this by setting `FLUTTER_ROOT` then `dart pub outdated` will work. But yes, it would be great to get these tools aligned.

@DanTup if the `dart` command you're using in `dart pub outdated` originates from the Flutter SDK, then it should have `FLUTTER_ROOT` set (in its wrapper script), see https://github.com/dart-lang/pub/issues/2307#issuecomment-843606548. So then...

IMO this is the intended behavior. Conceptually, _retracting a version_ is only intended to stop _new users_ from adopting the _retracted version_. It's explicitly intended to not cause problems for...

Okay, I've done some research.. meaning I asked Gemini. It appears databases handle equality with JSON/JSONB differently. * SQLite does string equality (no surprise) * Postgres does semantic equality. *...

I don't oppose allowing equality, especially not if we normalize JSON before feeding it sqlite and mysql. But it is perhaps one of those features, we can leave out initially....

I think not implementing equals between json objects is best for now. I think we shall allow some operators to travese JSON objects. And extract values, which can then be...

We discussed this a bit, and figured out that we probably can't avoid having to use a special character of some sort. But maybe we can change it to `\infinity`...

Context: We need to write `=2.0.0-dev