nck

Results 9 issues of nck

Is your feature request related to a problem? Please describe. It seems to be impossible (not sure if due to my server or my browser) to display a huge amount...

I have been able to modify the summary with the following snippet from another issue: ```python def pytest_html_results_summary(prefix, summary, postfix): prefix.extend([ html.button("Click me", onclick="myFunction()"), html.p(id="demo"), html.script(raw(""" function myFunction() { document.getElementById('demo').innerHTML...

next-gen

Hello, I was trying to migrate some scripts which I have using `Selenium::Chrome` with a local chromedriver to a doker instance of Selenium. So I used the example provided in...

Hello, thx for the implementation of #463 so quickly. Now I'm trying with the new veersion, but I'm not able to see how to forward settings to my edge driver....

needs: investigation

Hello i would like to just select a color without displaying the hex value. Is that possible? ``` ``` Something like this but I have tried some options like css...

- [x] a detailed description of the bug or problem you are having: When I use `--capture=tee-sys` instead of `-s` the logs are not colored anymore. Example: ![image](https://github.com/pytest-dev/pytest/assets/18548911/ca37e861-dfd0-490e-ae5c-a36f6a5627fd) The source...

type: enhancement
plugin: capture
plugin: logging

I'm using the following code: ```rust pub fn initialize_host() -> cpal::host { let host; #[cfg(target_os = "windows")] { host = cpal::host_from_id(cpal::HostId::Asio).expect("failed to initialise ASIO host"); } host } ``` With...

I think there is a mistake here: https://github.com/lczub/TestLink-API-Python-client/blob/master/src/testlink/testlinkapigeneric.py#L677 It should say `notes` instead of `note`. After passing that parameter to the function it works, otherwise it does not complain but...

**How did you install WebODM (docker, installer, etc.)?** Docker **What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)** Windows 11 **What is the problem?** To keep organized the...

enhancement