ScriptJunky
ScriptJunky
Agreeing with @naimo and @riskysciolism here. To expect users to fuddle with their dpkg files is introducing a whole world of risk that is not sane, and especially so considering...
I can confirm this as well, but it only started happening once I switched to using Wayland. ``` System: Host: Linux Kernel: 5.4.0-65-generic x86_64 bits: 64 Console: tty 0 Distro:...
Can also confirm unresponsive progress bar is occurring on EndeavourOS (an Arch derivative), with a built from source binary; Baka-Mplayer branch/commit info: ``` {20:59}~/git/Baka-MPlayer:release ✓ ➭ git status On branch...
OK an update, I reverted the change in this commit -- https://github.com/u8sand/Baka-MPlayer/commit/72325037151893f1ac17e0babae8826cd1382388 -- in my local copy of `./src/mpvhandler.cpp`, recompiled, and the progress bar now operates as intended. TL,DR; change...
@dstala I don't believe that is an accurate statement. I have views I have shared that are in collaborative mode, and there is no difference with the locked mode. In...
So I was able to "fix" my data by exporting my existing table to CSV via psql -- ``` \copy (select * from TABLE_NAME) to '/TABLE_NAME.csv' csv header; ``` I...
To summarize the issue here; If you import data that already has a primary key field, and you associate it in the import, you may have issues with adding new...
I don't believe this is an issue, more that it is a lack of functionality. I was about to file a feature request for similar -- **Clicking on an item...
100% agree here. I have 5 columns with integers being stored as strings, and it would be awesome to have a picker list where I could multi-select the values from...
@dstala I have all of my data in BaseRow currently, but would definitely love to test this (and move back to NocoDB). Is there any effort underway to support importing...