Dylan Anderson

Results 10 issues of Dylan Anderson

When Codekit reloads my Chrome page - that was generated using submitted form data - the page first reloads, then I get the usual message from Chrome asking if I'd...

This would prevent necro-posting.

New Feature Request

**Is your feature request related to a problem? Please describe.** I'm creating a site in a subdirectory of a site. This site is 1-level deep and I want all navigation...

enhancement

On this page: https://docs.phalconphp.com/3.4/en/views#simple-rendering, in the 3rd code block that demonstrates how to use `render()`, it references `$this->view` from a controller. By default that will be \Phalcon\Mvc\View - whose `render()`...

It would be useful to be able to retrieve the current & total values from a progress bar. My use case is that I define the progress bar in one...

**Describe the bug** A line that violates the `PSR1.Files.SideEffects.FoundWithSymbols` rule still generates a warning about it even when preceded with `// phpcs:ignore` **Code sample** ```php

Awaiting Feedback

I have patched my local copy to automatically uppercase any reserved keywords. So a submitted query like: ``` sql select * from blah as b ``` Gets formatted into ```...

Adds an “$uppercase” property to uppercase reserved words when formatting.

For long running progress bars, seeing it sit at 1% isn't exciting, so I added the ability to change the precision of the percentage. Usage is straightforward: ```php $progress =...