Jason Gedge

Results 10 issues of Jason Gedge

``` fn main() { println!("{:?}", str::parse::("inf")); println!("{:?}", str::parse::("+inf")); println!("{:?}", str::parse::("-inf")); println!("{:?}", str::parse::("inf").map(|v| v * 10.0)); println!("{:?}", str::parse::("inf").map(|v| v * -10.0)); println!("{:?}", str::parse::("inf").map(|v| v * 0.0)); } ``` Outputs ``` Ok(inf)...

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

bug
help wanted
typescript
typescript-multifile

Sometimes I find that I repeat myself in resources. For example: ``` resource "aws_subnet" "foo" { count = 3 availability_zone = "${var.region}${element(split(",", var.availability_zones), count.index)}" tags = { Name = "private-${var.region}${element(split(",",...

enhancement
config

**Describe the bug** When I `exec` my shell, which I sometimes do to reload the environment, Warp thinks it's a long running command and loses the ability to understand blocks....

It would be interesting to allow the set of functions allowed in interpolations to be an extension point for plugins. For example, one could write a plugin that exports a...

enhancement
thinking
config
functions
providers/protocol

### What are you really trying to do? To help with operating Temporal in our service, we want to get the activity schedule-to-start latency, grouped by the activity type, to...

bug

#### Describe the bug - Node.js version: 18.4.0 - OS & version: Debian bullseye (we're using the `node:18.4.0-bullseye` docker image) At scale, when the event loop is incredibly busy and/or...

**Is your feature request related to a problem? Please describe.** We were looking to use Elastic's serverless option for our visibility store, but to connect we would need to set...

enhancement

## What does this PR do and why? This PR removes the existing perf tests in favour of benchmarks powered by benchmark.js, and decorated with [codspeed](https://codspeed.io/). Codspeed is free for...

**_Bug report_** - [x] I've checked documentation and searched for existing issues [and discussions](https://github.com/mobxjs/mobx-state-tree/discussions) - [x] I've made sure my project is based on the latest MST version - [x]...

enhancement
help/PR welcome
level: intermediate