Braden Marshall

Results 11 issues of Braden Marshall

I am having issues making this compatible with [Lost](https://github.com/peterramsing/lost). The following property: ``` div { lost-column: 1/2; } ``` ... is being formatted to: ``` div { lost-column: 1 /...

bug

- Version: 2.6 (62) - macOS: 10.13.2 I am trying to build a configuration which allows a space to manage the windows it contains. However, I'm unable to find an...

enhancement

### Description `useAnimatedKeyboard` generally works well, but unfortunately doesn't update on Android when the focused `TextInput` is inside a `Modal`. This issue has been around for quite a few major...

Platform: Android
Repro provided

**Describe the bug** Animated keyboard values do not update if the focussed TextInput exists within a modal. **Code snippet** **Repo for reproducing** Here is a test case I've been using...

🐛 bug
🤖 android
🌎 modal

Hello! I'm trying to setup this library on a Expo pre-build project. However, when importing the library I am seeing the following TypeScript error. Not to sure where to even...

On Hold
P2

Hey! It seems release `0.0.2` is missing the generated `lib` directory: https://www.npmjs.com/package/@nandorojo/iconic/v/0.0.2?activeTab=code ![CleanShot 2024-03-02 at 18 28 16](https://github.com/nandorojo/react-native-iconic/assets/5165963/da11e90f-d8f8-482a-96ba-5dcb393f632e) Compared with release `0.0.1`: https://www.npmjs.com/package/@nandorojo/iconic/v/0.0.1?activeTab=code ![CleanShot 2024-03-02 at 18 28 52](https://github.com/nandorojo/react-native-iconic/assets/5165963/8f1bf74b-11b0-4fbb-b27e-b243c893cb5e)

These exercises were completed using the (now deprecated) AdjacencyList util https://github.com/Braden1996/Cracking-the-Coding-Interview-TypeScript/blob/78aa4efe6f2126c95d41fccc574fbb93fad92e7f/src/utils/AdjacencyList.ts#L6 They should be refactored to use the new Graph util: https://github.com/Braden1996/Cracking-the-Coding-Interview-TypeScript/blob/78aa4efe6f2126c95d41fccc574fbb93fad92e7f/src/utils/Graph/index.ts#L6

Calculate length of longest branch and check that it is less than `Math.floor(totalNumberOfNodes)`.

enhancement

Would be nice to write unit-tests validating that these data-structures (and they're given methods) work as expected.

enhancement

Currently, there are no checks in place to verify that the Node is actually part of a tree. This means, this function may recurse forever (until crash).

bug