Alexis Bridoux

Results 20 issues of Alexis Bridoux

### Problem exposition I noticed that the function `SwiftSoup.parse(:)` will add newlines in a `` in specific cases, which breaks the code syntax inside that block. This is especially visible...

**Describe your idea briefly.** Offer another string parsing for string in Swift. **Describe the solution you'd like** Currently, string parsing is done in ScoutCLT which has some limitations because of...

enhancement

A `PathExplorer` should allow a value of type `Self` to be added or set in the add/set functions. That's already the case with `ExplorerXML` and should be included in the...

enhancement

- Specify several slices like `[lower1:upper1;lower2:upper2]` - Specify single indexes among the slice like `[lower1:upper1;singleIndex;lower2:upper2]`

enhancement
open discussion

Move away from Lux to implement a custom solution to highlight Plist, Json, Yaml and Xml in the terminal using the `Parser` structure.

enhancement

For the command-line tool, it should be possible to specify a date format when decoding files. And if a decoding failed for value maybe fallback to a string.

enhancement

**Describe your idea briefly.** Offer the possibility to batch read, set, delete or add a value in the data. **Describe the solution you'd like** It's possible with Scout 3.0.0 to...

enhancement

Allow the color files to be JSON too

enhancement

Allow to filter a group of values depending on the value of a certain key or if a certain key regardless of its value. For example, with the Json ```json...

enhancement
open discussion

## Summary The `dump` functions now require a `NodeRepresentable` value to be passed rather than `Any`. ### Context - This makes the caller responsible for ensuring the provided value can...