Jake Lee

Results 14 issues of Jake Lee

Uploading and serving images is simple, but there's no way to delete them afterwards! A very naive implementation would be: ``` function delete($identifier) { if ($this->exists($identifier)) { unlink($this->getImagePath($identifier)); } }...

The API returns a `copyright` of `NASAESAHubbleSubaru TelescopeW. CramerYaleet al.M. YagiJ. DePasquale`. It should be `NASA, ESA, Hubble, Subaru Telescope, W. Cramer (Yale) et al., M. Yagi, J. DePasquale`.

enhancement
help wanted

This is perhaps a duplicate of (also raised by me!) #18. 2020-10-25 returns a `copyright` of `Tom AbelRalf KaehlerKIPACSLACAMNH`, whereas [on the APOD site](https://apod.nasa.gov/apod/ap201025.html) it is `Tom Abel & Ralf...

scrapper_difficulty_due_website_variance

Fixes https://github.com/sarriaroman/FabricPlugin/issues/152

Fixes #88, originally raised by me. Checks where the action bar is, and increases the overlay bitmap by that size, in case the app is in fullscreen.

Hey, If the app is currently in immersive mode, then the overlay doesn't cover the invisible nav bar. As the attached screenshot shows, the lighter bar at the bottom is...

### Describe the bug Visiting [this repository's site](https://tanstack.com/virtual/latest), the playground seems to be trying to access the non-existent `/examples/react/simple`: ![image](https://github.com/TanStack/virtual/assets/12380876/d155d399-229d-4b81-b539-40c56610bde4) ### Your minimal, reproducible example https://tanstack.com/virtual/latest ### Steps to reproduce...

Hey! Absolutely love imgbot, and have got tons of use out of it. I've seen #757, but I believe my issue is distinct as imgbot has had access to both...

Hey, not necessarily a bug report, more of an "is this a bug" report. ## Context I am migrating an app from 4.X with components and advanced flow, to 5.2.0...

Needs more info
Question

Not high priority as I was incorporating the tutorial into an existing project, not using the base project. However, [Step 7](https://codelabs.developers.google.com/codelabs/android-databinding/#7) fails with an error similar to: `Error:Execution failed for...