Simen Bekkhus

Results 128 issues of Simen Bekkhus

This is to make the generated code work with TS's new `isolatedDeclarations` config. https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-beta/#isolated-declarations ``` src/api/requests/core/OpenAPI.ts:14:3 - error TS9008: Method must have an explicit return type annotation with --isolatedDeclarations. 14...

The header should include the version. https://prometheus.io/docs/instrumenting/exposition_formats/#text-based-format https://docs.rs/prometheus/0.13.4/src/prometheus/encoder/text.rs.html#12-13

**Intended outcome:** MobX's `ObservableSet` should implement all `Set` methods. https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#support-for-new-ecmascript-set-methods **Actual outcome:** It doesn't, leading to ``` node_modules/mobx/dist/types/observableset.d.ts:25:22 - error TS2420: Class 'ObservableSet' incorrectly implements interface 'Set'. Type 'ObservableSet' is...

🐛 bug

## Summary Fixes #15196 `deepCyclicCopyReplaceable` just accesses the value unconditionally, but we have tests in `deepCyclicCopy` that getters are _not_ accessed. https://github.com/jestjs/jest/blob/91e80829a08b03ed7c0166e59543cd2a6b20d08b/packages/jest-matcher-utils/src/deepCyclicCopyReplaceable.ts#L104-L109 Not sure if this is the correct approach,...

### Page(s) https://app.netlify.com/sites/jestjs/deploys/66b079c587a7fa0008f883c2 ### Description The build for some reason have started to complain about missing sidebar (for Chinese only). Running `yarn workspace jest-website build` locally passes without any issues,...

Infrastructure :hammer_and_wrench:
:boom: Regression

Note that https://github.com/open-telemetry/opentelemetry-rust/pull/2040 removed custom `writer` support from `opentelemetry-stdout`, so I didn't add that to the tests. Not sure what its purpose is since it only uses `std::io::sink()` anyways?

* **Version**: `v14.12.0` * **Platform**: `Darwin Simens-MacBook-Pro.local 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64 x86_64` * **Subsystem**: `vm` ### What steps will reproduce the bug?...

vm
performance

## Summary This will make debugging Jest itself easier. Not sure if we should include them in the tarball when publishing, but possibly? Then we could probably also minify the...

Stale

## Summary From #7610. @rickhanlonii could you take a look? 🙂 ## Test plan Will fail (for now)

Help Wanted
cla signed