Jordan Baczuk

Results 15 issues of Jordan Baczuk

**Operating System** ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.5 LTS Release: 16.04 Codename: xenial ``` **Leveldb**: ``` $ sudo apt-get install libleveldb-dev...

My miner share difficulty is low for testing but this issue seems like it would crop up with too many workers. ``` 20:48:04 [Error] [MposStorage] [BTC] An exception occured while...

Case: ``` describe.only('reproduce RangeError bug', () => { it('should throw range error', () => { expect(() => { throw RangeError }).to.throw(RangeError) }) it('should throw range error using constructor', () =>...

Feature Request In order to clear the queue, it must be done using the [toast API](https://fkhadra.github.io/react-toastify/limit-the-number-of-toast-displayed/#how-to-clear-the-waiting-queue) (which is great). It would be good if the stack of toasts would also...

addon

| Q | A | ----------------------------------- | ------- | Bug or feature request? | Bug | Which Swagger/OpenAPI version? | hosted version at editor.swagger.io | Which Swagger-Editor version? | hosted...

cat: code generation
version: 3.x
type: upstream bug

In order to get my Next.js project to export using `next export` I had to add this code to the next.config.js: ``` images: { loader: 'custom' } ``` See https://github.com/vercel/next.js/issues/21079#issuecomment-899535752

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. This fixes a build error with...

Quick question, is it possible to use this api to complete lessons? I did find this: https://chrome.google.com/webstore/detail/duolingo-on-the-web/aiahmijlpehemcpleichkcokhegllfjl

Many errors like: `Argument labels '(_:)' do not match any available overloads`

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When `closeOnClick` is set to `false` the cursor is still a pointer, indicating...