Nasredine

Results 9 comments of Nasredine

I solved the problem by registering select2 event using kvListenEvent(). I placed the registration on afterInsert() yii2-dynamic-form event.

``` jQuery(".dynamicform_wrapper").on("afterInsert", function(e, item) { var last_index = -1; jQuery(".dynamicform_wrapper").on("afterInsert", function(e, item) { jQuery(this).html("Produit: " + (index + 1)); last_index= index; }); kvListenEvent("select2:select", jQuery("#factureventeelement-"+last_index+"-id_produit").kvSelector(), function() { // do something });...

> Based on your example, "jQuery(this).html("Produit: " + (index + 1));" what is Produit? is it select2 name controller on my code?$ > "Produit" is just a string; the box...

This is my version in Ubuntu using custom shortcuts. I've created a shell script named `shot.sh` and placed it in `/home/me/apps/`. [change **me** to your username] The script contains the...

A fork that works for gnome 45 https://extensions.gnome.org/extension/6109/noannoyance-fork/

I'm encountering an error on Ubuntu 23.10: > [986408:0308/075232.584038:FATAL:gpu_data_manager_impl_private.cc(1034)] The display compositor is frequently crashing. Goodbye. > Trace/breakpoint trap (core dumped) To mitigate this issue, I managed to run the...

In my case the output folder is created, but no results were created. How did you set the hdfs path ?

check if following ports are not used by other processes. http : http://localhost:8081 websocket: ws://localhost:8081 tcpsocket: tcp://localhost:8082 dbgserver: tcp://localhost:8083