Christian Widlund

Results 42 issues of Christian Widlund

``` Problem 1 - enl/flysystem-cloudinary is locked to version 1.3.0 and an update of this package was not requested. - enl/flysystem-cloudinary 1.3.0 requires cloudinary/cloudinary_php ^1.8.0 -> found cloudinary/cloudinary_php[1.8.0, ..., 1.20.0]...

https://github.com/GoogleChrome/lighthouse-ci/blob/ed1b3cb99699c79b332bc35e1f5bcd967e4aa9ba/packages/cli/package.json#L23 #726 **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the...

the returned story will always be the first originalStory use in `useState(originalStory)` ? initialState is never overwritten. ```javascript export function useStoryblok(originalStory, preview, locale) { const [story, setStory] = useState(originalStory) ```...

https://laravel-news.com/laravel-9-18-0 https://laravel.com/docs/9.x/helpers#method-fake so ```php 'name' => $this->faker->name ``` can now be shortened to ```php 'name' => fake()->name ``` [version_compare](https://www.php.net/manual/en/function.version-compare.php) ```php version_compare(app()->version(), '9.18.0', '>='); ``` :)

enhancement

Being able to use markdown would just add clarity / ability to create better comments https://github.com/kirschbaum-development/nova-comments/blob/3d18bb93ec0ebfed37300fc9c0c6faebaeb0245f/src/Nova/Comment.php#L47-L49 ```php Markdown::make('comment') ->alwaysShow() ->hideFromIndex(), ``` ref: * https://nova.laravel.com/docs/4.0/resources/fields.html#markdown-field ## [Markdown Field](https://nova.laravel.com/docs/4.0/resources/fields.html#markdown-field) The Markdown field...

enhancement

just an idea. when a comment is posted, notify the user owning model or taking part of the discussion via notifications -> https://nova.laravel.com/docs/4.0/customization/notifications.html

enhancement

addGroupTranslation (and or more places) could benefit from upsert https://laravel.com/docs/9.x/eloquent#upserts would scale and speed up sync **3x-10x** times. syncing truncated translation table with **17765** translations takes **15,288.38 ms** > If...

Would there be any benefit to swithing to extended-acf, since acf-builder does not seem to be maintained. refs * https://github.com/vinkla/extended-acf/issues/126#issuecomment-1573283799 * https://github.com/StoutLogic/acf-builder/issues/176

enhancement
help wanted