Volker Braun

Results 29 issues of Volker Braun

Right now static typing isn't really supported, and we are basically forced to turn it off via from cached_property import cached_property # type: ignore What seems to work pretty well...

This adds a `rawHtml` option to extract the actual source html instead of the parse5 roundtripped version; Not sure if its a good idea but I'm trying to replace a...

I'm having issues where sometimes, if the worker build fails, the server state is not updated accordingly and remains at the building / yellow badge state. This is with the...

bug

If you have many builders then it would be convenient to have a UI button to force all builders of a ForceScheduler. This could be done in buildbot eight with...

feature
web UI
eight regression

Angular runs circular-dependency-plugin on each incremental build, so speed is somewhat important On a largeish hybrid app with complicate imports (in particular, the angularjs part doesn't use modules / barrel...

This branch implements the fast acyclic test based on the depth first search. If there are cycles then the old algorithm is used, in particular the output stays the same....

Arrow functions should probably be indented like normal functions, though right now there is a difference: ``` // OK function foofunc(param: string): void { console.log('indented as expected'); } // Double...

help wanted

### Platforms affected iOS 16 ### Motivation and Context iOS 16 breaks DisallowOverscroll setting, this PR adds workaround discussed in https://github.com/apache/cordova-ios/issues/1244 ### Description Disabling both `webView.scrollView.bounce` and `webView.scrollView.alwaysBounceVertical` ### Testing...

This adds an optional lang keyword argument to select the language of the returned documents.

* indent "if" and "for" loops without braces * indent return statement after if