Skip to content
#

utility-library

Here are 796 public repositories matching this topic...

vueuse
Asaki-M
Asaki-M commented Apr 26, 2022

Clear and concise description of the problem

like this:

const { fileupload } = useSliceUpload(
  file,
  options: {
    // about function options
  }
)

fileupload.upload()

The useSliceUpload function can slice the file to an array and use the options support function to upload to the server.

Suggested solution

How to solve it?
I will try to write this function.

enhancement good first issue pr welcome
arriolac
arriolac commented Mar 10, 2020

Expected
The marker info should display the full description as specified in the KML file and also images should be fetched where needed.

Actual
Simulator Screen Shot - iPhone 8 - 2020-03-10 at 10 47 17

KML File:
[valencia.kml.zip](https://github.com/googlemaps/google-maps-ios-u

type: bug priority: p2 good first issue
pipermerriam
pipermerriam commented May 26, 2020

What was wrong?

The humanize utilities could potentially benefit from a humanize_wei function for easy human readable ether values

How can it be fixed?

Exact behavior probably has some room for opinions on the most readable format but at a high level, the function should convert the value to the representation that reduces trailing zeros.

It might be good to prioritize

Improve this page

Add a description, image, and links to the utility-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the utility-library topic, visit your repo's landing page and select "manage topics."

Learn more