-
```
What steps will reproduce the problem?
1. launch hooke setting a workdir different from the hooke dir (just to
make him not load the default curve)
2. launch the "wlc" command
What is the expecte…
-
```
$ go run example/example.go
# github.com/mikkeloscar/go-wlc
./types.go:11:19: type C.struct_wlc_event_source: undefined C type 'struct wlc_event_source'
./types.go:43:19: type C.enum_wlc_view_…
-
Hi, I'm looking at projects that depend on the wlc library with regard to package maintenance for Nix/NixOS.
The wlc 0.0.10 release has deprecated the wlc_pointer_get_position function and therefor…
-
Hi,
I'm trying to create some views and I cannot set geometry in `wlc_set_view_created_cb`.
Here is my callback function:
```
static bool view_created(wlc_handle view) {
wlc_view_set_mask(view…
-
Hi, I got an error when running on ISIC/ChestX datasets. I would appreciate it if you can give me some suggestions.
Traceback (most recent call last):
File "main.py", line 65, in hydra_main
m…
-
**Summary**
Add an source.ip_unknown or source.unknown field so that id does not conflict with source.ip type **ip** mapping
**Motivation**:
Since the https://www.elastic.co/guide/en/…
-
**Issue by [NgoHuy](https://github.com/NgoHuy)**
_Friday Jun 10, 2016 at 03:43 GMT_
_Originally opened as https://github.com/Cloudef/wlc/issues/171_
----
Dear team.
I just mount proc with option '…
-
I have noticed that if you are moving the mouse while exiting sway cleanly a segfault occurs. This is due to input_event still triggering while wlc is terminating.
```
[commands.c:2793] find_handler…
-
**Router Model Affected**
Models: ZenWifi ET8
**Firmware Version Affected**
388.1 Beta 2; just saw Beta 3 is releaed, will update now.
**Is this bug present in upstream Merlin releases too?**
…
-
It appears some tests (like `CopyCutPaste` for example) rely on the fact that a newly created window would automatically get keyboard focus on creation.
As far as I can tell, this is not something …