David Salvisberg
David Salvisberg
@MichaReiser I think this should cover everything, but feel free to give it another cursory glance.
@Tschuppi81 Did you check whether the other view type uses markdown? It might use `to_html_ul`, which should be sufficient for this use-case (it'll also add the correct css class for...
> @Tschuppi81 Did you check whether the other view type uses markdown? It might use `to_html_ul`, which should be sufficient for this use-case (it'll also add the correct css class...
> Since I introduced table `search_index` (class SearchIndex) the tests fail with the following error which I am not able to resolve > > ``` > File "/__w/onegov-cloud/onegov-cloud/src/onegov/search/indexer.py", line 25,...
This is a general design flaw with WTForms. There's many other ways to break `Optional`/`InputRequired`/`DataRequired`. The best way to clean this up, would be to change the API in 4.0...
/cc @icemac In case you'd be interested in hosting such a project as part of the zopefoundation organisation. Although in terms of the licence, I would stipulate that it must...
> I think it might make sense to separate stubs from the plugin if that makes maintenance easier, but I believe the plugin itself makes certain assumptions about the contents...
I'm not thrilled about the number of `[builtins fixtures/tuple.pyi]` I've had to add just so that `Literal[True]` in `enum.pyi` works. Maybe it would be better to use `union.pyi` or define...
BTW I found it a little concerning that `TypeInfo.get` and `TypeInfo.get_method` only consider the mro and not the metaclass when looking up symbols, but I didn't have the stomach to...
@hauntsaninja Not asking for a review (although that would be nice too), but for your thoughts on my comment above: https://github.com/python/mypy/pull/17337#issuecomment-2175328305