Jakob Heuser
Jakob Heuser
### Description I'm working on pairing this down to a reproducible use case, but can confirm the bug was created in the 12.2.0 release (works on 12.1.7, fails on 12.2.0...
```yaml steps: - name: Checkout uses: actions/checkout@v2 - uses: repo-sync/pull-request@v2 with: github_token: ${{ secrets.PAT }} pr_title: "⤴️ ${{ github.actor }} Draft Merge Request" pr_body: | :arrow_heading_up: Closes: #issueid **Describe the...
Fixes #766 This is a PR for a set of string changes that update "Write your reply" to a set of phrases that encourage contribution, while also steering individuals to...
**Is your feature request related to a problem? Please describe.** I'm frustrated when the generic "Write your reply" encourages people to behave badly in a community space. I don't think...
Having the multiverse ID available in the API would be a huge help. This would allow a developer to link to the gatherer page, look up card images from mtgimage,...
Fixes #181 To support DraftJS v0.11.x forward, handleBeforeInput needs to take an additional parameter `eventTimestamp` for synchronizing collaborative actions. This change adds support for eventTimestamp, updates all tests and snapshots,...
We use `changesets` in a few other projects, and the associated github PRs are much better at tracking what's upcoming than our static #12 issue * Add project (may require...
This is an evergreen issue for tracking what's planned in upcoming versions of DocMQ. # Patch 0.5.6 * [x] Disable strict checks (warn instead of throw in drivers): 05ab2e6f565351f04763ae65deb79a23c0b4b7e6 `...`...
# Why When jobs are scheduled to run at the same time, the current `take()` operation on drivers does not sort for higher priority jobs. # Solution * Add an...
# Overview Ran into this bug while adding new export to a wasm module written in the JS PDK. I forgot to update the `.d.ts` file and ended up with...