Results 44 issues of Uriel Avalos

Steps to repo 1. Directory structure is ``` v1 / fly1_0.png v1 / fly1_2.png ... v1 / fly1_5.png ``` 2. Install locally `yarn --dev spritesheet-js` 3. Run `yarn spritesheet-js -f...

The use case is that I'm a kindle user, and would prefer an "official" PDF, rather than having to roll my own. And yea it's OK that the PDF gets...

``` ERR! Error: Error: TypeError: forkTsCheckerWebpackPlugin.getCompilerHooks is not a function ERR! at ForkTsCheckerNotifierWebpackPlugin.apply (/Users/uri/Documents/web-gen3/node_modules/fork-ts-checker-notifier-webpack-plugin/index.js:68:23) ERR! at webpack (/Users/uri/Documents/web-gen3/node_modules/@storybook/core/node_modules/webpack/lib/webpack.js:47:13) ERR! at options.ignorePreview.then.previewConfig (/Users/uri/Documents/web-gen3/node_modules/@storybook/core/dist/server/dev-server.js:113:50) ERR! at process._tickCallback (internal/process/next_tick.js:68:7) ERR! { Error: Error:...

I used memoization in Scala before and had issues when two different threads tried to call the memoized function. (The issue was that the memo used a non-thread safe "regular"...

So I'm creating what's basically a billiards like environment with gravity---users can rotate their device and change gravity to match phone orientation. So for example, a user can tilt their...

question

I tend to use hard wraps. but when I hit ALT-Q on a long bullet entry, it turns it into *two* bullet entries (instead of wrapping the entry, like org-mode...

For context, see http://forum.xda-developers.com/showthread.php?p=53399438 post #628 QKeyEvent seems to be recording correct key presses on client side. However, server shifts keys by 8. Client info: ubuntu precise 12.04. Manually compiled...

Is there a way to use a custom webpack binary? In our app, we use parallel-webpack (a deprecated webpack build that enables parallelism). Upgrading this won't likely happen any time...

First off good work :-) I use cosmos exclusively now on all my personal projects :-) I've started to create JS modules using https://github.com/developit/microbundle and wanted to know the recommendation...

Very interesting bug that seems to only happen when node-fetch Request is instantiated in 3rd party libs, while running jest using the happy-dom environment. **Reproduction** Steps to reproduce the behavior:...

bug