William Swanson

Results 33 issues of William Swanson

#### PR Requirements If you have made **any** visual changes to the GUI. Make sure you have: - [ ] Tested on iOS Tablet - [ ] Tested on small...

The `utf8.fromBytes` routine does not handle 4-byte character sequences. ## Demo ```sh $ echo -n 𠜎 | hexdump 0000000 f0 a0 9c 8e ``` The character `𠜎` has a 4-byte...

# Summary The React Native application context has a method for obtaining the current Android activity, but this sometimes returns null. We believe this happens due to a race condition...

#### PR Dependencies none #### PR Requirements If you have made **any** visual changes to the GUI. Make sure you have: - [x] Tested on iOS device - [ ]...

If I do `number(36)`, I get `undefined`, not AUD. This is because the number lookup uses string comparisons, and there is a leading zero in the currency code. I can...

| Q                       | A | ------------------------ | --- | Fixed Issues? | #10752 (partially) | Patch: Bug Fix? | Yes | | Major: Breaking Change? | No | | Minor:...

### CHANGELOG Does this branch warrant an entry to the CHANGELOG? - [ ] Yes - [x] No ### Dependencies none ### Requirements If you have made **any** visual changes...

### CHANGELOG none ### Dependencies none ### Requirements If you have made **any** visual changes to the GUI. Make sure you have: - [ ] Tested on iOS device -...

### CHANGELOG - Fix layout issues on iPhone 14. ### Dependencies #4033 ### Requirements If you have made **any** visual changes to the GUI. Make sure you have: - [x]...

I recently added `rollup-plugin-flow` to my build flow. Unfortunately, my source maps come out with useless content now: ```json { "version": 3, "file": "index.cjs.js", "sources": [], "sourcesContent": [], "names": [],...