Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
13 replies
205 views

We're avid Perl programmers but we have been really wanting to get into Haskell or Erlang or something similar, though we don't know where to start. Any languages you guys recommend? if so, send some ...
tungstengmd's user avatar
2 votes
0 answers
69 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/...
Abhimanyu Sharma's user avatar
1 vote
0 answers
92 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 \ ...
Rumal Gunawardana's user avatar
2 votes
0 answers
52 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
54 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 ...
GreenOwl's user avatar
1 vote
0 answers
47 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 ...
Dimitri's user avatar
  • 672
3 votes
1 answer
91 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....
Kitaram's user avatar
  • 41
1 vote
0 answers
85 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 ...
Indeche Ojukwu's user avatar
2 votes
0 answers
45 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[...
Aleksey Samotokin's user avatar
3 votes
1 answer
74 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 -...
Eric-R's user avatar
  • 33
2 votes
1 answer
102 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,753
1 vote
0 answers
124 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,753
1 vote
0 answers
38 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 ...
rhoonah's user avatar
  • 151
2 votes
1 answer
55 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 ...
pankaj mali's user avatar
1 vote
1 answer
45 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, ...
pankaj mali's user avatar

15 30 50 per page
1
2 3 4 5
647