Guilhem Achikbache

Results 6 comments of Guilhem Achikbache

Hi, I think I have the same issue here, gnome 42.9, X11 rendering (but it's the same with wayland), ubuntu 22.04.03 When I resume from suspend, the dash is empty...

The fix proposed by @mustangpl is not correct. The correct test for me is : ``` if(is_file($this->get_upload_path($name))){ - $uploaded_bytes = $this->fix_integer_overflow((int)$content_range[1]); - $totalSize = $this->get_file_size($this->get_upload_path($name)); - if ($totalSize - $uploaded_bytes...

Hi ! Any update on this ? We ran into this issue, and were forced to use component navigation, loosing the url/hashnav state, and all features for this. Like @socialmedialabs...

I have a similar issue, I use {t}text{/t} to mark translatable strings, but the formatter breaks things up : `{t}No records found{/t}` becomes `{t}No records found {/t}` It is a...

Perfect ! Just need to run `glib-compile-schemas ~/.local/share/gnome-shell/extensions/[email protected]/schemas/` after modifying the files.

Well I guess it is not really a vanilo problem, because in fact, in my media table, my model_type column is `App\Models\Product`. It should be 'product', as vanilo stores the...