lestcape

Results 62 comments of lestcape

I will shared what i considered that can be possible solutions. This are third ways: 1. Port all code to a libc module. 2. Continues using the current code with...

@tallero The gnome developers don' t break the encapsulation. So, this will be for Gtk+4 and higher Gtk only. I don' t know if this can be unify with the...

@p-e-w I never test plotinus before and also right now I have not tried it. What I did right now was read your code. I was thinking that your code...

> I tried : it's extremely complicated to integrate this in a generic way. The number of side effects is outstanding. Can you elaborate what the "generic way" means? i.e....

I ended writing a new plugin to alternate between values and variables. Please note that i'm using selectize with a custom plugin also and I wrote another jQuery-QueryBuilder plugin to...

> Why could't you add a sqlStatement ? I'm creating a plugin to do it so how can i modify/add the sqlStatements from a plugin? See: https://github.com/mistic100/jQuery-QueryBuilder/issues/221#issuecomment-604249285 > I don't...

Unfortunately the sqlStatements are filtered and then only the default Statements are allowed: https://github.com/mistic100/jQuery-QueryBuilder/blob/73cb350b57610d2632e1eda4bb52c27195a303af/src/plugins/sql-support/plugin.js#L655-L659 if i add the 'custom' to the regular expression it work, but that required modify the...

I have not an specific plan to published the plugin, but i have not problem to published it if needed by someone else. What it try to solve It's an...

@ripefig > integrate the menubar into the HUD What that means? @jonian Please see, the appmenu-gtk-module only work with gtk applications. Then the appmenu-gtk-module have nothing to be with a...