Marcus
Marcus
5000 Tabs open, constantly switching between my backend, docs, cookbook, feature upvoting and forum. Constantly getting lost.  Forum and Kirby backend using the outlined Kirby logo, all other services...
Add Mapbox DPA
I'm using f3-schema-builder and f3-cortex to create temporary SQLite database for API data. Right now, I'm just storing the JSON string and then pull it out and access JSON fields...
Hi, is there a way to exclude elements, or better to create the map from just the content element? I tried the `viewport` option, but then the map is not...
Hi, I have a cli script, that runs through a big (12000 items) json file and updates a mysql database. After 200 entries the script dies with the info that...
would it be possible to render JPGs progressively? https://stackoverflow.com/questions/41732652/convert-jpeg-to-a-progressive-jpeg-in-php
Using `*CSS-class-name*` in Keywords just kills me :D Thanks for consideration!
Wouldn't it make sense to use the internal github wiki to document phpwms core functions and some use cases? I just reverse engineered `imagespecial_custom_fields` and I wished it was a...
I created a module for myself and got frustrated how inflexible phpwcms own template language is, especially the conditional statements with `[REPLACEMENT_TAG_ELSE]`. I think it's time to slowly move or...
Consider this piece of code in a migration file, throwing an error at `$user->delete()` ```php public function down() { $user = $this->fuel->users->model()->find_one(['user_name' => 'stm']); $user->delete(); // this works //$this->fuel->users->model()->delete(['user_name' =>...