lyriccoder

Results 48 comments of lyriccoder

1. We cannot do ` def fit_regressor(text: List[str], **kwargs): -> void`, since we are training dataset, which has been created already. You want a different interface. 2. Also, cannot do...

`assertThrows(NullPointerException.class, () -> wrapperSum(null, 2));` read this answer: https://stackoverflow.com/a/40268447/565447 `Optional op2 = Optional.ofNullable(null);` read this answer: https://stackoverflow.com/a/52038789/565447 `Objects.requireNonNull(bar, "bar must not be null");` read answer: https://stackoverflow.com/a/59224387/565447 So, it's a different...

Hi, @sv-atoslav 1) Aibolit is only supported for Python 3.7.7 as it is declared in `Readme.md` 2) There is a problem with your `pyenv` environment (for the error with pyenv...

seems we count ncss, not lines of code. But idea is good. @acheshkov @aravij Is it worth implementing it?

Have you debugged your code? In my case I didn't download a model and didn't put it to the specified folder

@jmorganca I am encountering the same issue, though it appears to be without Docker. I installed Ollama using curl, and the service starts automatically. I am unaware of Docker running...

is this issue resolved? Why was it closed? I need to use different size, not, but I can't do it

I am doing it right now

@KatGarmash done, we can discuss it