Mowd

Results 5 comments of Mowd

遇到同樣問題,手動執行算法服務後恢復正常 ![image](https://github.com/rime/weasel/assets/1097892/90808194-7367-4982-92dd-bddc4287a59d)

This workaround works well with Gogoro App, however it's not the final solution, because it will cause any tweaks load AppList failed.

Fix ics won't display of private project and add compatibility of Redmine 2.x.

By editing this file app/controllers/application_controller.rb Replace ``` elsif %w(atom ics).include?(params[:format]) && params[:key] && request.get? && accept_rss_auth? ``` With ``` elsif %w(atom ics).include?(params[:format]) && params[:key] && request.get? ``` should display ics...

@tommoor I've checked this issue, and the link still considered internal in 0.79.1 outline is host on https://example.com:3000 when I click a link (https://example.com/somepage), it still try to redirect me...