David Rieman

Results 75 comments of David Rieman

Nice idea. Any ideas how this would know which profiles to toggle to? Maybe we'd have to have UI for assigning specific profiles to specific hotkeys like the F-keys?

Ideally we should update the app to gracefully auto-recover from corrupted saved profiles. Obviously it would be good to figure out a reproduction scenario for how that occurred in the...

I'll fork and fix this one later.

Got this working. Had to switch to a less convenient machine, in order to get > Vista, in order to get > VS2010, in order to get .NET targeting >...

@ruiefe I just now got my own fork of BabySmash updated to latest dependencies and added a couple tiny improvements. So I tried this out. I did repro the NetwonSoft...

Ok I've added commentary to #2236. I don't know if the scroll direction issues you are talking about are react-native-web only, or if they reproduce in react-native with a device...

Ok the https://github.com/davidrieman/react-native-web/ `main` branch now has testable upgraded `VirtualizedList` including `SectionList` and `FlatList` too.

Your FlatList is rendering massively wide - it sounds like you want it to be scrolling. Setting a more constrained width of the FlatList itself like `style={{ width: 300 }}`...

(Fixed this on [my fork](https://github.com/DavidRieman/babysmash) at https://github.com/DavidRieman/babysmash/commit/82faf40616f31683e7f919822de9c90b9d701c92. Well, at least mostly - I blocked F4 key so it doesn't make shapes but also doesn't open the options dialog on recent...

This word list is really big. Here's a couple problems: * Inefficient: It contains lots of duplicates. * Very large file: It contains really long words that kids are unlikely...