Mattias Fjellvang
Mattias Fjellvang
I have just installed guard and phpunit2. When running "guard init" in my project folder, I get following error: ``` [canfiax:~/lesson] $ guard init 16:30:12 - ERROR - Could not...
- feature: added `direction` prop that allows restricting the swipe to a specific direction - feature: adds `onPastThreshold`, `onPastThresholdStart`, `onPastThresholdReleased` and `onPastThresholdEnd` callbacks - feature: adds callbacks from https://github.com/johnpryan/swipeable/pull/4 -...
I am trying to use state with points, as I need to change a prop onClick (e.g. show a tooltip when you click a marker). However, when I add points...
Thanks for great work. I just wanted to do this small PR to align the cluster markers more precise. It was a small thing I stumbled upon, and thought the...
Just like many other dotenv libraries, I don't think it's ideal if the build fails if no .env file is found. For instance, we mainly use .env files for different...
Loop:true will cause the document to jump to top, which makes it unuseable on a one-pager website. Could be cool, if you could look into it when you have the...
Could be cool if the function selectAll could also work on mobile devices. I have tested on iPhone 5 Safari, and it doesn't seem to work. Otherwise, the selectAll could...
It could be useful to add functions to the manuscript. Could you consider this as an upcoming feature?
## Problem/Feature Request Summary I'd like to run a "replace()" function on the body content, replacing any string I'd like. But I am not sure how. I have tried like...
I see the following errors in Chrome: GET http://assets.my.app/images/medium/b05d317cb2b8be001721000e6d3b2830.jpg net::ERR_CONTENT_LENGTH_MISMATCH If I visit the image directly in the browser it shows just fine.  I am using Laravel Valet and...