- I successfully compiled the file with your command yet it gave me a segmentation fault in the runtime. This may because of your hello.c has illgeal...
1411
Jacky Wang
jackychaowang
Sep 1, 2011 8:53 am
Thanks for the comments! However: /usr/bin/ld: ../libs//libstreamhtmlparser.a(libstreamhtmlparser_la-htmlparser.o): relocation R_X86_64_32S against `.rodata'...
1412
Jacky Wang
jackychaowang
Sep 3, 2011 10:39 pm
Hi, Thanks for the helps and ClearSilver runs flawlessly on my machine. So I'm curiosity on the tips/best practices of its usage under multi-threading...
1413
David Jeske
jeskeca
Sep 3, 2011 11:16 pm
Can you share some information about the environment you are trying to compile/install in? The test_crc.cs error is showing a sign error in output, which...
1414
Brandon Long
blong42
Sep 4, 2011 8:50 am
... No, this isn't true. I'm sure that CSPARSE contains data structures which are updated on render, and cs commands like set definitely modify hdf. For...
1415
Jacky Wang
jackychaowang
Sep 4, 2011 7:11 pm
Thank you David! I replied the information in another thread. Current I've seen is: <...... ranlib ../libs/libneo_cgi.a gcc -g -O2 -pthread -Wall -I.. ...
1416
bxxx
vincebouix
Oct 5, 2011 12:38 am
Hello, I would like sanitize (with function html_escape for exemple) all value of query. How each recursively to a final value ? thx...
Hey, is it possible to use include with a redirect output. for example : <?cs set:myvar = include: "test.cs" ?>...
1419
Brandon Long
blong42
Oct 20, 2011 3:45 pm
No, though I've considered adding one. Brandon...
1420
unlitechc
Nov 7, 2011 9:26 pm
I've got a problem that my boss asked me to use a light weight embedded web server, such as mongoose, to work with existing C program. No database should be...
1421
Brandon Long
blong42
Nov 9, 2011 7:39 am
ClearSilver can be thought of as two parts, the CS templating language, and the CGI library. For your case, you basically need to use the CS language portions ...
1422
Brandon Long
blong42
Nov 29, 2011 6:13 pm
This issue was given identifier CVE-2011-4357. This issue only affects the python wrapper for ClearSilver. In the CGI.error method from the neo_cgi module, the...
1423
Michael Mileusnich
justmike2000@...
Dec 7, 2011 8:50 pm
Hello, I am having a particularly troubling issue that I was hoping you could help shed some light on. I am working on an application that uses Python 2.4 (I ...
1424
caox
caox@...
Dec 21, 2011 6:28 am
Hi Sorry to bother. According to the description and code example, the API nerr_log_error should free the err chain. But I didn't find the respective code to...
1425
Brandon Long
blong42
Dec 21, 2011 7:18 pm
I don't think any of those free the error chain, where did you get that impression? Its not in the api docs, as near as I can tell. Brandon...
1426
caox
caox@...
Dec 22, 2011 2:39 am
hmm... I found it in the header file "neo_err.h": /* function: nerr_log_error * description: currently, this prints out the error to stderr, and *...
1427
Brandon Long
blong42
Dec 22, 2011 7:33 am
... Ah, the comment was fixed: http://code.google.com/p/clearsilver/source/detail?spec=svn861&r=861 ... It doesn't, just sloppy I guess. Brandon ... On Wed,...
1428
caox
caox@...
Dec 22, 2011 7:48 am
OK, I see. That means we need call nerr_ignore after nerr_log_error if we want the err chain to be freed correctly. Thanks. ... OK, I see. That means we need...
1429
caox
caox@...
Dec 27, 2011 8:07 am
Hi, Brandon We use ClearSilver as our template engine in our product, and we faced the problem your referred a few months ago. In our situation, we have lots...
http://www.vim.org/scripts/script.php?script_id=1100 I fount this, but I think it doesn't work, so who can tell me is there a file for this?...
1433
Michael Moody
michael.moody84
Mar 15, 2012 6:41 am
Dynamically route and assign help desk tickets to any specific technician or group of technicians using your organization39;s business logic; based on ticket...
1434
David Jeske
jeskeca
Mar 15, 2012 7:15 am
... Did you try it? BTW - since the introduce of C#, we've kind of informally moved to .cst to avoid the extension duplication....
1435
bxxx
vincebouix
Mar 20, 2012 5:00 pm
What is the best solution with clearsilver (C API of course) to send a file directly to the browser? thx...
1436
David Jeske
jeskeca
Mar 20, 2012 5:02 pm
... Clearsilver is for producing templated-output, such as HTML. If you want to just send a file directly to the user, you just output the bytes directly ...
1437
Brandon Long
blong42
Mar 20, 2012 5:54 pm
If you want to use the wrappers in CS, you can do something like: cgiwrap_writef("Content-Type: foo/bar\r\n"); cgiwrap_writef("Content-Length: %d\r\n\r92;n",...
1438
David Jeske
jeskeca
Apr 7, 2012 9:58 pm
I just ran into a bug in clearsilver that I'm surprised has existed for so long. The problem occured because Firefox is specifying a character set in the ...
1439
bxxx
vincebouix
Apr 23, 2012 7:51 am
Hello Brandon, hello everybody, I want to filter every dataset into clearsilver hdf at runtime. OR is it possible to (override | add hook) "var" hdf function ?...