Ben Polinsky

Results 49 issues of Ben Polinsky

Flaky test just now in a PR CI without any code changes: https://github.com/iTwin/itwinjs-core/pull/8232 1501 passing (4m) 26 pending 1 failing 1) HubMock HubMock report progress of changesets 'downloads': AssertionError: expected...

flaky-test

Our current documentation doesn't fully support transforming comments above arrow functions exported like `export const functionName...` functions. For example: [Base64EncodedString.reviver](https://www.itwinjs.org/reference/core-common/entities/base64encodedstring/base64encodedstring.reviver) is an exported arrow function - we do not see...

documentation

Found here: https://www.itwinjs.org/learning/supportedplatforms/#backend-prerequisites I believe we want to link to: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022

documentation

Platform: Linux ``` Segmentation fault Returned error code: 139 "@itwin/core-orbitgt" failed to build. ``` Run: https://github.com/iTwin/itwinjs-core/pull/8037/checks?check_run_id=41731355747 Failed twice in a row

display
needs triage
flaky-test

TypeDoc 0.28 has just entered [beta](https://github.com/TypeStrong/typedoc/issues/2868). For TypeDoc, still in 0.x, this is a breaking change. They've added support for [email protected]. We'll want to ensure it works well with the...

documentation

Currently no way to distinguish between `aNamespace.myType` and `aNamespace.MyType` - our url structure doesn't include type information - while this part of urls are case sensitive, filesystems have mixed support...

documentation

https://react.dev/learn/react-compiler is now at 1.0. Let's take a look at how we can clean up our code using it.

@aruniverse says: > maybe we should use OpenStreet map for background maps by default which is exposed as a background map via map-layers component

Currently, we're pretty restrictive with what props a user needs to provide to the Viewer component. In web, we have two sets of props required to initialize the viewer. There's...

We've structured our new degit templates within our repo so they're tough to develop and test. The primary issue is - are the templates part of the monorepo, depending on...