Arash Attari

Results 6 comments of Arash Attari

Do you want to compile the application with your hard-coded ssh config?

Does removing the cut solve the problem? https://github.com/rust-bakery/nom/blob/7afe3a8c4021871a8647d3bbf928aecd551c9b62/src/number/complete.rs#L1260 this will make the: https://github.com/rust-bakery/nom/blob/7afe3a8c4021871a8647d3bbf928aecd551c9b62/src/number/complete.rs#L1257-L1261 as `None` and will not consume e in episode. Here is a test which successfully passes: ```rust...

`reddit.` is consumed by domain. `com.` is also consumed by domain. `reddit.com.` is consumed by many1(domain). ```rust pair(many1(domain),tld) = pair( ("","reddit.com."), Err) => Error ``` the remaining input is ""...

For sure! Please create a new project: ``` shiroa init issue178 ``` and add `$integral ^z_3$` to the end of sample-page.typ file. ```typ #import "/book.typ": book-page #show: book-page.with(title: "Hello, typst")...

ollama models use this endpoint. I've provided the procedure to run model llama3.3. By the way, thank you for your clarification.

Take a look at Ollama API endpoints: https://github.com/ollama/ollama/blob/main/docs/api.md