nikonakoneko

Results 11 issues of nikonakoneko

I'm not sure if it's a known limitation or if I'm doing something wrong. - `nvim --version`: NVIM v0.7.0 Build type: Release LuaJIT 2.1.0-beta3 Compiled by builder@e4bc05c9ff63 Features: +acl +iconv...

packer-compile
v1

OS: Gentoo hardened amd64 Kubler version: 0.9.8 Build isn't always failing at the same stage. Sometime was when trying to download to /distfiles and sometime when writing to /var/tmp/portage. From...

Hello there, There are a lot of issues with the cluster map of barcelona. For instance: - cbr12 row has a cbr11 row computer - cbr2s6 is duplicated, one correct...

I was trying to produce a lit file from a lit file. But I don't find how to escape the code block inside the code block like the following example...

If I use vim.keymap.set and pass a lua function as rhs like this: ```lua vim.keymap.set('n', 'cc', function() return vim.v.count == 0 and '(comment_toggle_current_linewise)' or '(comment_toggle_linewise_count)' end, { expr = true...

Gtk3 version seems to work fine. But with Gtk4 version, trying to open the usage dialog from menu or enabling input monitoring doesn't do anything. I don't know how I...

Opening any project results in a "error loading this page - refresh" message. ``` 10-02 10:12:06.248 7879 8702 W System.err: at com.paulvarry.intra42.activities.project.ProjectActivity$b.g(ProjectActivity.java:1) 10-02 10:12:06.248 7879 8702 W System.err: at com.paulvarry.intra42.activities.project.ProjectActivity$b.e(ProjectActivity.java:3)...

Since last update, opening any profile (even self one) results in an application crash. ``` 10-02 10:05:13.482 4059 21537 I ActivityTaskManager: START u0 {cmp=com.paulvarry.intra42/.activities.user.UserActivity (has extras)} from uid 10299 10-02...

like #27 except it never worked here, not even randomly

Hello there, I'm trying to get gmid to work with sandbox enabled on a raspberry pi 4 with gentoo linux. I uncommented the `#define SC_DEBUG` line as you tell in...