David Li

Results 8 issues of David Li

I figured I'd try my hand at adding OAuth and GCal integration in, but that might be a little too heavy for how minimalistic the app seems. Anyways, I'll just...

feature request

The FAB is covered (i.e. not shown) when there are other components with an elevation on the same screen that take up the same space that it does. I tried...

needs more information

When using react-navigation to render a bottom tab, it isn't covered by the overlay in the floating action button. Is there any way around this?

enhancement

**Describe the bug** For a given PR, we're running tests on each commit's Vercel deploy URL, but it seems like the server only stores the latest URL for analysis and...

When using the azure polyfill as described below, calling `SpeechRecognition.abortListening` raises an error since `abort` is not a function. Not sure if there's something funny going on with how I'm...

Take the following example code (highly simplified): ``` const flags = useFlags() return {children} ``` The call to `useFlags` occurs outside of the `LDProvider` context, thus resulting in an empty...

When clicking a card to match a donation, the donation slider label reads `that's more than X company!` even though the amount is equivalent.

bug

Some users may not immediately realize that a currency conversion from their currency to USD is occurring when they click the donate button. Consider adding a modal that will alert...

enhancement