-
The following line in yaws_session_server:start_link/0 is really boring since it breaks the embedded start functionality. The yaws_server isn't started at this point:
{ok, #gconf{ysession_mod = Bac…
etnt updated
13 years ago
-
I tried to write appmod to handle upload file,
When uploaded file size > option max_file_size( about 50MB for exp), in out function, we have to return {ehtml, {p,[], "error message"}}, but the out fu…
-
https://github.com/klacke/yaws
-
This is a real issue.
We know that atoms are not garbage collected. Yet someone designed the jaws library the way, that it always create atoms when user decodes json objects. This is dangerous. We sho…
-
[yaws_ctl:400](https://github.com/klacke/yaws/blob/master/src/yaws_ctl.erl#L400): match {ok, Port} instead of Port?
[yaws_content_negotiation:30](https://github.com/klacke/yaws/blob/master/src/yaws_c…
ghost updated
13 years ago
-
https://github.com/klacke/yaws/pull/51
-
What steps will reproduce the problem?
1. Add compile_args to _build.cfg as shown below (or any similar macro).
2. The option does not make it to the compiler command. It is not in the
beam file eithe…
-
@aaronfeng's first build of Chloe failed. He's running Erlang R14B01.
-
```
$ ./bin/fnc -s
>>> 1
exception throw: undef
in function fio:println/1
called as fio:println(1)
```
-
Hello. I'm using mochiweb as part of a larger project. I'm trying to achieve a clean dialyzer report. Three unknown functions are being reported in mochiweb's code base.
Are these unknown functi…