Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ericmj/decimal issues and pull requests

#219 - `JSON.Encoder` shouldn't encode a decimal as a string

Issue - State: open - Opened by azizk 10 days ago - 4 comments

#218 - Fix parsing of 1e-d

Pull Request - State: open - Opened by treere 14 days ago

#217 - Fix typo in typespec

Pull Request - State: closed - Opened by renatomassaro 27 days ago - 1 comment

#216 - Add `JSON` implementation for Elixir 1.18+

Issue - State: closed - Opened by princemaple about 1 month ago - 2 comments

#215 - Implement `JSON.Encoder` if available

Pull Request - State: closed - Opened by wojtekmach about 2 months ago

#214 - Jason compatibility seems broken in 2.2.0

Issue - State: closed - Opened by asollander 2 months ago - 2 comments

#212 - Writing a translation to Gleam

Issue - State: open - Opened by Nicd 3 months ago

#211 - Added neq?/2 and neq?/3

Pull Request - State: closed - Opened by zacman1011 3 months ago - 1 comment

#210 - CI housekeeping

Pull Request - State: closed - Opened by kianmeng 7 months ago - 2 comments

#209 - Fix minor typo in Readme.md

Pull Request - State: closed - Opened by willemodendaal 7 months ago - 1 comment

#208 - Adds `compare/3` and `eq?/3` with threshold as parameter

Pull Request - State: closed - Opened by v1d3rm3 8 months ago - 1 comment

#207 - feat: check dbl_min_max on Decimal.new method

Pull Request - State: open - Opened by karlosmid 9 months ago

#206 - Issue: Bounday values that breaks VM

Issue - State: open - Opened by karlosmid 9 months ago - 3 comments

#205 - Add gte?/2 and lte?/2

Pull Request - State: closed - Opened by Mazuh 10 months ago - 2 comments

#204 - proposal: `gte?/2` and `lte?/2`

Issue - State: closed - Opened by Mazuh 12 months ago - 6 comments

#203 - Proposal: specify max_precision in struct?

Issue - State: closed - Opened by giddie over 1 year ago - 5 comments

#202 - Context precision limit

Issue - State: closed - Opened by giddie over 1 year ago - 2 comments

#201 - Add support to configure precision

Pull Request - State: closed - Opened by Raphexion over 1 year ago - 1 comment

#200 - Signals when applying different scale results in inexact result

Issue - State: closed - Opened by LostKobrakai over 1 year ago - 5 comments

#199 - Add round_to_nearest/3

Pull Request - State: open - Opened by chrisapa over 1 year ago - 1 comment

#198 - align examples with inspect protocol

Pull Request - State: closed - Opened by vshev4enko almost 2 years ago - 1 comment

#197 - Fix compare against 0

Pull Request - State: closed - Opened by ericmj almost 2 years ago

#196 - case with 0.123 greater then 0 failed

Pull Request - State: closed - Opened by vshev4enko almost 2 years ago - 1 comment

#195 - Decimal.compare produces the wrong result for some cases

Issue - State: closed - Opened by vshev4enko almost 2 years ago - 5 comments

#194 - perf: optimized Decimal.compare/2

Pull Request - State: closed - Opened by vshev4enko almost 2 years ago - 2 comments

#193 - Decimal.negate(0) should return #Decimal<0> rather than #Decimal<-0>

Issue - State: closed - Opened by agrits almost 2 years ago - 4 comments

#192 - Clarifications

Pull Request - State: closed - Opened by nathanl about 2 years ago - 1 comment

#191 - Add scale/1

Pull Request - State: closed - Opened by nathanl about 2 years ago - 4 comments

#190 - Query decimal precision?

Issue - State: closed - Opened by nathanl about 2 years ago - 2 comments

#189 - How to catch invalid numbers?

Issue - State: closed - Opened by intentionally-left-nil about 2 years ago - 2 comments

#188 - How about allowing a default string representation to be set?

Issue - State: closed - Opened by nallwhy over 2 years ago - 1 comment

#187 - Update CI

