Jonas Finnemann Jensen

Results 459 comments of Jonas Finnemann Jensen

At the moment this package is aimed at aligning with github gfm sanitization rules: https://github.com/jch/html-pipeline/blob/master/lib/html/pipeline/sanitization_filter.rb Arguably, these have changed, I don't think github uses that code anymore. But I'm hesitant...

@liamappelbe feel free to share a minimally reproduciable example. Actually if you're activating from path I wouldn't be surprised if we throw away the precompilation everytime. But double resolution of...

I don't think `dart:mirrors` will be supported in AOT-mode (See https://github.com/dart-lang/sdk/issues/44489). I think that we should consider overhauling everything to do with global activation. Ideally, it shouldn't have to be...

We need to start by exploring how many browsers support these. And write test cases that show browsers are implementing these in similar manners :D

I think add globs in `workspace:` might be nice, but perhaps it is a follow up enhancement. While it does seem feasible, it definitely will involve some work making sure...

Sure, but what do you want it to offer besides what's already in: https://pub.dev/packages/xdg_directories Could it not be added to this package?

This could also be a tools.dart.dev package, well need it in various CLI utils. We already have some of this logic in package:cli_util

Closing this as I see no further action. If you want to host an experimental `directories` package here, they by all means file a PR :rofl: I think I mostly...

@takumma FYI, in case you're interested.