Jeremy Scheff
Jeremy Scheff
First of all, this is a really cool project, thanks for your work! Now, let's imagine some crazy parallel universe where Microsoft decides to implement compound and multientry indexes and...
**$200 prize if you can resolve this issue, see below for detail** I made a branch https://github.com/zengm-games/zengm/tree/esbuild-sourcemaps containing a commit https://github.com/zengm-games/zengm/commit/f0d524f2abcf9866d8e83b24c96dcbd641b4e1c6 which throws an error when the main page is...
See https://old.reddit.com/r/BasketballGM/comments/rt7szv/monthly_suggestions_thread/hty3yug/ - if you have some legendary player, his player profile page is huge. It'd be cool to be able to condense it into a small summary, maybe similar...
Currently, if you have 32 teams spread evenly into 2 conferences each with 4 divisions, FBGM tries to generate an NFL-like schedule. 16 games and 2 against each division opponent...
Currently an NBA-like schedule is generated if you have a league with 82 games, 30 teams, 2 conferences, and 3 divisions. Otherwise, [`season.newScheduleCrappy()`](https://github.com/dumbmatter/basketball-gm/blob/e71e2e659bdc62dc95a23e254a84bb7253aa22c7/src/js/core/season.js#L450) is used. And as you can see,...
## Describe the bug If you have an OverlayTrigger with placement="auto" containing a Popover, then the first time it is displayed, the Popover arrow will be overlapping the target, rather...
This will make everyone's life slightly better by making the module distributed through npm a bit smaller. And it will save users of Flow some grief, because of facebook/flow#5898.
In IE10, it seems that normal links are routed fine, but forms are not. Minimal example: http://jsfiddle.net/xg4Hr/2/ - In Firefox and Chrome, clicking the GET and POST buttons display "GET"...
Example: http://jsfiddle.net/TBGaX/ These two forms: ``` Query string in form URL No query string in form URL Requests recieved: ``` backed by this JavaScript: ``` var app = new Davis(function...
Aging
It'd be cool to put an `age` property on the root of the face object, and use that to control aging-related features, like facial lines, balding, and graying hair.