Pull Request - State: closed - Opened by lukaszsamson over 2 years ago - 1 comment

#186 - Add zero and sum functions

Pull Request - State: closed - Opened by urcadox over 2 years ago - 1 comment

#185 - Fix integer?/1 check on 0 with >1 significant digits

Pull Request - State: closed - Opened by ericmj over 2 years ago

#184 - Decimal.integer?/1 delivers false for 0.0 (and more 0)

Issue - State: closed - Opened by corka149 over 2 years ago

#183 - Switch to erlef/setup-beam for GitHub Actions

Pull Request - State: closed - Opened by kianmeng almost 3 years ago - 2 comments

#182 - Add Decimal.zero?/1

Pull Request - State: closed - Opened by prodis almost 3 years ago - 1 comment

#181 - Improve documentation

Pull Request - State: closed - Opened by prodis almost 3 years ago - 3 comments

#179 - sign() :: 1 | -1 seems to be an invalid typespec

Issue - State: closed - Opened by 23Skidoo almost 3 years ago - 2 comments

#177 - Add member? function

Pull Request - State: closed - Opened by iacutone over 3 years ago - 1 comment

#176 - Improve the Inspect protocol implementation

Pull Request - State: closed - Opened by Adzz over 3 years ago - 5 comments

#175 - Proposal: Change the Inspect protocol implementation

Issue - State: closed - Opened by Adzz over 3 years ago - 5 comments

#174 - Raise nicer error from Decimal.to_integer/1

Pull Request - State: closed - Opened by aptinio over 3 years ago - 1 comment

#173 - Use the context rounding algorithm as the default

Pull Request - State: closed - Opened by aptinio over 3 years ago - 4 comments

#172 - Add `with_decimal/1` macro

Pull Request - State: closed - Opened by yunmikun2 over 3 years ago - 3 comments

#171 - Raise nicer error from Decimal.to_integer

Issue - State: closed - Opened by wojtekmach over 3 years ago - 3 comments

#170 - Feature request: macro for literals

Issue - State: closed - Opened by marcandre over 3 years ago - 9 comments

#169 - Feature request Decimal.approx?/3

Issue - State: closed - Opened by warmwaffles almost 4 years ago - 1 comment

#168 - Implemented guards to make Decimal easily handable alongside numbers

Pull Request - State: closed - Opened by am-kantox almost 4 years ago - 5 comments

#167 - Update CI config

Pull Request - State: closed - Opened by wojtekmach almost 4 years ago

#166 - Fix and revise doc

Pull Request - State: closed - Opened by kianmeng about 4 years ago

#165 - Feature Request - Decimal.range

Issue - State: closed - Opened by Adzz about 4 years ago - 1 comment

#164 - Add Decimal.cast!/1

Pull Request - State: closed - Opened by yurikoval over 4 years ago - 7 comments

#163 - How to check if a decimal is zero, regardless of its precision?

Issue - State: closed - Opened by GildedHonour over 4 years ago - 11 comments

#162 - lack of auto-normalization produces unexpected results

Issue - State: closed - Opened by adrianomitre over 4 years ago - 1 comment

#161 - Migrate CI from Travis CI to GitHub Actions

Pull Request - State: closed - Opened by adrianomitre over 4 years ago - 5 comments

#160 - Implicit conversion

Pull Request - State: closed - Opened by razuf over 4 years ago - 1 comment

#159 - Macro check

Pull Request - State: closed - Opened by razuf over 4 years ago - 10 comments

#158 - Fix coef and sign

Pull Request - State: closed - Opened by razuf over 4 years ago - 3 comments

#157 - Fix negative coef

Pull Request - State: closed - Opened by razuf over 4 years ago - 1 comment

#156 - Fix broken link to IEEE 854-1987

Pull Request - State: closed - Opened by adamu over 4 years ago - 1 comment

#155 - The lock is missing for package decimal in umbrella app

Issue - State: closed - Opened by mojidabckuu over 4 years ago - 3 comments

#154 - fix small bug in base10?() check - test case

