Chris Midgley

Results 17 issues of Chris Midgley

Adds the new language "KoLMafia ASH". Closes #5022. ## Description ASH is a currently unrecognised language used for scripting KoLMafia, a program for playing the online game "Kingdom of Loathing"....

The code ``` var evaluator = new ExpressionEvaluator() { OptionForceIntegerNumbersEvaluationsAsDoubleByDefault = true }; string expression = "Math.Round(1,0,MidpointRounding.AwayFromZero)"; Console.WriteLine(expression); Console.WriteLine(evaluator.Evaluate(expression)); ``` gives the error > [System.Math] object has no Method named...

explanation

… ValidatingRepositoryEventListener. Update integration test to verify these methods are called. - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] There is a ticket in the bug...

status: waiting-for-triage

`client-report/src/util/url.js` checks the domain for a variety of included strings, returning fixed hostnames if matched. If you're not running on a proper `pol.is` domain, or `xip.io`, it returns localhost. This...

πŸ™‹πŸΎβ€β™€οΈ help wanted
πŸ”© p:client-report
priority-β˜…β˜…β˜†
πŸ‘‹πŸ½ community
🐣 good-first-issue
javascript

**Expected behavior**: Polis-file-server always serves static files, or polis-server can handle a single connection drop. Polis-server does not crash. **Actual behavior**: Polis-file-server sometimes drops the connection; polis-server crashes **To Reproduce**:...

Looking at [unpkg](https://unpkg.com/browse/[email protected]/), you're currently publishing the tests, among other files. I don't think this is necessary. This PR limits the published files to those in `browser`, `es6`, `lib`, `package.json`,...

Currently, if the source-dir directory is configured, both source-dir and dest directories are required to exist for all operations. However, "create" shouldn't care if "dest" exists or not, and "migrate"...

### Feature Description I can set the animation duration for the tabs themselves using `animationDuration` on the `mat-tab-group`. If I set this to 0, the tabs switch instantly, but the...

P4
good first issue
area: material/tabs

All loaders run in parallel. If multiple loaders that run access the session, there is a potential race condition without atomic file writes: * Loader 1 begins overwriting the file,...

CLA Signed
feat:sessions

Suppose I'm calling c8 on the commandline: ``` npx c8 --all --exclude npm run test ``` and I want to exclude multiple folders (e.g. `upgrade`, `test`). Based on the documentation...

question