Julien Bourdeau

Results 37 comments of Julien Bourdeau

I'm running into the same issue. I'm installing it with composer global, I have tried reinstalling but I cannot make it work with PHP 8. ``` $ forge --help Box...

One way to make it work, at least until we figure it out is to [bypass box requirement checks](https://github.com/box-project/box/blob/master/doc/requirement-checker.md#skipping-the-requirement-checker). ```bash BOX_REQUIREMENT_CHECKER=0 forge --help ``` I'm starting to think the issue...

Hi, I have few things to do, like rename the repo and such. I'll take care of it today and I'll let you know. Thank you for your interest !

Really good idea 👍

Hi Jonathan, I think in a module, a simple `Tools::getValue('id')` should do the job just fine. We considered `$request = Request::createFromGlobals()` or the snippet you sent me by email but...

Sorry we got a bit confused! Indeed the `id` is extracted from the URL by the routing component but it isn't in `$_GET` nor `$_POST`. It's an attribute in the...

To "avoid" globals, you can use `$request = Request::createFromGlobals()` instead. The very best way would be making the request available in hooks! We'll discuss this today and we'll let you...

Hi Eran 👋 We moved most (all?) of our repo to CircleCI. I believe it would be best to move this one there too 👍

I'm working on it 👍 see PR #335