Roberto Gorjão

Results 9 comments of Roberto Gorjão
trafficstars

This issue seems to be caused by Webpack only reading loaders from the working directory and not following symlinks. Webpack 5 might solve this but it is still experimental in...

IMO, fixing the error message would be a first step. It should however be possible to create variables in Terraform Cloud workspaces without having to deploy manually first a TFE_TOKEN...

Considering that the DC team is planning to remove this installer in future versions, creating a .bashrc alias or adding vendor/bin to path might be more future friendly workarounds.

To fully install Drupal Console and add `/vendor/bin` to the `$PATH`, on Ubuntu, using Ansible: ```yaml tasks: - name: Require Drupal Console. composer: command: require arguments: drupal/console:~1.0 working_dir: "/var/www/{{ project...

All features of Markdown's basic and extended syntaxes should be supported by Typora. Definition lists are part of the [extended syntax](https://www.markdownguide.org/extended-syntax/#definition-lists). Other elements belonging to the extended syntax, like strikethrough...

The same happens when trying to run `docker compose up` from the website template installation. It gets stuck on a loop after throwing these two lines: ``` payload-1 | [webpack.cache.PackFileCacheStrategy]...

This is essential, in order to use modern front end tooling. Hate to be nagging but how soon can we count on this?

Thank you @pricejn2, for the offer, and my apologies for having not answered sooner. We will keep it in mind but for now, taking in consideration that there's workarounds, we...

The error I get when trying to use cloud-init with Vagrant and a bento/ubuntu-22.04 box is as follows: > The executable 'mkisofs' Vagrant is trying to run was not found...