Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
0 answers
59 views

I am building a CalDAV/CardDAV client for Gleam, and the library follows sans-io pattern. This is the test code: pub fn main() { let credentials = gdav.credentials("http://localhost:8080/...
1 vote
0 answers
79 views

Here is the Dockerfile # ===== Stage 1: BUILD OTP 27.2 ===== FROM debian:bookworm AS build RUN apt-get update && apt-get install -y \ build-essential \ autoconf \ automake \ ...
2 votes
0 answers
47 views

OTP 27 offers two tracing modules: trace and seq_trace. They both seem to do the same thing, except the other one is called "sequential". What does this mean and what is the difference ...
radrow's user avatar
  • 7,433
1 vote
0 answers
48 views

I am following the instructions described in https://www.erlang.org/doc/apps/debugger/debugger_chapter to start the debugger. However, after debugger:start()., I only get the message Command is taking ...
1 vote
0 answers
43 views

I implement a limited subset of TLS v1.2 on server side exactly for ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 and I need to know exact fields and operations sequence for some fields during handshake. I ...
3 votes
1 answer
79 views

For example, if I create file jopa.erl with this code inside ... -module(jopa). ...everything compiles without errors However, if I put this code inside jopa.erl ... -module(lol). and try to compile....
1 vote
0 answers
71 views

I'm doing the basic getting started tutorial at the Elixir Phoenix website: https://hexdocs.pm/phoenix/request_lifecycle.html I followed the instructions for creating a basic page via: route ...
2 votes
0 answers
42 views

Please tell me how to connect using a proxy user, and is such a connection supported? For example, user like "proxy_user[actual_user]" ConnOpts = [ {host, Host}, {port, Port}, {user, "proxy_user[...
3 votes
1 answer
70 views

I am doing an un-attended uninstall of RabbitMQ using PowerShell on Windows. I retrieve and run the un-install with: $RABBITMQ_PRODUCT_NAME = "RabbitMQ Server" $rabbitMq = Get-ChildItem -...
2 votes
1 answer
99 views

There is a native Erlang node that has been running flawlessly in outbound mode with a FreeSWITCH v1.10.1 instance and its mod_erlang_event C-node for years, but when updating FreeSWITCH to v1.10.12 ...
toraritte's user avatar
  • 8,735
1 vote
0 answers
113 views

I'm mostly trying to get confirmation if this is still the way: { meaningless_atom % can be anything; simply a syntax requirement , 'freeswitch@server' % name of the FreeSWITCH Erlang C-node } ! {...
toraritte's user avatar
  • 8,735
1 vote
0 answers
36 views

I am new to RabbitMQ and am trying to implement a clustered node setup. We are using RabbitMQ 3.11.11 with Erlang 25.3. I also have an HA policy to mirror queues in the cluster with the following ...
2 votes
1 answer
49 views

I am only using Yaws to serve dynamic content via handlers (for example, serving API responses or dynamic pages via Erlang modules). I don't need a document root at all. Here is supervisor where I am ...
1 vote
1 answer
40 views

i am attempting to start the yaws via yaws_api:embedded_start_conf/1,2,3,4 in supervisor. but getting configuration issue. As i am only using Yaws to serve dynamic content via handlers (for example, ...
2 votes
0 answers
54 views

I'm wondering I can use devices with LoRa antennas to run a distributed erlang cluster. Some of these devices would have no direct internet connection. Are there limitations to the protocol that would ...
jnmandal's user avatar
  • 658

15 30 50 per page
1
2 3 4 5
...
647

AltStyle によって変換されたページ (->オリジナル) /