-
1. Is there anyone expert on this that can help us decide an architecture?
2. True PKI signing versus a simpler hash algorithm?
We can try to persist decisions here:
http://wiki.github.com/fgrehm/pea…
-
The current Grendel code uses ordinary char[] and byte[] arrays to store secrets, including passphrases and documents. (I haven't investigated private key data yet…) These are cleared from memory on…
-
The README.md file says:
> For help, simply run:
>
> ```
> java -jar target/grendel-${VERSION}.jar
> ```
>
> (Replace `${VERSION}` with whatever version you're running.)
When I run that command I …
-
Just tried to use extjs-mvc gem and i found it really helpful. But I am missing mapping support for JsonStore which I think is needed to correctly handle associations. My idea is to alter extjs_fields…
-
|[](https://github.com/glyph)| @glyph reported|
|-|-|
|Trac ID|trac#2981|
|Type|defect|
|Created|2008-01-07 11:37:08Z|
|Branch|https://github.com/twisted/twisted/tree/intermittent-2981|
Although our …
-
The current parser sources the PKGBUILD in a shell, outputting the variables in a Python-compatible format, which is then evaluated in python. This works extremely well as far as parsing goes, but at …
-
```
When I do this in a cell on demo.sagenb.org:
%sh
ls
I get an error:
cd: 1: can't cd to
/home/sage/sagenb/sage_notebook-demo.sagenb/home/jason3/7/cells/4
data
_sage_input_5.py
/tmp/tmp4oPNHC…
-
If a user doesn't have access to a resource, the instance variable is still populated, even though the resource is not then delivered to the user.
Only assigning the variables if the user does have a…
-
To help control user management and data security issues I think we need to abstract out a logical layer or module of the program to handle access to data in a similar way to the way Unix systems hand…
-
In functions.php should the extensions on the filenames here be .inc rather than .php to coincide with existing ComicPress file naming?
---
function comicpress_check_child_file($filename = '') {
…