Jonas Finnemann Jensen
Jonas Finnemann Jensen
@athomas I think this is specific to `api.dart.dev`, not something that needs to be done in `dartdoc`. Since the GCS serving setup for `api.dart.dev` basically has a single file that...
> The single file that handles all 404s is currently part of the dartdoc output, though. Yeah, but your bucket contains output from any different versions of `dartdoc`. And many...
Can you elaborate a bit? I don't think you're required to use `dart:io` to use this package.
Also do we need 4 different weights of the font? I don't know, I'm just wondering..
Note, this is blocked by #2227.
Content hosting is a risk. Which is why we need to put it on a different domain.
Asked around, it seems we can do: ```dart /// Id is... @override String get id => super.id as String; /// Parent key is... @override db.Key get parentKey; ``` In short...
I'm a bit unsure if we want to support this, how does it handle cycles? What is the need for symlink directories? Might it not be better to just ask...
@2ZeroSix, can you refresh my memory, how does this handle symlinks? With this symlink folders will be considered the same as if the folder had been copied. Thus, cycles won't...
@2ZeroSix is this mostly for ios/macos `dart:ffi` based plugins? Or are the other use-cases?