Ben Bucksch

Results 46 comments of Ben Bucksch

> establishing a connection to the internet as it is the Remote API in the cloud provided by meethue.com. Yes, I was thinking of that. See Expected result point 3....

> I don't have a proxy set up currently to test with The good news is that the old code failed 100% of the time, so you can't actually break...

This was completely preventing me from using the lib. Obviously, I have fixed it, and I use my version of the lib. So, I fixed it for my project, with...

# Test code This is a reduced test case. It's not the exact code I ran, but similar to what I tested with. ## Syncronous ``` import leven from 'didyoumean2';...

# Cause Looking at the Parallel.js code, the code does seem to try to re-use workers in `parallel.map()`. It's possible that there are bugs which prevent the reuse of workers,...

I see this bug when I install the [npm module](https://www.npmjs.com/package/paralleljs) using `yarn add paralleljs`. Note that the package there is 6 years old. When I import this repo using `yarn...

This request is **not** to download resources from the Internet and make them available synchronously. It's merely about loading the bundled assets with a URL that's constructed at runtime, so...

In my Sapper project, I was not able to use a third party component that is implemented using ES6 modules. This is a serious problem. (It works in plain Svelte,...

Now, the question is: how to achieve this best, in Grid.js? Change tileSize? Change resolution? Both?