ewmailing
ewmailing
Keep this open for now unless you there was a serious push to clean these all up. What I committed so far was what I saw casually while fixing other...
On 9/4/13, Oliver Buchtala [email protected] wrote: > That is a UTL related issue. Probably I have missed something there when > activating UTL support. > > @ewmailing could you add/activate...
New information: - This affects v8 too - This affects Python in the official 2.0.10 release. I think this is a general SWIG bug. Still would appreciate comments if my...
On 9/5/13, Oliver Buchtala [email protected] wrote: > Eric, could you push your new test into a branch in your repos? > > --- > > Reply to this email directly...
I have a similar problem, but with some additional criteria. I have a chart with 2148 bars (can be thought of as 8 years of daily stock data). Obviously, with...
Can you elaborate on how to do this technique? I tried the following which I found suggested in some other searches that turned up, but hit some bad corner case...
Thank you, this was very helpful. But is there a way to exclude "simply hovered" from being counted as "active"? I have some hot keys (events) which I handle in...
Here is another attempt. Seems to work better. What do you think? ``` C NK_API int nk_item_is_any_interacting(struct nk_context *ctx) { struct nk_window *iter; NK_ASSERT(ctx); if (!ctx) return 0; iter =...
I made a mistake and discovered that while handling combo boxes, popups, and edit fields, it no longer worked with simple clicks on a window. However, I think I found...
I just filed issue #42, which is potentially a solution that could solve this problem. Experiment #42 provides a runtime check to see if GTK/GLIB is available and then dlopens...