BobSynfig

Results 37 comments of BobSynfig

Reformating the given code: ``` jQuery(document).ready(function() { jQuery(".mySearch").ajaxlivesearch({ loaded_at: , token: getToken() . "'"; ?>, max_input: , onResultClick: function(e, data) { // get the index 0 (first column) value **...

Do you have quotes around active? It should be `'active'`

If you have access to the database, you could create a view returning data from all the tables in the same time (with union/union all), with a column indicating the...

I added some info for Integration with CI. Hoping it could be helpful :) https://github.com/iranianpep/ajax-live-search/wiki/Integration-with-CodeIgniter

Declare "my_locale" object in your data() section and pass it as property to your calendar-heatmap ``` ``` ``` data() { return { (...) my_locale = { months: ['Jan', 'Feb', 'Mar',...

> fusermount: too many FUSE filesystems mounted; mount_max=N can be set in /etc/fuse.conf And applying this advice isn't working?

I doubt that AppimageKit is responsible of this. I am not affected myself (Ubuntu 20.04), the limit by default is 1000, which should be sufficient. With some snaps mounted, I...

I think this is connected to Flatpak, @krillin666 didn't mention this https://github.com/flatpak/flatpak/issues/4051 There are some (known) bugs in Flatpak leading to this: https://github.com/flatpak/flatpak/issues/5104 Also here https://ask.fedoraproject.org/t/flatpak-installation-and-update-errors/15245 Is the user member...

Did you try to reduce and restore the full screen, or to switch to another app and switch back to Synfig? I had a Mac virtual machine where launching Synfig...

Without doing any modification to the appimage as described in https://github.com/AppImage/AppImageUpdate/issues/150 Just run from the console: `XDG_CURRENT_DESKTOP=dummy ./AppImageUpdate-x86_64.AppImage` See [squashfs-root]/apprun-hooks/linuxdeploy-plugin-qt-hook.sh ``` # generated by linuxdeploy-plugin-qt # try to make Qt...