-
Rebirth & Rework
---
- rewrite from scratch
- ES6 / eslint standard config
- ES7 stuff, decorators, di (experimental)
- make / npm run scripts as default built tool
- popular build tools adapters (gr…
-
Implementing the Givens rotation function `rotg` required a `Math.sign()` function which isn't present in older Node versions such as v0.10. I don't necessarily like having a polyfill, but maybe other…
tab58 updated
8 years ago
-
In #324, I implemented a first pass at soak operations that's correct, but uses a `__guard__` (or `__guardFunc__`) helper function even in simple cases where it would look nicer to do something more d…
-
This project is being contributed to FINOS. This issue tracks the various tasks around this move.
Steps required for the move to FINOS:
- [x] Gain approval from the Hadouken PMC
- [x] Change fr…
-
you [mentioned the project on twitter](https://twitter.com/jaredhanson/statuses/289989241558167552) but the README doesn't describe what the project does.
some good tips: http://tom.preston-werner.co…
-
Hello.
I saw this commit:
https://github.com/FlamingTempura/zam/commit/77cf7ceb0c0179cc2387f841ec879db38388368e
And I am not sure what you are exploring and what are the requirements for your p…
-
Flow version: 0.100.0
## Expected behavior
Given the following input:
```js
// @flow
// п
function foo(bar: number) {}
```
`flow-remove-types` should produce:
```js
//
// п
…
-
This has come up many times in my use cases: Jsep allows custom unary and binary operators, but the ternary operator is implemented ad hoc. It would be nice if there was an analogous `addTernaryOp()` …
-
I don't have a clear repro for this (and am afraid to try!) but: I was writing a `for` loop and the tab became unresponsive (Chrome). I think I probably piled up a bunch of script refresh requests (or…
-
Inspired by some modules like [Mess](https://github.com/Moerill/Mess) which patch methods [using a regex](https://github.com/Moerill/Mess/blob/master/src/scripts/modify-templates.js#L6-L62), I have be…