sportshead

Results 9 issues of sportshead

Can you add support for multiple regex capture groups?

fixes #65 This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [x] **typo fix** -...

Bug: [T348794](https://phabricator.wikimedia.org/T348794) Did my best to infer the types based on the code, I think I got the types pretty accurate. One thing I'm not too sure about is `MessageStore.load`...

See this example (modified from the `Alternative patterns` tutorial): ```gleam import gleam/io import gleam/int pub fn main() { let number = int.random(10) io.debug(number) let result = case number { 1...

bug
help wanted
priority:medium

### What is affected? Tooling ### Description Provide a `web-types.json` file in line with Intellij standards, in order to enable syntax highlighting for Intellij IDEs. This could probably be automatically...

See ember-cli/ember-cli#10394 Also fixed some of the line wrapping in other parts of the `ember serve` help text

Typescript has JSX fragment support (microsoft/typescript#38720), but tsx-dom hasn't implemented it yet ~~Edit: I've found a temporary workaround:~~ ``` "jsx": "react", "jsxFactory": "h", "jsxFragmentFactory": "\"span\"", ``` Edit 2: The temporary...

enhancement

- community - external - feature-request

QUIC does not work in certain environments, while `http2` is more reliable. A configuration value to change the `--protocol` flag to `http2` or others would be quite helpful. See: https://github.com/cloudflare/cloudflared/issues/617#issuecomment-1414799233