Lens0021 / Leslie
Lens0021 / Leslie
My above suggestion has a bug. ``` const txt = "Lorem ipsum" // contains a space trust $ for v in '{txt}'; do echo \$v; done $ ``` → `for...
I understand your concerns for possibly growing edge cases. Then, I have another idea. It is, without further parsing, wrapping the whole command with `eval` after escaping `"`. - `trust...
I've tried my `InterpolableRenderType::GlobalContext => format!("eval {quote}{result}{quote}")` suggestion and discovered another edge case. ```js const s = "single quotes" const s2 = "'{s}'" trust $ echo '{s2}' $ ``` ```console...
@Mte90 This is an out of context question: Where the word `apix` is coined from? I couldn't find it anywhere. - https://en.wikipedia.org/wiki/Apostrophe - https://www.wikidata.org/wiki/Q436048 - Google search results
I am working on writing a stdlib function wraps mktemp #718 which maybe covers this case.
I am using a third-party extension for this. What I am using is: https://chromewebstore.google.com/detail/mkkcgajcpakpfjgikmekgnihlbhliodo
To reproduce this in Amber 0.4.0, ```ab import { array_contains } from "std/array" array_contains("haystack", "needle") ``` The error is > ERROR Expected iterable at std/array:5:27 in -:1:1 Though the [renaming...
Not related to the block, #718 introduced `temp_dir_create(template)`, which has the main focus on making a directory rather than a file.
It would. I reset the assignee as 1 year passed.
Hm, here are reproduction steps: ``` git clone --depth 1 https://github.com/luccahuguet/yazelix.git cd yazelix zellij --config-dir zellij options --layout-dir zellij/layouts ``` [Screencast from 2024-08-29 11-32-33.webm](https://github.com/user-attachments/assets/1ba7e7e0-23c2-4d5b-b55d-c692aa9988f6) > did it fail all times...