Erik Álvarez
Erik Álvarez
Hi, some files with specific characters (+~$&°) have problem only on move, upload and delete works fine. Could it be related to how the destination path is specified? `headers.Add("Destination", dstUri.ToString());`...
Hi, although it's possible to convert a deb package to rpm, an official rpm package would simplify the installation in other Linux distributions.
Hi, the need to get proper support for Wayland is more imminent as more Linux distributions start moving to or providing options to use a Wayland only environment. Electron version...
Enable PollWatcher to identify folder and file events. Most useful in remove events as path doesn't know what it is. While doing WalkDir we can identify which type of event...
Hi, I was trying out this plugin but can't seem to get it working with an already working Cas server (other apps seem to work ok). Is this a configuration...
For my specific scenario I find it useful to know when the initial scan has finished so I can take further actions after it.
Given the following example: ```rust use xilem::winit::error::EventLoopError; use xilem::view::{button, flex_col, label, sized_box}; use xilem::{EventLoop, WidgetView, WindowOptions, Xilem, TextAlign}; fn app_logic(_data: &mut i32) -> impl WidgetView + use { let label_start...
**Is your feature request related to a problem? Please describe.** Not related to a problem. In my case, I usually don't use the "Home" or "Explore" tab, would be nice...