Nicolas Mattia

Results 136 issues of Nicolas Mattia

It would be great to be able to retry. My use case is that I have different workflows that push to a PR with `pull: --rebase`. However it can happen...

type: feature
status: pinned

**Is your feature request related to a problem? Please describe.** I would like `direnv` to reload the `.envrc` if some environment variable changes. Basically, something like `direnv watch` for that...

Feature

Hi, I'm just getting started with embedded rust, so apologies if this is a silly question! While trying to get a tick counter, I realized [`SYST::get_current()`](https://github.com/rust-embedded/cortex-m/blob/1a215916eeebdf96d4530e0afb1baa91b93eefb7/src/peripheral/syst.rs#L97-L102) would (almost) always return...

I'm not fixing directly since I don't know what the right way to do it is, but: and trying it out: ```nix src = fetchurl { url = "foo.zip"; hash...

It looks like `lit-analyzer` disallows setting `?disabled` to an async directive. It will throw `no-invalid-directive-binding`: ``` The 'asyncReplace' directive can only be used within a text binding. 56: ?disabled=${asyncReplace(shouldDisable)} no-invalid-directive-binding...

It would be nice if `lit-analyzer` allowed settings event listeners to (well-typed) `asyncReplace` instances. Here's a simple (though somewhat silly) example where the click function changes depending on the date...

I often set a directive as potentially undefined: ```ts ` doSomething()) : undefined} >... ` ``` `lit-analyzer` flags this as incorrect: ``` Type 'DirectiveResult | undefined' is not a Lit...

See the commit messages: ``` Remove location from metadata … The current location metadata is always null. The user may set an actual location on the command line. ``` ```...

Right now the hyperion reports from `doAnalyze` are only available in JSON form (`doAnalyze` performs the benchmarks, the analysis _and_ the JSON reporting). This means that, currently, the two ways...

Some bits (like metadata merging, value replacement, benchmark order) are tricky to get right. See #35 for instance. A test-suite should be in place to catch regressions.