-
Hi, I'm encountering a length limit when using a third party model to extract local html. Can chunking support be added to XMLScraperGraph?
## code:
~~~
import logging
import os
from langchai…
-
Hi, another odd request, sorry 😅. I have the following code:
```njk
{{for name,content of metaTags }}
{{ /for }}
```
where metaTags is defined like
```json
{
"viewport": "width…
-
A common pattern in 2/3 compatible codebases is to wrap new Python 3 syntax with exec or eval with a string literal.
Examples can be seen six.reraise, various bits of twisted and tulip:
This als…
-
Moved task list from #1939 to an issue to keep track of them:
- [ ] Ability to attach as in kubectl attach
- [x] Implement locking for session map (while the current code is bad, actually triggering…
-
### Terraform Version
```shell
Actual code
Terraform v1.9.4
on darwin_arm64
+ provider registry.terraform.io/hashicorp/aws v5.63.0
Minimal Example
Terraform v1.9.4
on darwin_arm64
+ provider…
-
-
```
Should be similar to grok's "exec" feature:
{{{
exec "command" {
restart-on-exit: true/false
minimum-restart-delay: seconds
run-interval: seconds
read-stderr: true/false
}
}}}
This wou…
-
```
Hello,
I need to use exec module for pdcp (yep, we have some hack using instead usual
scp). How to add it into pdcp modules?
I'm using exec find with pdsh but now I would love to have parallel …
-
I'm starting to think we don't really need (or want) an auto-rescue snippet in our `spec_helper.rb`s.
If the above worked, it would be totally sufficient — devs that want rescue would get it, devs th…
rking updated
12 years ago
-
When I run `./javiericnotify.py -d` I get
```
[]
listing watchdirs
['/tmp/test.txt']
Adding manager for /tmp/test.txt
Adding events for IN_MODIFY
Traceback (most recent call last):
File "./javieric…