Lasse Fister

Results 213 comments of Lasse Fister

Thanks @felipesanches I was just looking into it and now I think `profile.merge_profile` is the right place to do it. It should take care that `self.configuration_defaults` has precedence. It could...

My plan for fontbakery so far is: In the docstring of a test * all text before the first empty line is a short description. * all text after the...

> No one will read source code :joy: So you like what I proposed?

> I don't like over stuffing the decorator though Really, why?

(The state of decorator bikeshedding: There are a lot of checks with (undocumented #1584) keyword arguments like `rationale` `request` (a link to an issue on gh usually) etc.) I still...

Too much auto-magical behavior can be a pain too. For me implicit inheritance by matching file names crosses the border. I'd much rather have explicit statements where it becomes obvious...

I think the best approach would be to compile the markdown check format into the current profile/check format, i.e. regular python, and then just run it. As I discussed in...

I think the observablehq term of structured data in a document is `cells` and that could be a way to structure the data here as well. It may not render...

I'm not sure. But sometimes I think they report useful stuff. > I would like the results of the MS Validator reports to get logged to the cmdline. They are...

> BTW, a 4000-line python file should probably be re-factored :-). It's an ongoing effort.