-
Using the normalized cache with lists and especially pages is cumbersome as different pages get stored in different records:
```graphql
query GetRepositories($first: Int, $offset: Int) {
reposi…
-
@jasonmalinowski
> It was originally added to add an implementation of LazyCancellation before the TPL supported that, and also to have a place to catch failing exceptions, I think especially before…
-
Hey there,
There are a couple of helpers (types & functions) that seems to be reusable patterns and I am wondering if they could/should be part of the Elmish.WPF framework or maybe even some global…
-
It's easy to do `#if a && b` by doing two ifs… but it's super hard to do the `else` inversion when you only need to do it `#unless a || b` etc. … Leads to scary repetition, and the helpers are super e…
-
Implementation now works fine, but would be better to match behaviour like `createMachineId`, in other words - by account name.
Right now it looks strange, because by default all accounts has uniqu…
-
It seems we are lately updating `Helpers.cs` file directly instead of updating `Helpers.tt` and generating the file from `Helpers.tt` .
https://github.com/dotnet/runtime/commits/main/src/tests/JIT/…
-
- **Start Date:** 2020-02-01
- **Target Version:** 0.14
- **Reference Issues:** -
- **Implementation PR:**
# Summary
We should create some testing tools/helpers in order to be more easily wr…
-
As follow-up from #550, the code could use some cleanup to make better use fo common `details` helpers:
* Refactoring other uses of patch to call `details.Handler` subclasses
* Add `Detail.format(…
-
There's been a `useMergedRefs` helper in the codebase for quite a while.
https://github.com/carbon-design-system/carbon/blob/ab9cd8c843d64427f496ac4ca781e165a3d07d2e/packages/react/src/internal/us…
-
It could help implementers if Navigator could return whether a publication is at the `start` or the `end` in a reliable manner.
Although it’s possible to implement different strategies at the app l…