From c807880f7ac73f813b2660ea81a00f7712a4e793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 29 Aug 2016 12:39:49 +0200 Subject: Add old mailing list archives --- .../archives/extend/2013-December/000314.html | 74 ++++++++++ .../archives/extend/2013-December/000315.html | 91 ++++++++++++ .../archives/extend/2013-December/000316.html | 79 +++++++++++ .../archives/extend/2013-December/000317.html | 74 ++++++++++ .../archives/extend/2013-December/000318.html | 87 ++++++++++++ .../archives/extend/2013-December/000319.html | 155 +++++++++++++++++++++ .../archives/extend/2013-December/000320.html | 60 ++++++++ .../archives/extend/2013-December/author.html | 82 +++++++++++ .../static/archives/extend/2013-December/date.html | 82 +++++++++++ .../archives/extend/2013-December/index.html | 1 + .../archives/extend/2013-December/subject.html | 82 +++++++++++ .../archives/extend/2013-December/thread.html | 97 +++++++++++++ 12 files changed, 964 insertions(+) create mode 100644 _build/static/archives/extend/2013-December/000314.html create mode 100644 _build/static/archives/extend/2013-December/000315.html create mode 100644 _build/static/archives/extend/2013-December/000316.html create mode 100644 _build/static/archives/extend/2013-December/000317.html create mode 100644 _build/static/archives/extend/2013-December/000318.html create mode 100644 _build/static/archives/extend/2013-December/000319.html create mode 100644 _build/static/archives/extend/2013-December/000320.html create mode 100644 _build/static/archives/extend/2013-December/author.html create mode 100644 _build/static/archives/extend/2013-December/date.html create mode 120000 _build/static/archives/extend/2013-December/index.html create mode 100644 _build/static/archives/extend/2013-December/subject.html create mode 100644 _build/static/archives/extend/2013-December/thread.html (limited to '_build/static/archives/extend/2013-December') diff --git a/_build/static/archives/extend/2013-December/000314.html b/_build/static/archives/extend/2013-December/000314.html new file mode 100644 index 00000000..505f05fa --- /dev/null +++ b/_build/static/archives/extend/2013-December/000314.html @@ -0,0 +1,74 @@ + + + + [99s-extend] (no subject) + + + + + + + + + + +

[99s-extend] (no subject)

+ Dagur Gunnarsson + dagurg at gmail.com +
+ Thu Dec 12 11:57:42 CET 2013 +

+
+ +
Hi,
+
+I am using cowboy for our financial webservice platform.  We use token
+based authentication, but I want to give certain ip adresses full access
+without authentication.  I tried :
+
+{{IP, Port}, Req2} = cowboy_req:peer(Req).
+
+but IP is always {127,0,0,1} - even on production (where request
+are comming from different networks)
+
+So my question is basically, Is there any way for me to see
+frow which IP adresses the request is comming ?
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: <http://lists.ninenines.eu/archives/extend/attachments/20131212/2697fbaa/attachment.html>
+
+ + +
+

+ +
+More information about the Extend +mailing list
+ diff --git a/_build/static/archives/extend/2013-December/000315.html b/_build/static/archives/extend/2013-December/000315.html new file mode 100644 index 00000000..ef84c1eb --- /dev/null +++ b/_build/static/archives/extend/2013-December/000315.html @@ -0,0 +1,91 @@ + + + + [99s-extend] (no subject) + + + + + + + + + + +

[99s-extend] (no subject)

+ Loïc Hoguin + essen at ninenines.eu +
+ Thu Dec 12 12:06:10 CET 2013 +

