Marcus

Results 39 issues of Marcus

5000 Tabs open, constantly switching between my backend, docs, cookbook, feature upvoting and forum. Constantly getting lost. ![image](https://user-images.githubusercontent.com/1337223/134646919-f159d97c-49da-4e71-989c-69e2b237648b.png) Forum and Kirby backend using the outlined Kirby logo, all other services...

type: design 🌈

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...

v4

would it be possible to render JPGs progressively? https://stackoverflow.com/questions/41732652/convert-jpeg-to-a-progressive-jpeg-in-php

feature
to-be-documented

Using `*CSS-class-name*` in Keywords just kills me :D Thanks for consideration!

feature wish

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...

enhancement
feature wish

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' =>...