Javran Cheng
Javran Cheng
I see - wasn't aware of `integer-gmp` and `powModInteger` it provides, that would also do (probably also mention that in addition to `mod` package in the doc?). I agree with...
I understand the benefit of having it on type level, probably wouldn't commit to it though - my major concern are (1) the machinery is a bit much converting between...
In case you guys are lazy: [here](https://discordapp.com/invite/RtSadWM) is the invitation, `#poi-viewer` will **not** in your club list by default, and you'll need to send `MingLee` message `%join #poi-viewer` to join....
Providing some idea towards first solution: since we know the percentage of loss (either 40%, 30%, 24% or 20% depending on the # of radar-carrying ships), resource loss cap is...
now we also need **react-ultimate-pagination** due to recent "update" of react-bootstrap. battle-detail is using it and additionally so is a proposed PR http://github.com/dkwingsmt/plugin-wheres-my-fuel-gone/pull/20
Thanks @Fresheyeball for this workaround - it worked fine but it generates a greenish color when there are section where pixels of both image are transparent. So I checked Wikipedia,...
This will be very useful indeed! I just [did something](https://github.com/Javran/jackpot/commit/c96036fea8423b88f7236fd92ca671145bfbaa56) similar to https://github.com/simonmar/alex/issues/126#issuecomment-753546545 and wish such a support exist.
Just want to add few notes on this issue: (A bit of background: I'm following Java SE 16 Spec to write a parser for fun, so my knowledge below is...
Thanks for your detailed feedback! I've addressed ~all~ most of them, please take a look. I'd also love to be more consistent in terms of code formatting if there is...
Sorry, I was thinking about a design choice when I wrote that: the concern is if we override `configSkipPredicate`, student might have to either remove this override or change test...