Sam Rapaport
                                            Sam Rapaport
                                        
                                    I am currently reading through the source to wrap my head around the architecture of this package. I'd really like to be a major contributor to this down the line....
You can do this with https://github.com/samrap/gestalt by defining [custom loaders](https://github.com/samrap/gestalt-docs/blob/master/loaders.md). Closure and class based loaders are supported: ``` php $config = Configuration::load(function() { $items = parse_ini_file('config/app.ini', true); return $items; });...
You might want to take a look at https://github.com/samrap/gestalt . It is a lot more flexible on how it loads configurations from files and even allows you to define custom...
717504c replaces the Outrun theme with two new themes: Outrun Night and Outrun Electric. Outrun Night is a less intense version of the current Outrun theme. This is achieved with...
Thanks for the screenshots, will get an update pushed up in the next couple of hours.
Yea I’m probably going to roll that back. It’s a bummer because the intention is to have all function and method _declarations_ in orange, while function and method _calls_ remain...
Issues mentioned have been updated in 0.2.1 (See #8). Thanks for your patience and help making this theme better @Vorror ! Hopefully it will be flawless in the next month...
I'd be happy to review any PRs if you wanna have a stab at it! I've been really busy at work so haven't had much time to work on this...
@Plinpod I recommend you use [#14316 (comment)](https://github.com/nuxt/nuxt/issues/14316#issuecomment-1397355124) as your middleware solution only handles the `+` character while this issue will apply to any special characters in the URI. It's also...
Hmm, so essentially you are looking to merge configuration options from two directories? I think you will have to write a custom loader for that.