Giter Club home page Giter Club logo

ember-math-helpers's Introduction

ember-math-helpers's People

Contributors

alexdiliberto avatar boussonkarel avatar briansipple avatar dependabot-preview[bot] avatar dependabot[bot] avatar djsegal avatar ember-tomster avatar esbanarango avatar gitter-badger avatar greenkeeper[bot] avatar greenkeeperio-bot avatar guozhaonan avatar jakesjews avatar jordpo avatar josex2r avatar makepanic avatar mifrill avatar mike-north avatar robbiethewagner avatar skeate avatar ursm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ember-math-helpers's Issues

An in-range update of babel-eslint is breaking the build 🚨

Version 7.2.3 of babel-eslint just got published.

Branch Build failing 🚨
Dependency babel-eslint
Current Version 7.2.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As babel-eslint is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/shipshapecode/ember-math-helpers/builds/224541289)

Commits

The new version differs by 2 commits0.

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Tree-shaking via only / except configuration is broken in v4

The tree-shaking via only and except configuration options does not seem to work anymore in 4.0.0. I think it was dropped when converting the addon to v2 in #945.

I assume this was done by accident as the feature is still documented:

## Configuration
If you don't need all the helpers, you can specify which to whitelist or blacklist using `only` or `except` within your `ember-cli-build.js`:
```js
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
'ember-math-helpers': {
only: ['add', 'sub'],
except: ['random', 'tan']
}
});
```
Both `only` and `except` can be safely used together (the addon computes the diff), although it's best if you only use one for your own sanity.
```js
except: ['random'] // imports all helpers except `random`
only: ['random'] // imports only `random`
```

This breaking change is also not listed in the changelog:

