lestcape
lestcape
> I has suggested to our users that I could just output both a .sav file without data along with a csv file or an xlsx file. Yes well, you...
O well, if your database is not in postgres already, have not sense move it to postgres to just do that. I can tell you about our case: We have...
> nobody never use this plugin anymore nowadays? I don't know, but if you want to have an answer, you need to provide much more data and do not merge...
> I dont understand why you need to say that. I wish you good luck trying to get the help of some one here or in any other software repository...
@davechez I think that is what is expected to happen, let me explain. I added an info section to your example for a better explanation in the `data` variable in...
+1 With js: ```js form.on('validate.bs.validator', function() { $(this).find('div.help-block.with-errors').each(function() { var err = $(this); setTimeout(function() { var ch = err.find('ul.list-unstyled').children('li'); for(var i = 1; i < ch.length; i++) { ch[i].remove(); }...
@JafarAkhondali Thanks, but i know it have not support. The reason to open the issue was that. @snowyoneill Thanks, i will give it a try, but i don't want to...
@snowyoneill This is not available on newer kernels: https://github.com/snowyoneill/Linux-PredatorSense/blob/master/ecwrite.py#L1 Please see: https://bugzilla.redhat.com/show_bug.cgi?id=1943318 Or this proposed workaround, that use a kernel module to recover the funtionality: https://github.com/YoyPa/isw/issues/265#issue-1419231642 So, your program don't...
> @lestcape what distro are you running? You can enable it with `sudo modprobe ec_sys write_support=1`. You will need to add `ec_sys.write_support=1` to `GRUB_CMDLINE_LINUX` line of grub to enable on...
Issue opened: https://github.com/snowyoneill/Linux-PredatorSense/issues/3