Robert K

Results 9 issues of Robert K

I've had this happen semi-frequently when writing code. I'll start with... my_func('foo', 'bar', [ 'something' => $something, ]); ...and realize it would be better served as a `compact()` call. So...

enhancement

**Describe the bug** Running `npkill` resulted in prompts for access to my: contacts, pictures, and calendars. I promptly stopped the process! **To Reproduce** Steps to reproduce the behavior: 1. Launch...

**Description:** The chopper worked great for awhile. I gave it a Sapphire Axe (Tech Reborn) with 1000 durability. Toward the end, the axe got low in durability, and now I...

bug

So, the current implementation of the `SettingsServiceProvider::boot()` method prevents caching of the settings, forcing 2 queries (one to detect the table, one to load settings) on the DB. It's more...

triage

In some server configurations, output buffering will cause the image content to be truncated by approximately 5 rows of pixels. I confirmed that this happened with both PHP 7.4 and...

Hi, I don't know exactly what I might've been doing at the time to give you context. The project I was working on is a Laravel 8, PHP 7.4, application....

### Bug Report Recently upgraded application with Laravel 10, Laravel Backpack 6, with `barryvdh/elfinder` as a filemanager for the client (for organization and bulk-uploads). Prior to these upgrades, the application...

For example: https://youtu.be/LtK72R3ymvI?list=PLJPRYJOPv4pRs9MeQgfm_sK5e5UqMCFGN&index=3 The value in the field will still be the original value, not `LtK72R3ymvI`. The issue appears to be caused by this line: https://github.com/Media24si/nova-youtube-field/blob/dc45bf0f1be948cf860948b93d46106354964d98/src/Youtube.php#L46 This is because it...

I kept getting a front-end validation error when checking a link my client provided. Here's a sample one: http://www.example.com/my-document v12.3.xslx This is a valid URL when URL encoded to: http://www.example.com/my-document%20v12.3.xslx...

bug