Morgan Aldridge

Results 61 issues of Morgan Aldridge

There is currently one warning in `mlvwm/event.c` when compiling with clang on OpenBSD 6.8: ``` event.c:1791:26: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] XKeysymToKeycode(dpy, XKeycodeToKeysym(dpy,ev->xkey.keycode,0)); ^ /usr/X11R6/include/X11/Xlib.h:1686:1: note: 'XKeycodeToKeysym' has been explicitly...

help wanted

### Expected behavior On the Pages admin view (e.g. `/admin/sites/1/pages`), clicking the "Edit" button below the categories list, entering a new (unused) Category label, and clicking the '+' button should...

*Note:* For general questions and feature requests please leave a message on Gitter: https://gitter.im/comfy/comfortable-mexican-sofa ### Expected behavior Click and touch events on checkbox boxes or their labels in the admin...

*Note:* For general questions and feature requests please leave a message on Gitter: https://gitter.im/comfy/comfortable-mexican-sofa ### Expected behavior Running `rails test` or `bundle exec rails test` to run tests. ### Actual...

Port local geocoder option from mapbox-gl-geocoder (Issue #166). Includes documentation, tests, and example. Also adds a `once` method.

### V-Mask and Vue versions 2.2.3, 2.6 ### Reproduction Link https://codesandbox.io/s/hungry-grass-pqldb ### Steps to reproduce 1. Add a mask to an input field 2. Add an `@input` event handler ###...

Build command fails on OpenBSD 6.5-release because it can't find `X11/Xlib.h`. One must specify the path to X11R6 as follows: C_INCLUDE_PATH="/usr/X11R6/include" LIBRARY_PATH="/usr/X11R6/lib" clang -Wno-parentheses -std=c11 -pedantic -D_DEFAULT_SOURCE oneko.c -o oneko...

My apologies in advance if this is not the appropriate place to ask this. Do you plan to tag releases at any point? I'd like to create and maintain an...

I've been testing [stalonetray](https://kolbusa.github.io/stalonetray/) with `mlvwm`, "swallowed" into the menu bar with the following `~/.stalonetrayrc`: ``` background "#dddddd" decorations none dockapp_mode none fuzzy_edges 0 geometry 1x1+0+0 grow_gravity W icon_gravity NW...

bug

While `mlvwm` is a virtual window manager and has support for multiple "desks", it doesn't implement [EWMH](https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html) (Extended Window Manager Hints, a.k.a. NetWM). This means that [`netwmpager`](https://web.archive.org/web/20070208042055/http://onion.dynserv.net/~timo/netwmpager.html) reports the following:...

enhancement