-
Related to #346, #372
Testing on Ubuntu/GNOME 3 - getPosition() output differs quite drastically depending on if window does/doesn't have decorations
New to X11, though it seems `XTranslateCoor…
-
With closing #106 and #225 where we fixed a lot of IPC issues, binary plugins generally work in OOP (out-of-process) mode now. However, those that are supposed to paint to the browser window (e.g. the…
-
# Eve version
0.3-preview4
# Steps to reproduce
```
git clone git@github.com:thSoft/eve-starter.git
cd eve-starter
npm install
open http://localhost:8000/app/eveRoot/treemap.eve
```
Click…
-
The following minimal program below, with the specified setup, results in the later shown error message.
``` C
#include
int main() {
glfwInit();
GLFWwindow* handle = glfwCreateWindow(1280, 7…
-
This repository is not forked off of what appears to be the (current) canonical upstream, https://github.com/libbot2/libbot, and the history is out of sync.
I propose that someone with sufficient p…
-
There' note in user guide:
There're also some standalone solutions designed for working with lightweight window managers. But since EXWM does not (and probably will never) work with any of these, a c…
-
Hi !
I have a MPTT tree with an unique constraint on the parent and a "code" field. With such a setup, I get an IntegrityError when I reparent a child if there's already a child with the code, **even…
-
What is happening is that libxml2.a and libxslt.a get built beneath "lib64" subdirectories per the openSUSE standard, but then when the nokogiri code attempts to link to those libraries, it looks for …
-
```
set_location in X11 was assuming that the window would be re-parented. Added a
check to see if the root window is the parent window, and if so, the window was
not re-parented.
```
Original iss…
-
```
set_location in X11 was assuming that the window would be re-parented. Added a
check to see if the root window is the parent window, and if so, the window was
not re-parented.
```
Original iss…