## v4.0.0 (2023-11-02)
#### :boom: Breaking Change
* [#965](https://github.com/RobbieTheWagner/ember-math-helpers/pull/965) Support Ember 5, drop Ember 3.x support ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
#### :rocket: Enhancement
* [#1163](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1163) Add full TS/glint support ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* [#1162](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1162) Type declarations and template registry for Glint ([@BoussonKarel](https://github.com/BoussonKarel))
#### :memo: Documentation
* [#951](https://github.com/RobbieTheWagner/ember-math-helpers/pull/951) Fix broken URLs ([@ursm](https://github.com/ursm))
#### :house: Internal
* [#1100](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1100) Fix build ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
#### Committers: 3
- Keita Urashima ([@ursm](https://github.com/ursm))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
- [@BoussonKarel](https://github.com/BoussonKarel)

I noticed this when investigating if we can convert Ember Bootstrap to a v2 addon without dropping support for tree-shaking through configuration.

An in-range update of ember-cli-sass is breaking the build 🚨

Version 6.1.2 of ember-cli-sass just got published.

Branch Build failing 🚨
Dependency ember-cli-sass
Current Version 6.1.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-sass is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • codeclimate/coverage 100% Details

  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 4 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

dependencies vs devDependencies

Hi!

I installed this addon in an ember-addon with ember install ember-math-helpers. It put it under the devDependencies section of the package.json. When I tried to run my application it couldn't find the helpers. If I put it under dependencies and do an npm install again, it works. Should the ember install handle this by default?

An in-range update of ember-cli-eslint is breaking the build 🚨

Version 3.0.3 of ember-cli-eslint just got published.

Branch Build failing 🚨
Dependency ember-cli-eslint
Current Version 3.0.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-eslint is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • codeclimate/coverage 100% Details

  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 17 commits .

  • d479e5b 3.0.3
  • 8ecfea7 Merge pull request #159 from rwjblue/update-babel-6
  • 792e14c Remove ember-cli-babel dependency.
  • 8c20b23 Merge pull request #160 from ember-cli/greenkeeper/ember-cli-blueprint-test-helpers-0.17.1
  • d6ab08e chore(package): update ember-cli-blueprint-test-helpers to version 0.17.1
  • d96906c Merge pull request #155 from jeffjewiss/readme-linting
  • 6285ccd Merge pull request #157 from ember-cli/greenkeeper/testdouble-2.0.1
  • 305f8ec chore(package): update testdouble to version 2.0.1
  • 65c15de update readme: add note about linting build files
  • 1a07faa Merge pull request #156 from ember-cli/greenkeeper/ember-resolver-3.0.0
  • 4eaa075 chore(package): update ember-resolver to version 3.0.0
  • 1ab3776 Merge pull request #149 from ember-cli/greenkeeper/fs-extra-2.0.0
  • 527f250 Merge pull request #151 from ember-cli/greenkeeper/ember-cli-blueprint-test-helpers-0.15.0
  • 3fe511f chore(package): update ember-cli-blueprint-test-helpers to version 0.15.0
  • c613913 chore(package): update fs-extra to version 2.0.0

There are 17 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ember-cli-sass is breaking the build 🚨

Version 6.1.3 of ember-cli-sass just got published.

Branch Build failing 🚨
Dependency ember-cli-sass
Current Version 6.1.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-sass is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/shipshapecode/ember-math-helpers/builds/225042456)

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Update breaks Ember builds for Ember 3.7

I can't provide a range of versions so I don't know up until which version this error occurs, but for Ember 3.7 you'll need ember-math-helpers <= 2.10.0.

Ember installations with ember-math-helpers in package.json configured as ^2.10.0 will break when doing a fresh npm install.

Build Error (broccoli-persistent-filter:Babel > [Babel: ember-math-helpers]) in ember-math-helpers/helpers/abs.js

Cannot read property 'getHash' of null

Missing floor & ceil

If division is possible, floor and ceil should be present

granted rounding has some difficulty (what to do at xxx.5 and whether to do account rounding)

Better decimal rounding

The current round helper rounds to the nearest integer using Math.round(), it could be useful to have a helper that rounds to a given decimal point...

{{round a decimals=2}}

Good or bad idea?

An in-range update of ember-source is breaking the build 🚨

Version 2.13.1 of ember-source just got published.

Branch Build failing 🚨
Dependency ember-source
Current Version 2.13.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-source is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 15 commits.

  • 57b6b82 Release v2.13.1.
  • 637c0a4 Add 2.13.1 to CHANGELOG.
  • 566f5a8 Lock down testem version.
  • 0e51ff3 Lock down route-recognizer to 0.3.0.
  • a8931d1 [BUGFIX release] Ensure debug statements are no-ops in production builds.
  • 1cd162d fixup! [BUGFIX release] MODEL_FACTORY_INJECTIONS is now always false.
  • 20e0ba6 [BUGFIX release] Ensure nested custom elements render properly.
  • 005cff8 [BUGFIX release] MODEL_FACTORY_INJECTIONS is now always false.
  • c736afc [BUGFIX release] Remove reference to dist/ember.js file.
  • 2c23df8 [BUGFIX release] Fix EmberError import in system/router
  • d8c1641 [DOC release] correct casing of _routermicrolib deprecation url
  • bb57294 [BUGFIX Release]fix mocha blueprint service test filename
  • a4bfeea [BUGFIX beta] Fix double container destroy
  • b64ce22 [BUGFIX release] Ensure that it is possible to experiment with syntax.
  • c4e4415 Fix access to service:-document in engines

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ember-cli-shims is breaking the build 🚨

Version 1.1.0 of ember-cli-shims just got published.

Branch Build failing 🚨
Dependency ember-cli-shims
Current Version 1.0.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-shims is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • codeclimate/coverage 100% Details

  • continuous-integration/travis-ci/push The Travis CI build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ember-cli-sass is breaking the build 🚨

Version 6.2.0 of ember-cli-sass just got published.

Branch Build failing 🚨
Dependency ember-cli-sass
Current Version 6.1.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-sass is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 4 commits.

  • e00f92a 6.2.0
  • 617c8f0 Merge branch 'master' of github.com:aexmachina/ember-cli-sass
  • 0b7fd6c Merge pull request #161 from marcemira/patch-1
  • 58e18ee Include Parent App support

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

only/except not working for app tree

Although i have "only" add, mult and sub, all the reexports of the addon's app tree are visible in the consuming app:

image

Note: the actual helpers in the addon tree seem to be correctly filtered.

I'll see if I can come up with a PR...

Namespace '"@ember/component/helper"' has no exported member 'EmptyObject'.

I run into the following type error when using ember-math-helpers with types provided by Ember natively.

node_modules/ember-math-helpers/declarations/helpers/sub.d.ts:21:50 - error TS2694: Namespace '"@ember/component/helper"' has no exported member 'EmptyObject'.

21         Named: import("@ember/component/helper").EmptyObject;
                                                    ~~~~~~~~~~

I'm using the following versions:

  • ember-math-helpers 4.0.0
  • ember-source: 5.4.0
  • typescript: 5.2.2
  • @glint/core: 1.2.1

Score on Ember Observer is Wonky


ember-math-helpers currently has a 6/10 on Ember Observer.
  • I think it's pretty easy to fix. It looks like the contents in Box A should be moved to Box B
  • This should fix the error described in Box C and get you up to a 8+/10

screen shot 2016-04-22 at 12 44 07 pm

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper App’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.