RealJTG
RealJTG
URL converters — an easy way to parse and generate complex URLs inspired by python's Flask (and underlaying Werkzeug library) — http://werkzeug.pocoo.org/docs/0.10/routing/#custom-converters ## Trivial example Imagine that you have URL...
This fixes icon problems after Spacegray theme update (#206) @marcofugaro have changed paths a bit here https://github.com/kkga/spacegray/commit/a3cf933585ac8fbb67e02c350d9ee614642c17af Before: ``` "layer0.texture": "Theme - Spacegray/Spacegray/close.png", ``` After: ``` "layer0.texture": "Theme - Spacegray/assets/close.png",...
Route definition ```yaml test_route: path: /test/{required1}/{required2}/{optional} defaults: _controller: '\Some\Class::method' optional: 0 requirements: optional: \d+ required1: \d+ required2: \d+ methods: - GET options: expose: true ``` translated into this ```javascript fos.Router.setData({...
Please consider adding ability to export checklist as plaintext. Currently I can export checklist only as JSON: ```json [{"dateCreated":1653907613810,"id":1,"isDone":false,"title":"Foo"},{"dateCreated":1653907613810,"id":2,"isDone":true,"title":"Bar"},{"dateCreated":1653907613810,"id":3,"isDone":false,"title":"Baz"}] ``` I'd like to get human-readable text for sharing with someone...
I have on-premise JIRA installation with [JEditor plugin](https://marketplace.atlassian.com/apps/1210768/jeditor-rich-text-editor-for-jira). "Description" and "Comments" fields contains HTML-formatted markup. Theese fields are displayed as empty in jira-cli. **Please provide following details** 1. JiraCLI Version:...
Sound seems to work, but all controls (sliders, buttons, menus) are broken and does nothing, I'm getting error "ReferenceError: Can't find variable: external"  [Release 1.5.1](https://github.com/prixt/soundsense-rs/releases/download/v1.5.1/soundsense-rs-v1.5.1-linux ) on Ubuntu 20.04...