Arthur Bodera

Results 47 issues of Arthur Bodera

The preview option is very limited, because one has to click it all the time to see changes. I've tried to trick it by doint the following: 1. Open markdown...

Feature

### Reproduce steps 1. Mount gdfs in `/gdfs` 2. Create a directory `/gdfs/foo` 3. (optional) Create a file in the new directory (`echo 1 > /gdfs/bar/file.txt`) 4. Create second directory...

Still trying to figure out why ... but `Fatal error: null` is the only meaningful output I get with verbose enabled. ``` Running tasks: test Running "test" task Running "env:test"...

I'm trying to completely disable the accuracy circle. It lives in RMMapView as a private variable `(RMCircle *)_accuracyCircleAnnotation` Android SDK [supports it out of the box](https://www.mapbox.com/mapbox-android-sdk/api/userlocationoverlay/#setdrawaccuracyenabled%28boolean%29) but trying to get...

Right now the SDK does not have any support for userland error handlers. It's not possible to catch tile loading errors, api errors or runtime errors with MapBox. The main...

enhancement

Files get truncated when they are renamed on encfs mount on top of acd_cli mount. I've been scratching my head as to why a write is performed at all when...

FUSE

When using ... ``` php 'debug' => true, 'combine' => false ``` ... assetic module was including individual files from a collection, for example: ``` html ``` ... however, it...

At first, I was happy and keen to rely on automatic injection of assets depending on the controller/action. However after some time using it, I've found it's prone to a...

I've found myself in a corner more than once, trying to use the built in search traversal with JS methods. One example of that would be interacting with `` augmenting...

feature
proposal
response-needed

This is not BC by a long shot, but I believe the current interface names are awkward. ### The change - instead of function `dimensions()` it should be function `getDimensions()`...