Tim Siegel

Results 21 comments of Tim Siegel

I forgot to mention: a problem I'm having is that `ninja test` will try to run even if `ninja` hasn't completed yet. I can't figure out how to make it...

> How difficult would it be to integrate something like Google Test CTest has built-in support for Boost.Test and Google Test. I thought I could work on that once I...

I'm not sure we need to decide up front whether it's monolithic or not. If we're using gtest + CTest, I think we can combine as many tests as makes...

It could link to: http://www.perl.com/pub/1999/03/pm.html

Even if this is not identical to i3 behavior, I think it is a significantly more important feature to have in sway because Wayland puts all of the input handling...

> layer-shell has provisions for taking keyboard focus so the client can listen to any keyboard event it likes, including release of the alt key I haven't seen this done...

Here's a similar example, also involving `strip_prefix`: ```rust /* Clippy's suggested version, 13 lines, hard to follow, more nested */ line.strip_prefix("fold along ").map_or_else( || { if !line.is_empty() { let (a,...

Hi, thank you for this bug report. I have two separate comments on it. First, I don't get the behavior that the selected region disappears. For example, 1) type in...

tcod doesn't expose a binding for `ffi::TCOD_sys_shutdown()`, and doesn't call that function. Thus `SDL_Quit` is never called to restore the screen resolution. So your screen resolution bug is a separate...

Minor note: there is issue #1962 for documenting "button" names.