Hayden Bursk
Hayden Bursk
## **What** There's been several use cases where I've wanted to prevent the ListBox from updating it's selection, and then prompt the user with an alternate path, like saving their...
The following build steps succeed when using `ubuntu-latest` and `macos-latest`. ``` steps: - uses: actions/checkout@v2 with: lfs: true ssh-key: ${{secrets.XREPO_KEY}} submodules: recursive ``` However, they get hung up for hours...
If you begin swiping a cell, you cannot scroll. That's great. However, if you begin scrolling you can move horizontally which will cause a cell to begin to open and...
# What: * I purchased the essential icon pack from https://lordicon.com * There is an online editor for modifying colors and stroke width * The RLottie player renders the icons...
# What: This Lottie animation draws straight lines for the edges of the water rather than curves. https://lottiefiles.com/7734-water-filling-glass-orb # Expected: The animation looks like the preview on the website. I'm...
When building on Visual Studio 2017, I had to use the /permissive- flag or "Conformance Mode" enabled for it to compile properly when including That should be added to the...
README states: ```struct EventBase { ... }; // place to put common state shared by all objects. // get the root type from the hierarchy which serves as reference/pointer to...