Tyler Hughes
Tyler Hughes
### Summary of changes *Fixes #608* Modified `console.ps1` to: - Execute the application inside the current powershell window - Hide the output of the `start-job` call - Close the elixir...
Previously on an ` foreground`, the task information would show but no input and no shell would show either meaning that the redirected output was invisble. By changing the script...
**Describe the bug** When navigating through a project, some files consistently fail to suggest specs and suggest to view the log wherein I can see the following: ```log [2022-06-22T14:11:15.852490+01:00] [warning]...
Our projects depend on the `relx.config.script` being evaluated alongside the `relx.config` Looks like the new relx plugin only checks for & evaluates the `relx.config`. using the following changes, I was...
``` ERLANG_MK_VERSION = 579e9f3 git version 1.8.3.1 CentOS Linux release 7.7.1908 (Core) ``` ---- Attempting to run `make rel` results in relx failing with a `{badmatch, {error, enametoolong}}` exception. Modifying...
OTP 25
OTP 25.0-rc1 was [recently released](https://www.erlang.org/news/153) Are there any plans to update the plugin to support the new keywords (`maybe...else...end`) and symbols (`?=`) prior to the official release?
I can't appear to find any toggle or flag which may disable resizing on the MasterWindow Viewing the `overview` example, it appears that the `nucular.WindowScalable` flag should disable resizing but...
There appears to be no flag to enable wrapping of any form
When it comes to erlang/elixir, the best database you can realistically use is Riak, rather than postgres/ecto Since it also has inherent replication and clustering, it'd make more sense from...