Dynalon

Results 40 comments of Dynalon

I won't be doing Conboy support, but would of course accept it as a contribution. I personally consider it a "legacy" software as development on conboy seems to have halted...

Yes, something is wrong with a note Date format, the DateTime.Parse() in Rainy fails. That is weird, as the note is already in the database, and thus should be a...

I've just remembered, there is a limitation in Rainy (and in tomboy) that does not allow notes to have epoch dates of 0 (1.1.1970), in the unit tests i always...

Great! I will leave this issue open as it is valid, even if it is a minor one. Rainy should one day accept 1.1.1970 as date, but I remember this...

Might be related to issue #17 Try to specify the port manually in the settings.conf, i.e. set ListenUrl to `https://localhost:443` or `https://localhost:8443` On Linux, you will need to run rainy...

I can reproduce that in the 0.2.3 tag branch. If you use ListenUrl: "https://localhost" rainy will not listen on port 443. this is a bug.

I've created a `stable` branch based on the 0.2.3 tag that contains a workaround for the issue. I suspect this to be (another) bug in mono's HttpListener implementation. I will...

This would be very important. I've tried for hours to get Jaydata + Webpack work with no success. Since webpack is currently pretty much the only supported (or at least...

I added the json-loader (I had it in my project for other libs) but still there are problems with webpack: Main cause is that under webpack, Jaydata will `require('jaydata/core')` in...

This bit me too and took me days to figure out, as it used .then() calls in my beforeEach() with various nesting levels of those beforeEach() - nasty bug.