8633brown

Results 10 issues of 8633brown

### Tandoor Version 1.3.1-raspi-raspi ### Setup Docker / Docker-Compose ### Reverse Proxy No reverse proxy ### Other _No response_ ### Bug description Currently running tandoor on a raspberry pi 3b+....

enhancement

maybe more of a proof of concept at the moment but i'm unsure as to whether the builds can be reduced in size any more. Ive added corejs and setup...

This is more of a proof of concept at the moment. Although It does seem to work very well with just the initial change. All glyphs render okay other than...

## Description Currently the native cookie uses a list of arguments passed to ```setcookie```. Most of these arguments are already in an array which could be passed somewhat directly to...

### Your Environment - OS and Version: #.#.# - PHP Version: #.#.# - Sentinel Version: #.#.# ### Expected behaviour as per the docs `Sentinel::register` should return `bool|UserInterface` ### Actual behaviour...

this might be pretty much the same as #27. when hashing passwords would it not be a good idea to use ```password_needs_rehash``` especially when using ```DEFAULT_PASSWORD``` in the NativeHasher, as...

Proposal

On a fresh install I've ran these commands: ```sh composer create-project sylius/sylius-standard acme cd acme docker compose up ``` I'm then getting the error: ``` => ERROR [node:latest sylius_php 10/20]...

wondering if there is any reason the activation links don't include the activation key: https://github.com/PHPAuth/PHPAuth/blob/752cda0ffe5742e06dce9242d0651b4cebf04db9/languages/en_GB.php#L63-L68 so: `%1$s/%2$s` would become: `%1$s/%2$s` or something similar.

enhancement
todo
accepting PR
in progress

closes #473. managed to figure out the ```Component\VEvent::isInTimeRange``` method and figured it was the right method for this task.

I'm having to parse a large VCalendar file with over 2000 VEvents and i was looking for a method to help reduce the size of the resulting ```VObject\Document``` as the...