-
I wanted to make a 48 sized build but I have a problem
OSError: [WinError 193] %1: is not Win32 application
make[1]: *** [Makefile:23: build_windows] Error 1
make[1]: Leaving directory '/c/Users/…
-
### Description
It would be great to have the ability to provide higher-resolution custom cursors in HiDPI environment.
Currently on wxGTK (X11/XFCE), the bitmaps are scaled.
On wxMSW, they are…
dsa-t updated
5 months ago
-
```
➜ p6-GtkPlus git:(master) ✗ perl6 -Ilib t/31-cursors.t
(moar:25226): Gtk-WARNING **: 21:06:00.076: A floating object was finalized. This means that someone
called g_object_unref() on an obj…
-
I often tend to put my application state in an all-encompassing one-or-two-level-deep hash-map wrapped in an atom. Let's say that a DOM element `:div#a` reactively (i.e., via the `rx` macro) changes i…
-
Left-Alt+Click on ChromeOS maps to a right click. This makes it impossible to add multiple cursors on Cloud9. This behavior is built into ChromeOS and is impossible to disable.
Right-Alt+Click doesn'…
-
#### Description :octocat:
After enable `visual-line-navigation` with `SPC-t-L`, the cursor can move to the right of `...` (fold section), and press `h` can't move cursor now. It shows `beginning of …
-
### What feature would you like to see?
At the moment, command- will move the cursor from word to word, whereas in macOS this normally moves the cursor to the beginning and end of the line. Alt- is u…
-
1. Make two cursors at different columns on different lines
2. `` then `j`
3. Notice the column has changed
-
Hi,
investigating on a [similar issue](https://github.com/lelit/pglast/issues/154) reported against `pglast`, I found that effectively the following example
```c
#include
#include
#include
…
lelit updated
2 months ago
-
Hello,
I'd like to use cursors to perform an update of a very large table. Postgres allows for this kind of query:
```sql
UPDATE foo SET dataval = myval WHERE CURRENT OF curs1;
```
(see https:/…