Thibaut Barrère
Thibaut Barrère
/cc @boydm @WalkerMills - unsure if this project is still maintained, and/or if you need extra people?
As @tuxified pointed out on Slack (thank you!): > Since install from reference (main branch) uses a subshell, I'm guessing it doesn't have the subshell setup correctly, hence it doesn't...
The output is from: > put echo $(erl -version) in the install_elixir_ref() function Re: > What is the output of type -a erl in the same shell that you ran...
Thanks for opening the issue ! Keeping just the error ids + English messages in the default report, but adding a community-maintained translation in the repo (e.g. a YAML/JSON/po files),...
@CamJN a question that has popped up while discussing this with a client is the following: how secure is the Ubuntu provided `nginx` package, compared to the version provided by...
I've worked around this (for now) by putting everything in the `layout` without any `root_layout` :smile:
At this point I have only used this trick: ```elixir defmodule DemoLive do use Phoenix.LiveView def mount(_params, _session, socket) do {:ok, assign(socket, count: 0), layout: {MyLayout, :live}} end # SNIP...
This is still happening (both on the gem 0.3.11 and on master, after the rewrite). The culprit is [here](https://github.com/douglasjsellers/herbgobbler/blob/c34d9230742613a30508c8ea4ca4f0b55df33640/bin/gobble#L34). We have: ``` ruby path = options[:path] || "." ``` then...
Je commente car ça a un impact chez nous sur Transport (et dans ma vie en générale haha!). 1. CSV versus le reste: je trouve ça "dangereux" aussi car c'est...
(or maybe it can be done with a specific "style" ?)