Sebastiaan Andeweg
Sebastiaan Andeweg
I opened https://github.com/indieweb/microsub/issues/34 to bridge these together, but according to the spec, the Preview action should be over POST. Aperture currently only accepts GET.
_Note: I'm running a very old version of this thing, so this might already be fixed? But I see no related issues, so filing it anyway._ Some feeds I follow...
As we discussed: Living close to the border, Atlas gives the wrong address for my home location. It seems to be a problem with the `&distance=10000` parameter on the API...
- Larastan Version: v0.7.12 - `--level` used: 5 ### Description I get PHPStan errors on a piece of code that just seems to work: ```php Redis::set($key, true, 'EX', $seconds); ```...
Right now, IndieAuth.com guides the user to add links to social media accounts, but it might be good for IndieAuth (not IndieAuth.com however) if IndieAuth.com also suggested people could build/host...
When a token is revoked or otherwise invalid, the Micropub Endpoint returns 403 Forbidden. Right now, Quill just says "Micropub endpoint did not return a location header". But in the...
This is totally my fault, since my server does not return a useful error when sending a query source, but I think a better check should be in place :)...
I had some troubles, so I documented my journey. (esp. the "don't use `.xcodeproj`" part) Not going to fork and PR this, you may use this text if you want...
According to the documentation, we can do `->sortable()` on the field, to make the Media draggable / sortable while editing. https://github.com/dmitrybubyakin/nova-medialibrary-field#sorting By reusing this property, the Field is marked as...
Maybe I am not seeing something, but if I have a query like this one: ```cypher MATCH (store:Store)-[stock:STOCK]->(product:Product) WHERE id(store) = {storeID} AND id(product) = {productID} RETURN store, product, stock...