-
Soft deletes were recently added, but we have no way to review records that are soft deleted which means data can get in a weird state, such as deleting a device to be recreated but on next join it co…
-
Getting this error
```
iex(1)> alias Mp3Icecast.Pipeline
Mp3Icecast.Pipeline
iex(2)> {:ok, pid} = Pipeline.start_link("file1.mp3")
{:ok, #PID}
iex(3)> Pipeline.play(pid)
:ok
iex(4)> [error] …
-
**Describe the bug**
`flyctl` fails to launch app and exits without useful diagnostics:
```
Running Docker release generator
Error: failed running /opt/homebrew/bin/mix phx.gen.release --docker: e…
-
We can add a persistence adapter for Sage. The main goal of implementing it is to let users recover after node failures, making it possible to get better compensation guarantees. As I see it we need:
…
-
In light of the fact we are having trouble running the Microsoft SQL Server connection package
on our Mac (Development) Computers see: https://github.com/findmypast-oss/mssql_ecto/issues/15
I _pro…
-
The docs say:
> Install dependencies with mix deps.get
> Create and migrate your database with mix ecto.setup
> Install Node.js dependencies with npm install --prefix assets
> Start Phoenix endp…
-
### Environment
* Credo version (`mix credo -v`): 0.7.2
* Erlang/Elixir version (`elixir -v`): 1.4.2
* Operating system: maxOS Sierra (10.12.4)
### What were you trying to do?
While implemen…
-
We have a service running tds_ecto that will run for days on end no problem and then will just stop connecting to the DB.
After that, the logs will be full of the following:
```
[error] GenServer…
-
The documentation sais that form method is set automatically but I have edit action in the controller:
```
def edit(conn, %{"id" => id}) do
resume = Hr.get_resume!(id)
form = create_form…
-
- [x] 1D Elementary cellular automaton @KosmonautX
- [x] Ruleset for the 8 possible 3 cell (1 center- 2 neighbour) states (alive/dead representation) @KosmonautX
- [x] visualisation of rule…