+
+ +
Hi,
+
+It sounds like you have a proxy of some kind on the same machine. The 
+proxy would likely set a header with the real IP in it, or at least have 
+an option for it.
+
+On 12/12/2013 11:57 AM, Dagur Gunnarsson wrote:
+> Hi,
+> I am using cowboy for our financial webservice platform.  We use token
+> based authentication, but I want to give certain ip adresses full access
+> without authentication.  I tried :
+> {{|IP||, ||Port||}, ||Req2||} = ||cowboy_req:peer||(||Req||).|
+> ||
+> |but IP is always {127,0,0,1} - even on production (where request|
+> |are comming from different networks)|
+> ||
+> |So my question is basically, Is there any way for me to see |
+> |frow which ||IP adresses the request is comming ?|
+> ||
+>
+>
+> _______________________________________________
+> Extend mailing list
+> Extend at lists.ninenines.eu
+> https://lists.ninenines.eu/listinfo/extend
+>
+
+-- 
+Loïc Hoguin
+http://ninenines.eu
+
+
+ + +
+

+ +
+More information about the Extend +mailing list
+ diff --git a/_build/static/archives/extend/2013-December/000316.html b/_build/static/archives/extend/2013-December/000316.html new file mode 100644 index 00000000..4dea71b6 --- /dev/null +++ b/_build/static/archives/extend/2013-December/000316.html @@ -0,0 +1,79 @@ + + + + [99s-extend] (no subject) + + + + + + + + + + +

[99s-extend] (no subject)

+ Dave Cottlehuber + dch at jsonified.com +
+ Thu Dec 12 14:00:07 CET 2013 +

+
+ +
On 12. Dezember 2013 at 12:06:20, Loïc Hoguin (essen at ninenines.eu) wrote:
+>  
+> Hi,
+>  
+> It sounds like you have a proxy of some kind on the same machine.  
+> The
+> proxy would likely set a header with the real IP in it, or at least  
+> have
+> an option for it.
+
+Hey Dagur,
+
+Look through all headers, normally a proxy will set something like X-Forwarded-For or similar.
+
+A+
+Dave
+
+
+
+
+ + +
+

+ +
+More information about the Extend +mailing list
+ diff --git a/_build/static/archives/extend/2013-December/000317.html b/_build/static/archives/extend/2013-December/000317.html new file mode 100644 index 00000000..c451c197 --- /dev/null +++ b/_build/static/archives/extend/2013-December/000317.html @@ -0,0 +1,74 @@ + + + + [99s-extend] erlang.mk:109 sed \s is not portable + + + + + + + + + + +

[99s-extend] erlang.mk:109 sed \s is not portable

+ Christopher Vance + cjsvance at gmail.com +
+ Sun Dec 15 06:48:20 CET 2013 +

+
+ +
I have recently started using erlang.mk on MacOS X and OpenBSD, and have
+discovered that the sed escape \s on line 109 for inserting the module list
+in *.app does not work as intended on these OSs, because they do not use
+GNU sed. (\s just means the letter 's', not whitespace as in perl.) I
+expect all other BSD-based OSs to have the same issue.
+
+Please consider using [[:space:]] instead. This works on both MacOS X and
+OpenBSD, as well as on Linux.
+
+-- 
+Christopher Vance
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: <http://lists.ninenines.eu/archives/extend/attachments/20131215/7c20ac97/attachment.html>
+
+ + +
+

+ +
+More information about the Extend +mailing list
+ diff --git a/_build/static/archives/extend/2013-December/000318.html b/_build/static/archives/extend/2013-December/000318.html new file mode 100644 index 00000000..96c6148f --- /dev/null +++ b/_build/static/archives/extend/2013-December/000318.html @@ -0,0 +1,87 @@ + + + + [99s-extend] erlang.mk:109 sed \s is not portable + + + + + + + + + + +

[99s-extend] erlang.mk:109 sed \s is not portable

+ Loïc Hoguin + essen at ninenines.eu +
+ Sun Dec 15 10:12:07 CET 2013 +

+
+ +
This has been fixed for a few weeks now. Please check the bug tracker 
+(or commit log) next time, as this is where bugs get reported/fixed.
+
+Thanks.
+
+On 12/15/2013 06:48 AM, Christopher Vance wrote:
+> I have recently started using erlang.mk on MacOS X and OpenBSD, and have
+> discovered that the sed escape \s on line 109 for inserting the module list
+> in *.app does not work as intended on these OSs, because they do not use
+> GNU sed. (\s just means the letter 's', not whitespace as in perl.) I
+> expect all other BSD-based OSs to have the same issue.
+>
+> Please consider using [[:space:]] instead. This works on both MacOS X and
+> OpenBSD, as well as on Linux.
+>
+>
+>
+> _______________________________________________
+> Extend mailing list
+> Extend at lists.ninenines.eu
+> https://lists.ninenines.eu/listinfo/extend
+>
+
+-- 
+Loïc Hoguin
+http://ninenines.eu
+
+
+ + +
+

