ulu

Results 15 comments of ulu

I used selfoss 2.3 and checked 2.4-master yesterday. I am unable to set any tag to a specific single article. I can only see the categories behind the topic of...

> > > But how should we display the tags in the article view and in the sidebar? Should we mix them together? That will probably be confusing. But having...

> this should probably be closed as a duplicate of #3652 #3669 is closed but **not** solved. This issue should stay open because #3669 is not reopened and #3652 is...

All I get is: ``` The request is blocked. 20230927T110735Z-29ureh6f8d4z5a8ctns7xm9adg000000069g00000001f3za ```

> > (e.g. **with Edge**) > > Most important note! I did it with Edge `Version 117.0.2045.43 (Offizielles Build) (64-Bit)` without success.

Seems a good line to start. You could check it by removing the complete line from the code. But you will get a nullptr exception in [line 429](https://github.com/clechasseur/pathcopycopy/blob/f734e249e4636b2df07970d7a2655ed18faffb7b/PathCopyCopy/src/PathCopyCopyContextMenuExt.cpp#L429C46-L429C46 ). So...

What do you mean by "build gets stuck"? I looked at the log and have a few vague assumptions. The last 2 lines tell me it was canceled by a...

You are using two different versions of build tools. Why? Most recent in [Debian is 29.0.3+9](https://packages.debian.org/search?keywords=build-tools&searchon=names&suite=stable&section=all). Most recent version on [android.com](https://developer.android.com/tools/releases/build-tools) is 34.0.0. Latest [OpenJDK version](https://openjdk.org/projects/jdk/22/) is 22. You are...

Both oldstable and stable Debian VMs are not happy when insalling cordova: ``` npm install -g cordova npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN...

Success to build the project in a Manjaro VM. I had to install latest version of nodejs and npm: ``` pacman -S nvm nvm install --lts ``` After that I...