Keith Maika

Results 9 comments of Keith Maika

This was fixed by bd579d86

I encounter this issue still. Seems to happen fairly reliably then closing out with a 1:1 chat open. When logging in again it re-opens the chat and highlights that entry...

As seen in the original comment code block, Github prevents the the text from making too much of a mess via the overflow css property. That could be a possible...

I've made a pull request (#348) that makes updates for PHP 8.0 compatibility. Not sure if the project has anyone actively monitoring it these days that would be able to...

@Schlaefer as far as I could tell it just is a small composer plugin that causes phile-plugin packages to be installed into the plugins folder instead of the vendor directory....

I don't follow what you're looking to accomplish. Can you explain with an example of the directory and url layout you are trying to accomplish?

> Then we use something like the service provider in Laravel to load plugins by their class name. I'd prefer the approach Symfony uses with it's bundles. Rather than a...

> Is there a case where people would start passing things to constructors? Most likely not. The only potential use case I could come up with would be to to...

I put some work toward the ideas presented here, mainly splitting the project into a separate core and skeleton app. I'd like to ask for opinions before doing too much...