Jeremy Evans

Results 131 comments of Jeremy Evans

I don't think there are any current plans to support Tcl/Tk 8.7. However, we would definitely consider a pull request that added support for 8.7 without changing behavior for other...

This patch does not appear to actually change anything, as the `ifdef` and `else` sections are identical. Based on the commit message, I think the intention is to use `_strdup`...

@nobu Please let me know if the second commit is what you had in mind for the function splitting.

> Does CRuby have a straightforward way of iterating through all the ISEQs? `rb_objspace_each_objects` combined with `rb_obj_is_iseq`. See `rb_iseq_trace_set_all`/`trace_set_i` in `iseq.c`

In terms of SPEC, I don't think we should require host validation. I think is better to keep this optional, up to the server. If you are using a front...

I agree that it makes sense for the server to prevent such attacks. As @MSP-Greg mentioned, a server config option for the actual valid hosts for the app seems like...

Personally, I'm not interested in maintaining RBS for rack. Things like the response body (either enumerable or callable), the stream passed to a callable body, the logger, the session, and...

> Yeah, if the Collection’s RBS is complete and up-to-date, I wouldn’t bring RBS up here (or there). **How about we open an RBS-specific branch?** Somewhere interested contributors can submit...

@flash-gordon I think this may be an issue with Sequel, not sqlite-jdbc. Unless you can reproduce your issue using sqlite-jdbc without using Sequel, I would probably close this. The reason...

@viking I don't think your code example shows a bug in jdbc-sqlite, as you get the same behavior using the C-based sqlite adapter in Sequel. This issue is that jdbc-sqlite...