Willem-Jan de Hoog
Willem-Jan de Hoog
I tried to build cargo for arm target and got: ``` error[E0463]: can't find crate for `proc_macro` --> /usr/src/debug/cargo/1.37.0-r0/rustc-1.37.0-src/vendor/proc-macro2/src/lib.rs:87:1 | 87 | extern crate proc_macro; | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate...
On opo the headset button generates a KEY_MEDIA on /dev/input/event3. unity-system-compositor gets the key event from mir and changes or extends the power state (display goes or stays on). For...
On OPO I sometimes experience something similar. A track starts to play ok but becomes choppy after a while. This stops when I wake up the phone (plays ok) but...
> This PR is supposed to change handling in this area: [ubports/media-hub#8](https://github.com/ubports/media-hub/pull/8) I doubt it will help. This PR is only fixing the problem where media-hub does not acquire a...
I used the released zip file (https://github.com/klaussilveira/gitlist/releases/download/2.0.0/gitlist-2.0.0.zip)
I now have: ``` Alias /gitlist /home/exalon/intranet/www/gitlist/public Alias /assets/ /home/exalon/intranet/www/gitlist/public/assets/ ``` and the assets seem to be loaded. But this is not a nice solution. The assets of gitlist should...
I have removed the alias for the assets and added a .htaccess to the public folder with contents (from the wiki): ``` Options -MultiViews +SymLinksIfOwnerMatch RewriteEngine On RewriteBase /gitlist/ RewriteCond...
I edited ```public/assets/entrypoints.json``` to have all urls like ```/gitlist/...``` and now it works. I guess editing this file is not the way things are meant to be but I don't...
Maybe this is related: https://symfony.com/doc/current/frontend/encore/faq.html#my-app-lives-under-a-subdirectory
If I edit ``webpack.config.js`` like below and do ``make build`` the assets in the resulting ``public/`` folder seem to be loaded successfully (but only when using the above mentioned .htaccess...