August Miller

Results 52 comments of August Miller

@cferdinandi Heya! Thanks for the lightweight library! I think this issue persists—there's no way to un-set the `Content-Type` header specified in the `defaults` object (per @ajorias's note), at request-time. When...

Ordinarily, yeah—but the `boundary` value is generated by the browser, and as far as I can tell, can't be spoofed/reproduced without completely customizing how the body is “serialized,” which defeats...

I *think* so? I mean, this is probably the means to a backwards-compatible solution. 👍 In fiddling, I tried to unset by passing `null`, but it actually appended/joined the two...

We may have to wait for Google to start rolling out new client library versions, but the [current constraint in package.json](https://github.com/Superbalist/flysystem-google-cloud-storage/blob/master/composer.json#L14) should be fine, so long as they stick to...

Wow, I had no idea these methods existed (or that it could be automated via `OrderQuery` params)! While these can eliminate a top-level N+1, I still think the issue still...

Possible syntax: ```yml fields: location: label: Location type: map center: inherit ``` …this means that we could dynamically change the default center of the map by updating the location of...

For reference, [this](https://github.com/AugustMiller/kirby-architect/blob/master/architect.php#L77) is the line in question. This is related to #1, in that the plugin only works for multi-language installs, at the moment. Currently, the only fix is...

This is something I'd hoped to implement from the beginning— a "soft getter" of some kind, that would accept an array of arrays or "accessors," like this: ```php Architect::get('blueprint', [...

Hey! Saw your thread on the forum— I've created [a Feature "Idea"](https://github.com/AugustMiller/kirby-map-field/projects/1#card-388514) under the Projects tab. This is something I've been meaning to do for ages, but to get it...

By "Component" do you mean a field method? Or is it some larger bit of functionality that I'm not considering? I'm doing some hacking, locally, and have a few observations…...