Skip to content
#

units

Here are 184 public repositories matching this topic...

hgrecco
hgrecco commented Jan 7, 2020

This is just a placeholder issue to obtain feedback about the current state of the docs:

  1. Are the docs clear enough?
  2. Are the examples useful and real?
  3. Is the information there for a newbie?
  4. Is the information there for an advanced user?
  5. Is the organization appropiate?
  6. What can we do to improve it.
marschall
marschall commented Jan 6, 2019

The class comment of MonetaryAmountFormat has two code snippets. Both of them are full of compile errors

MonetaryAmountFormat f = MonetaryFormats.getInstance(loc);
f.setStyle(f.getStyle().toBuilder().setPattern("###.##;(###.##)").build());
  • there are no #setStyle and #getStyle methods
  • there is no #getInstance method on MonetaryFormats, you probably mean `#getAmount
briochemc
briochemc commented Dec 19, 2019

I'd wanted to extend Unitful with a couple of units in a package of mine but I realized I did not understand most of the discussion about it in the documentation here.

Then I thought I'd just copy the UnitfulUS.jl example but it seems that it is not passing CI, which deterred me back

Improve this page

Add a description, image, and links to the units 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 units topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.