-
**Describe the bug**
when i try to run rustscan with custom scripts it throw error
"""rustscan -a ip --ulimit 500 --scripts custom
[!] Initiating scripts failed!
The system cannot find the file s…
-
### Describe the highlighting problem
It looks like the Julia captures are not distinguishing between function calls and function definitions (both single and multi-line). As a reference, I've compar…
-
Reproduction:
```
cd /tmp
cat > foo.toml
-
**Is your feature request related to a problem? Please describe.**
support for the toml markup language in the file parsing
**Describe the solution you'd like**
be able to have the file parser wo…
-
### Describe the proposed change(s).
Similar to the current `json` implementation this new `toml` option should query an http endpoint tough instead `toml-eslint-parser` should be used as parser
…
-
This example is directly from the [toml.io](https://toml.io/en/v1.0.0#table) page:
~~~ toml
[dog."tater.man"]
type.name = "pug"
~~~
But trying to access them with `doc["dog"]["tater.man"]["type…
Lucki updated
3 years ago
-
Minimal test case:
my $parser = TOML::Parser->new;
chomp(my $toml = );
my $data = $parser->parse($toml);
__DATA__
foo="bar=\\\"baz\\\""
This should produce a string valu…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
Since LangChain 0.3 and within LangGraph Studio container, have the following error :
`ValidationError: 1 validation error for Document metadata Input should be a valid dictionary [type=dict_type, i…
-
## Description
TOML 1.0.0 supports mixed type arrays, but the `toml` library does not, leading to parsing errors.
## Steps to Reproduce
This is a valid poetry `pyproject.toml` working wit…