Stan Girard
Stan Girard
Ran into the same issue. Mine was with my binary which I added in `.gitignore` that had the same name than in package.json. Version: `9.5.0`
God damn it I wish I had found it earlier ! Took me a while to implement it :D I'll modify the pull request to implement these changes How bad...
Pull Request done. What could be interesting is depending on the kind of post you could either use this new template or the old one depending of an internal tag....
What I ended up doing is ```Hbs {{#has tag="#series"}} {{#next_post in="primary_tag"}} {{> "story/story-previous-next" storyTitle=(t "Next article") class="u-marginBottom30"}} {{/next_post}} {{#prev_post in="primary_tag"}} {{> "story/story-previous-next" storyTitle=(t "Previous article") class=""}} {{/prev_post}} {{else}} {{#next_post}} {{>...
What is nice about it is that it doesn't change the default behavior. And for those who want this feature they only have to put `#series` as internal tag.
Hello, That would be great ! Issue is your output isn't compatible with Markdown syntax highlighting diff. ```diff --- Hello +++ Goodby ``` Your output: ```diff /manifest_version ± value change...
Got the same error with docker. ELK_VERSION=7.6.0 ```YML ARG ELK_VERSION # https://www.docker.elastic.co/ FROM docker.elastic.co/kibana/kibana:${ELK_VERSION} # Add your kibana plugins setup here RUN curl -L https://github.com/dlumbrer/kbn_network/releases/download/7.5.X-1/network_vis-7.tar.gz | tar xz -C /usr/share/kibana/plugins...
I've looked into old issues to try to find an answer. I've compiled an answer but now I get a 404 on my route when I add this change: I've...
## Answer For people trying to integrate Django Organizations with Django Rest Framework (DRF) here is a working implementation of filtering results based on the user in the request. ###...
Please let me know if you have a better solution 😄