TiM
TiM
@IndominusByte any suggestion for better way to make "type" claim optional. Happy to update PR :)
well they could just pass in a function. ``` def to_int(cell): return int(cell.get_text()) ext = Extractor(html, cell_transformer=to_int) ``` Could probably simplify it by detecting the argument? ``` ext = Extractor(html,...
a couple of cases for server side rendering to svg/png - inclusion in reports (pdf) - inclusion in other online documentation (markdown readme file is my use case) Happy to...
very temp fix, use my fork :( https://github.com/cetorres/multiselect_formfield/compare/master...hampsterx:issue_32_clear_old_value_bug this add a key and also avoids null bug here. ``` multiselect_formfield: # https://github.com/cetorres/multiselect_formfield/issues/32 git: url: git://github.com/hampsterx/multiselect_formfield.git ref: issue_32_clear_old_value_bug ``` Didn't submit...
I see this have been fixed and tests added, yah. Can a release be done please! :)
even just some basic support would be great. (only just found this project 15m ago) seems like currently if you want to use gobtween for service discovery you are forced...
Just ran into similar issue. Deployment circuit breaker: "enabled with rollback" Updated task definition and the deployment was stuck in "In progress" for at least 30m, no events at all....
Need another tagged release, last one is more than a year old :( quick fix just go back a few commits.. ``` git checkout bebf0d1a8f785b5d99995a9f120426b6ab3df4ee ```
on a tangent a bit but I have the same problem above with a detail screen being show from two different list screens. Additionally I am using `TabPage` but the...
could be missing something (using pytest-playwright) but.. ``` "recordHar": {"path": "test.har"}, "recordVideo": {"dir": "videos"} ``` What? Why one accepts path and the other dir (with random filename?)