Calancea Daniel

Results 11 issues of Calancea Daniel

I'd like to know if it is currently possible to run releases for a specified architecture. For example if I'd like to make a release for arm64-android, what would be...

When connecting FT232R (tried cloned analogs and original ones), it receives garbage on read buffer: ``` 2020-06-30 13:32:42.077 30128-30177/? I/UsbSerialDebugger: Raw data from Read buffer: 0x01 0x60 2020-06-30 13:32:42.077 30128-30177/?...

It seems that you currently are using eclipse for building the library. When importing the project to android studio it doesn't work. Judging by the structure it seems to be...

I would like to make a MR, where I will fix the documentation build, add possibility for documentation to be built for [HexDocs](https://hexdocs.pm/) just like [telemetry](https://hexdocs.pm/telemetry/readme.html), and finally try to...

Added support for building documentation for hex. For instructions on how to publish visit `RELEASE.md`

versions: broadway: 1.0.0 bradway_rabbitmq: 0.7.0 amqp: 2.1 elixir: 1.12 otp: 24.0.5 I have some long-running tasks that sometime may time-out the `consumer_timeout` from rabbitmq with message: > 09:38:26.044 [warn] AMQP...

Kind:Bug

When making a TCP request with a bad port, exit signal is chained to the parent process. ### Environments: ``` OTP 20.3 Elixir 1.9.4 Httpoison 1.6.2 Hackney 1.15.2 ``` ###...

It is possible currently to take a `Instream.Series` implementation and encode it to string? The use-case is to send metrics from server to a metrics poller. Meaning that the poller...

As stated in documentation for additional external files for processing: ``` When providing a file path, you can also define additional files needed for processing. They will be copied to...

I am trying to use a sqlite3 database with ecto. Everything seems to work without any problems on the dev environment, however when I am running tests, a lot of...