Pull Request - State: closed - Opened by razuf over 4 years ago - 1 comment

#153 - fix small bug in base10?() check

Pull Request - State: closed - Opened by razuf over 4 years ago - 2 comments

#152 - Add integer? and fraction? checks

Pull Request - State: closed - Opened by ulissesalmeida over 4 years ago - 13 comments

#151 - Fix typespec for Decimal.compare/2

Pull Request - State: closed - Opened by kipcole9 almost 5 years ago - 1 comment

#150 - Swap cmp/2 and compare/2 functions implementation to allow Enum to work with Decimal

Issue - State: closed - Opened by sezaru almost 5 years ago - 2 comments

#149 - Add support for lte? and gte?

Pull Request - State: closed - Opened by iwatakeshi almost 5 years ago - 10 comments

#148 - Add a LICENSE file

Pull Request - State: closed - Opened by whatyouhide about 5 years ago - 1 comment

#147 - Remove sNaN, rename qNaN to NaN

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#146 - Change parse/1 to return {decimal, binary} | :error

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#145 - Proposal to add built-in operator redefines

Issue - State: closed - Opened by zillou about 5 years ago - 15 comments

#144 - Change Decimal.cast/1 to return {:ok, t} | :error

Pull Request - State: closed - Opened by wojtekmach about 5 years ago - 3 comments

#143 - Remove :message and :result fields from Decimal.Error

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#142 - Change Decimal.compare/2 to return :lt | :eq | :gt, deprecate cmp/2

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#141 - Remove deprecated features

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#140 - Prepare v1.9.0-rc.0

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#139 - Soft-deprecate Decimal.parse/1

Pull Request - State: closed - Opened by wojtekmach about 5 years ago - 1 comment

#138 - Deprecate cast/1

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#136 - Add Decimal.normalize/1 and deprecate Decimal.reduce/1

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#135 - Add Decimal.apply_context/1 and deprecate Decimal.plus/1

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#134 - Add Decimal.negate/1 and deprecate Decimal.minus/1

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#133 - Add Decimal.is_decimal/1 and deprecate Decimal.decimal?/1

Pull Request - State: closed - Opened by wojtekmach about 5 years ago - 1 comment

#132 - Deprecate Decimal.compare/2 in favour of Decimal.cmp/2

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#131 - Set :signal on error

Pull Request - State: closed - Opened by wojtekmach about 5 years ago - 3 comments

#130 - Fix Decimal.compare/2 with string arguments

Pull Request - State: closed - Opened by wojtekmach about 5 years ago

#129 - Cannot sort a list with multiple infinity values

Issue - State: closed - Opened by wojtekmach about 5 years ago - 1 comment

#128 - Fix build

Pull Request - State: closed - Opened by wojtekmach over 5 years ago - 2 comments

#127 - Decimal.from_any/1 ???

Issue - State: closed - Opened by madasebrof over 5 years ago - 1 comment

#126 - Add `Decimal.add/1`

Pull Request - State: closed - Opened by wojtekmach over 5 years ago - 4 comments

#125 - Decimal.new/3 allows negative coefficient values

Issue - State: closed - Opened by hackmad over 5 years ago - 5 comments

#124 - Handle non-numeric values ala floats and sNaNs

Pull Request - State: closed - Opened by starbelly over 5 years ago - 3 comments

#123 - Rename from_any function to cast

Pull Request - State: closed - Opened by eqmvii over 5 years ago - 1 comment

#121 - Add cmp/2 helpers eq?/2, gt?/2, and lt?/2

Pull Request - State: closed - Opened by starbelly over 5 years ago - 3 comments

#120 - Could we bump the version and push a release to hex?

Issue - State: closed - Opened by eqmvii over 5 years ago - 3 comments

#119 - Proposal to add helpers

Issue - State: closed - Opened by starbelly over 5 years ago - 4 comments

#118 - Update tests and docs to reflect from_any/1 accepting decimal input

Pull Request - State: closed - Opened by eqmvii over 5 years ago - 1 comment