Peter Demin
Peter Demin
Yes, if you want one long notification report with all the changes. Or if the list is short and fixed, you can have multiple similar checks. In general, pipeline is...
Would "changes: new" do the trick? Can batch be implemented as Python transformer?
I don't think changing the return type of all parts to the list is a viable approach. Instead, I think we should use a queue. It can be built on...
Here's my idea: ``` checks: - name: Some Batch Check url: https://some-url.net transform: - css-all: .some-class - changes: new notify: - python: | for line in lines: queue.push(name='process', content=line) #...
It will allow making uniform checks distribution over some period of time like a day or an hour.
I managed to build a `.whl` files with resources included for SudachiDict, like so: ``` 68M dist/SudachiDict_core-20211220-py3-none-any.whl ``` and confirmed, that the package can be installed and works. @sorami Would...
What is the current recommendation for projects using pylint and protobuf?
Taking over in #137
I suspect this is due to the default model being removed from OpenAI API. Could you please try with a different model, like this: ``` echo "Are cats faster than...
PRs are welcome. I'm not using the tool myself these days.