Jakob Gerhardt

Results 14 issues of Jakob Gerhardt

# Motivation Currently the `instrument` macro is rather limited, in that it can only be used to instrument functions. The main goal of this rework would be to allow instrumentation...

**Is your feature request related to a problem? Please describe.** I would like to be able to attach Files to an HTML Report, so that I could look inside the...

**Describe the bug** using openTab and closeTab leads to closeBrowser throwing errors. BUT ONLY WHEN RUN IN HEADLESS. **To Reproduce** ``` import { closeBrowser, openBrowser, closeTab, openTab } from 'taiko';...

**To Reproduce** ``` openBrowser() goto('about:blank') ``` **Logs** ``` Version: 1.2.7 (Chromium: 88.0.4314.0) Type .api for help and .exit to quit > openBrowser() ✔ Browser opened > goto('about:blank') ✘ Error: Cannot...

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage

By that I mean running `cargo update -Zminimal-versions` before running tests to ensure that there is no breakage when users use old (but according to semver valid) versions of dependecies....

enhancement

When using barrels, the amount of them can get quite big. This has implications for bases, as they need to accommodate all these barrels, as well as performance, that (seems...

I think a "open in playground" button for runnable code snippets could be useful, since users could try out examples in the (more suited) UI of the playground.

A-Playground

You released 0.3.0 back in january: https://github.com/danielzfranklin/cargo-rr/pull/14#issuecomment-1371171529 I noticed that 0.3.0 is published on crates.io, but not published on GH-releases (and thus, it did not propagate to the nixpkgs registry)....

**Is your feature request related to a problem? Please describe.** Many tools have configuration files with various constraints (or in nickel terms: contracts). Nickel can fit nicely into that by...