-
The field height in the pattern library is smaller than it should be, this can be seen when you add a prefix or suffix area to the field.
![image](https://user-images.githubusercontent.com/555033/…
-
As a result of ongoing complexities around testing, some discussion and thought needs to go into the testing approach. This should be an approach that is shared across apps, but initially the focus is…
-
**Description** We have new branding from the HM website to add to the library. See [sketch file](https://www.sketch.com/s/d8053156-0933-4e9d-8b52-a5d3f9a752ed).
**Background:**
The full HM websit…
-
In the windows implementation of Alert, we currently have 'OK' hard-coded in English in the javascript. This should be localized. iOS does this on the native side, we should probably copy this patte…
-
### Describe the bug
After 18 iterations, there are 40 similar drc violations still not fixed.
M2 route follow track when switching to M1 causing DRC.
![or_pin](https://github.com/user-atta…
-
**Describe the bug**
TypeError: expected string or bytes-like object while running `instaloader profile loqesangra`
**To Reproduce**
Run `instaloader profile loqesangra`
**Expected behavior**
…
-
Serializing large prefix sets will become much more efficient, if we can avoid allocating the intermediate slice by allowing iterator access over the prefixes. I propose we add:
```go
func (s *Pre…
-
We currently have two ways to declare symbols that are invoked as intrinsics. The old way:
```rust
extern "rust-intrinsic" {
fn unreachable() -> !;
}
```
The new way, which supports giving a "fall…
-
Hi, I always wanted to express my gratitude for the great library of components! And now I'm willing to contribute. There's a pattern I've been using in quite a few projects, and in a last two it has …
-
Hello,
I am trying to use UIkit within a custom SharePoint SPFx web part.
The [SPFx framework](https://learn.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview) is basically…