Charlie Savage

Results 85 comments of Charlie Savage

Ok - see https://github.com/docker-mailserver/docker-mailserver-helm/pull/110. Hopefully that does the trick.

Yeah I am sure that is true. I didn't update them when making a bunch of changes a month ago. I am not sure if they are worth updating or...

I see. I thought gh-pages branch were a thing of the past? And now its better to have a separate repo?

Revisiting this...yeah the separate repo is what I did for ruby-prof. What do you think about doing that for Rice @jasonroelofs ?

It would be a nice addition to handle keyword args. When calling define_function/method Rice currently supports `Arg` and `Return`. Maybe add `KwArg`? ``` .define_method("foo", &MyClass::foo, KwArg("opt_1"), KwArg("opt_2"), KwArg("opt_3"), KwArg("opt_4") =...

Thanks for the link to Magnus.

If an exception is raised in `invokeNativeFunction`/`invokeNativeMethod` then there would be no result returned from either. So seems ok for return values marked as keepAlive since there is nothing to...

Another thing that crossed my mind is there no API `removeKeepAlive`. For example, if you remove an item from a collection. Have you ran into that issue?

Note that tests do pass: ``` Pending: (Failures listed here are expected and do not affect your suite's status) 1) UDPSocket behaves like an NIO selectable does not select unwritable...