Daniele Scasciafratte
Daniele Scasciafratte
I am looking for something similar that I can use with custom providers...
New amber code: ``` let text = "123" let phrase = "12345" let result = trust $case "{text}" in *"{phrase}"*\) echo 1 ;; esac$ echo result ``` Generates: ``` #!/usr/bin/env...
So the capture custom block for `branding`: https://github.com/unfoldadmin/django-unfold/blob/541a1577ec93630a9c99ec623d395a26c7098b65/src/unfold/templates/unfold/layouts/skeleton.html#L6 A capturenode in unfold: https://github.com/unfoldadmin/django-unfold/blob/541a1577ec93630a9c99ec623d395a26c7098b65/src/unfold/templatetags/unfold.py#L79 With the actual code in fastdev is not detect and reported as invalid block.
Reported at https://github.com/unfoldadmin/django-unfold/issues/839
Suggestions on how to do that?
I opened a PR with the patch on https://github.com/unfoldadmin/django-unfold/pull/863#issuecomment-2485401712 but does't seems that fix the issue
I have a project that track typos for english and other languages: https://github.com/Mte90/espanso-typofixer/blob/master/words/en.json I will work to add an importer from this db for english.
Importing this dataset I get 17629 words with 76517 typos on my project as totally :-)
Well I think that minify can improve to minify the bash code generated like a lot of enterprise scripts does.
I like that version, in this way we don't need to generate the text from the function like usually other test frameworks do