Brent Roose

Results 287 comments of Brent Roose

So I realise this isn't properly documented yet, but Tempest's ORM is very limited, by design. I want people to write their own queries whenever they want more flexibility or...

Not going to do this first-part for now. Could be a nice third party package though

Remember that tempest views are parsed, so let's say we call it `` This component will do a couple of things: - Take the original path, and render responsive variations...

@aidan-casey @innocenzi I need a sanity check here, does this make sense? This way we have one env var that should be set in production to enabled all caches, but...

So, for the record, I'm totally fine with only having one toggle for all caches. But I'm a bit afraid that it won't be flexible enough. That being said, we...

Did some more testing, it's actually pretty crucial being able to toggle individual caches on and off for local development (testing comes to mind: you want discovery cache on, but...

This was on tempest-docs, I didn't dig deeper into it yet. Simply replace the regex call and run the console to get the error. But I'm happy to debug it...

One thing I want to be possible is to create a file WITH the directory if it doesn't exist, so basically a oneliner for this ```php if (! is_dir(dirname($path))) {...

@aidan-casey instead of providing methods that combine permissions, I'd simply provide values: ``` case OWNER_ALL = 0o700; case OWNER_READ_WRITE = 0o600; case OWNER_READ_EXECUTE = 0o500; case OWNER_WRITE_EXECUTE = 0o300; case...

I'd also add a `without` method on the enum which starts from `777` and subtracts