lars.gersmann

Results 25 issues of lars.gersmann

Hi guys, you did a great job ! I have just one tiny issue - when using the range widget (`"ui:widget": "range"`) **and the schema defines no default value** the...

Hi guys, if you import a page/post with - let's say a wp:cover block - the image attribute of the block will not be replaced since block attributes are json...

[Type] Bug

an example : i have library file containing ``` window.$deferRun( function( $, options) { function A_processed() { // ... } function B_processed() { // ... } // here is the...

Feature request

an example says more than 1000 words : ``` hello world halali $( window).ready( function() { $("#foo").tmpl({}).appendTo( 'body'); }); ``` the example source above will NOT attach the tmplItem to...

- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...

question

Hi everyone, I need to install glow on demand on different platforms. Some other software solutions provide a script (which can be curl'ed) installing the software in a cross platform...

I really love gum. But i also love huh forms (https://github.com/charmbracelet/huh) 😅 ! Are there any plans to integrate huh forms int gum ? I would really love to just...

If a json schema provides nested defaults like this schema : ``` { "title": "Schema default properties", "type": "object", "properties": { "valuesInFormData": { "title": "Values in form data", "$ref": "#/definitions/defaultsExample"...

**Is your feature request related to a problem? Please describe.** I would like to use glow as "jupyter for the poor" 😅. I want to write regular markdown with some...

enhancement

Your project looks promising ! Would you consider to add a Multiline Text Input like in Gum (https://github.com/charmbracelet/gum#write) ?

enhancement