+ +
+More information about the Extend +mailing list
+ diff --git a/_build/static/archives/extend/2013-December/000319.html b/_build/static/archives/extend/2013-December/000319.html new file mode 100644 index 00000000..e6724d3f --- /dev/null +++ b/_build/static/archives/extend/2013-December/000319.html @@ -0,0 +1,155 @@ + + + + [99s-extend] Make error + + + + + + + + + + +

[99s-extend] Make error

+ lloyd at writersglen.com + lloyd at writersglen.com +
+ Fri Dec 27 00:49:28 CET 2013 +

+
+ +
Hello,
+
+*** GOAL: 
+
+Modify rest_pastebin in Cowboy examples.
+
+*** PROCEDULE 1: 
+
+- Pulled Cowboy, including examples into local workstation
+- Copied rest_pastebin to a separate directory
+- Execute make
+      Make compiles just fine
+
+*** PROCEDUE 2 -- resulting in error
+
+- delete the entire rest_pastebin application and recopy from the Cowboy pull
+- change all module names and references from rest_pastebin to tagr. Thus rest_pastebin_sup.erl becomes tagr_sup.erl
+- Execute make
+      Make returns:
+
+...
+make[1]: Leaving directory `/home/lloyd/Erl/CB/tagr/deps/cowboy'
+ ERLC   toppage_handler.erl tagr_sup.erl tagr_app.erl
+ ERLC   toppage_handler.erl tagr_sup.erl tagr_app.erl
+ APP    tagr .app.src
+cat: src/tagr: No such file or directory
+cat: .app.src: No such file or directory
+sed: can't read .app: No such file or directory
+make: *** [app] Error 2
+
+Note that the filename tagr.app.src has somehow been modified to tagr .app.src
+
+But here's the directory listing: 
+
+-rw-rw-r-- 1 lloyd lloyd  436 Dec 26 18:21 tagr_app.erl
+-rw-rw-r-- 1 lloyd lloyd  299 Dec 26 18:22 tagr.app.src
+-rw-rw-r-- 1 lloyd lloyd  382 Dec 26 18:22 tagr_sup.erl
+-rw-rw-r-- 1 lloyd lloyd 3568 Dec 26 18:23 toppage_handler.erl
+
+I can load tagr.app.src in Vim. Using find I've searched for tagr and .app.src with negative results.
+
+Further mystery. I substituted Rebar for relx. Tagr now compiles just fine.
+
+*** Discussion
+
+I stumbled on this problem after making fairly extensive modifications to rest_pastebin. Through much of the process it compiled just fine until it didn't. And from then on I could not get it to compile. I tried everything I could think of: careful source code review (at least 10 passes), searching for tagr .app.src, trying different names (e.g. tagger), rebooting my computer, etc., etc.
+
+Eventually I reduced the problem to the absolute minimum: Change the string rest_pastebin to tagr everywhere relevant. 
+
+It's possible I'm missing something somewhere. But where should I look? Otherwise, is it possible that there is a subtle bug in relx?
+
+
+Many thanks,
+
+Lloyd
+
+
+
+
+
+ 
+
+
+ 
+
+
+
+*********************************************
+My books:
+
+THE GOSPEL OF ASHES
+http://thegospelofashes.com
+
+Strength is not enough. Do they have the courage 
+and the cunning? Can they survive long enough to 
+save the lives of millions?  
+
+FREEIN' PANCHO
+http://freeinpancho.com
+
+A community of misfits help a troubled boy find his way 
+
+AYA TAKEO
+http://ayatakeo.com
+
+Star-crossed love, war and power in an alternative 
+universe
+
+Available through Amazon or by request from your 
+favorite bookstore
+
+
+**********************************************
+
+
+
+ + +
+

+ +
+More information about the Extend +mailing list
+ diff --git a/_build/static/archives/extend/2013-December/000320.html b/_build/static/archives/extend/2013-December/000320.html new file mode 100644 index 00000000..8ff549a5 --- /dev/null +++ b/_build/static/archives/extend/2013-December/000320.html @@ -0,0 +1,60 @@ + + + + [99s-extend] Make error + + + + + + + + + + +

[99s-extend] Make error

+ Loïc Hoguin + essen at ninenines.eu +
+ Fri Dec 27 00:55:05 CET 2013 +

+
+ +
An HTML attachment was scrubbed...
+URL: <http://lists.ninenines.eu/archives/extend/attachments/20131227/35c9f6e5/attachment.html>
+
+ + +
+

+ +
+More information about the Extend +mailing list
+ diff --git a/_build/static/archives/extend/2013-December/author.html b/_build/static/archives/extend/2013-December/author.html new file mode 100644 index 00000000..b6d3c4fd --- /dev/null +++ b/_build/static/archives/extend/2013-December/author.html @@ -0,0 +1,82 @@ + + + + The Extend December 2013 Archive by author + + + + + +

December 2013 Archives by author

+ +

Starting: Thu Dec 12 11:57:42 CET 2013
+ Ending: Fri Dec 27 00:55:05 CET 2013
+ Messages: 7

+

+

+ Last message date: + Fri Dec 27 00:55:05 CET 2013
+ Archived on: Wed May 28 18:41:46 CEST 2014 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/_build/static/archives/extend/2013-December/date.html b/_build/static/archives/extend/2013-December/date.html new file mode 100644 index 00000000..b21b63c1 --- /dev/null +++ b/_build/static/archives/extend/2013-December/date.html @@ -0,0 +1,82 @@ + + + + The Extend December 2013 Archive by date + + + + + +

December 2013 Archives by date

+ +

Starting: Thu Dec 12 11:57:42 CET 2013
+ Ending: Fri Dec 27 00:55:05 CET 2013
+ Messages: 7

+

+

+ Last message date: + Fri Dec 27 00:55:05 CET 2013
+ Archived on: Wed May 28 18:41:46 CEST 2014 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/_build/static/archives/extend/2013-December/index.html b/_build/static/archives/extend/2013-December/index.html new file mode 120000 index 00000000..db4b46f7 --- /dev/null +++ b/_build/static/archives/extend/2013-December/index.html @@ -0,0 +1 @@ +thread.html \ No newline at end of file diff --git a/_build/static/archives/extend/2013-December/subject.html b/_build/static/archives/extend/2013-December/subject.html new file mode 100644 index 00000000..023ec09d --- /dev/null +++ b/_build/static/archives/extend/2013-December/subject.html @@ -0,0 +1,82 @@ + + + + The Extend December 2013 Archive by subject + + + + + +

December 2013 Archives by subject

+ +

Starting: Thu Dec 12 11:57:42 CET 2013
+ Ending: Fri Dec 27 00:55:05 CET 2013
+ Messages: 7

+

+

+ Last message date: + Fri Dec 27 00:55:05 CET 2013
+ Archived on: Wed May 28 18:41:46 CEST 2014 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/_build/static/archives/extend/2013-December/thread.html b/_build/static/archives/extend/2013-December/thread.html new file mode 100644 index 00000000..ff4517cd --- /dev/null +++ b/_build/static/archives/extend/2013-December/thread.html @@ -0,0 +1,97 @@ + + + + The Extend December 2013 Archive by thread + + + + + +

December 2013 Archives by thread

+ +

Starting: Thu Dec 12 11:57:42 CET 2013
+ Ending: Fri Dec 27 00:55:05 CET 2013
+ Messages: 7

+

+

+ Last message date: + Fri Dec 27 00:55:05 CET 2013
+ Archived on: Wed May 28 18:41:46 CEST 2014 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + -- cgit v1.2.3