Sophie Dankel

Results 60 issues of Sophie Dankel

## Description This makes it so the Docs CI checks only happen when a PR includes changes to files under `docs/` ## Checklist - [ ] I have linked to...

ci
documentation

## Description Runs benchmarks in CI with [criterion-compare-prs](https://github.com/marketplace/actions/criterion-compare-prs) so the comparison shows as a comment on the PR. The extra config in `Cargo.toml` is because of this issue: https://github.com/bheisler/criterion.rs/issues/275. It...

ci

First of all, thank you for creating this! I love the idea of bundling all of this boilerplate activity into an easy-to-use action. My expectation is that the version bump...

Closes https://github.com/gitname/react-gh-pages/issues/104

enhancement
react-router

Also we should visit this function some time later because cloning `BuiltPackage` is a costly event that might lead to huge memory usage stuff that we encountered before. I think...

forc-pkg
forc-debug

## Description I noticed that every time I reload the window in vscode (restarting forc-lsp), the list of forc-lsp processes grew. I believe it's because out `shutdown_server` function doesn't actually...

language server

## Description Implements `--version` for forc-debug, so that fuelup can show the version. ## Checklist - [ ] I have linked to any relevant issues. - [ ] I have...

forc-debug

## Description ## Checklist - [ ] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I...

documentation
forc-debug

Currently there are three definitions of this type: - fuel_core_client::client::types::ConsensusParameters - fuel_core_types::fuel_tx::ConsensusParameters - schema::chain::ConsensusParameters Some of the types are missing `from` and `default` impls, which makes it inconvenient to work...

Autocomplete in LSP is not working in many cases. It seems to be using an older version of the token map, as I see this error in the LSP logs...

bug
language server