adrienrn

Results 8 comments of adrienrn

Hi, I have a similar issue with a menu item where the type is `post_type_archive`. This is a page from a plugin. It triggers a notice at the top of...

As I see it, there's two options: 1) Import files in `couscous.yml`, making them available to all templates, as you said. 2) Load all files from a given directory (whose...

One small addition: Jekyll is capable of loading plenty of formats: yml, json, csv. If YAML seems obvious choice for the everyday life, plenty of tools output only json or...

> Hi, thanks for the pull request. We cannot merge a pull request without tests though, could you write some? > > Also I would rather see the section named...

I'm encountering this issue as well. I have tried I'm running v6.2.9 and v6.3.7 and is seeing the same issue. Interestingly enough, this story doesn't trigger the error: ``` export...

Hello, Your warning seems to be triggered because of a config `lexik_jwt_authentication.encoder.service`. Did you override this configuration in your app configuration ? By default, it should use `lexik_jwt_authentication.encoder.lcobucci` that is...

I had the same issue. Make sure you don't have 2 datasources under datasources/. I had 2: memory and postgresql. By running the script with a few `console.log` (I know...

Hi folks, As I have done a bit of research for my own projects and most plugins have a similar name and overlapping features, I figured I could compile a...