-
**Describe the bug**
It is the same issue like https://github.com/ash-project/ash_postgres/issues/173. Having the following relationship:
```elixir
has_one :latest_exchange_rate, App.Resources.Ex…
-
The setup is with presto 0.98 and riak 2.0.5. The presto engine is unable to get results.
```
presto:t> select * from logs l, users u where l.accessor = u.id;
Query 20150324_080414_00015_x5a2a failed…
-
### Environment
Make sure you are using the latest LiveView and Dashboard versions before continuing.
This is on a freshly created Phoenix application `mix phx.new`. The only trick is that I’m u…
-
Currently when the OTP Application starts it starts both the ConsumerSupervisor and ProducerSupervisor. These in turn should each start 1 child. They do not appear to be doing so. I do not believe we …
-
```
=ERROR REPORT==== 10-Jul-2018::10:31:01.496799 ===
** State machine terminating
** Last event in was timeout
** When State == connecting
** Data == {state,,"","10.91.1.127",1883,undef…
-
A lot of other programming runtimes like Python, Ruby and Node explicitly have `-buster` tags in the list of tags that appear on the Docker Hub.
I think Elixir should too.
Currently you have ima…
-
https://github.com/djc/couchdb-python/blob/e8eab1f66fdb7f82273e0780282389d512a8f519/couchdb/client.py#L812
When run a mango query without index, couchdb will return:
```
HTTP/1.1 200 OK
Cache-Co…
tiaod updated
6 years ago
-
The package for erlang is not using the ESL or OTP repo, but to the branch new_crypto_dtls on @RoadRunnr 's repo. This branch patches a bunch of SSL code, in ways that I am not qualified to evaluate. …
-
**Describe the bug**
When applying Pelemay to Numexy.add, an error occurs.
The code is as follows:
https://github.com/zeam-vm/numexy/blob/zacky1972_develop/lib/numexy.ex#L43
**To Reproduce**
…
-
Querying a table with a `datetimeoffset` field gives an error: 'Column type not supported'.
Also tested directly with `:odbc`, error persists:
```elixir
{:ok, pid} = :odbc.connect(connect_string,…