-
This is a discussion item for https://github.com/aspnet/Announcements/issues/324.
-
For this year, it is necessary to review:
- Backlog
- Open pull requests
With that information, it is necessary to reschedule milestones for 2018 in order to put priorities.
- [x] 1. Continu…
-
Any plan to add more feature to rhis?Especially auto skill?or other?
-
It would be ideal if the script will try to avoid choosing RESIST card during battle.
WEAK > nil card > RESIST
Thank you.
-
All jobs should can consume them, just if player is not RK, gives no effect.
Currently, our `pc_isUseitem` prevents those items can be consumed.
-
@ljharb @mbrowne
If I understand what's going on in #1, the 2nd problem being targeted is the need to declare a property initialized with an object, and having that object be an instance-specific c…
-
Let's use this thread to discuss actual design considerations for an actual hooks API.
Prior references:
- [#1063: Provide React Hooks](https://github.com/reduxjs/react-redux/issues/1063)
- […
-
Hi Coder School, I've just finished my assignment. Although it looks terrible, and lacks of few functionalities, I think I have learned many new lessons through it. Please let me know if you have any …
-
We have a problem in Chai. The problem is that it's too easy to write tests that appear valid but are actually broken in such a way that they pass no matter what. Strict TDD/BDD can help mitigate this…
-
# Bug
Running `destroy` twice does not call callback on second destroy.
I would have expected destroy to always call the callback.
```javascript
// try-knex-destroy.js
const KNEX = require…