Martin Gignac

Results 13 comments of Martin Gignac

OK, I think I know what might have happened. I stumbled upon your library from [this](http://sdubs.org/go-junos/) blog entry. One of the examples on the page is the following: ``` routing,...

I tested using `routing, err := jnpr.GetConfig("text")` on an MX960 running 14.1R4.10 and was able to retrieve the config without any error. XML format retrieval also worked fine.

@PaulisMatrix, I've observed the same behavior as you. I also expected tasks being watched to execute anytime a file matching those tasks' sources' glob pattern would be added, but noticed...

> Given you worked a little with the code, are you willing to open a PR with this change? Sure thing @andreynering, although I do have a silly question: I'd...

@sirenkovladd, I had written some candidate code, but was stuck at writing the test for it, which is why I posted https://github.com/go-task/task/issues/1179#issuecomment-1762630247. I was waiting for a reply to it...

@sirenkovladd, the candidate diff I had written is in https://github.com/go-task/task/issues/1179#issuecomment-1713062362. I really was just waiting to have https://github.com/go-task/task/issues/1179#issuecomment-1762630247 answered before I submitted it because I wanted the PR to include...

> [Documentation](https://pandoc.org/MANUAL.html#extension-alerts) says it is supported but it isn't (anymore). The way I read the instructions, it only says it's supported for GFM and commonmark. ![image](https://github.com/jgm/pandoc/assets/7580803/4f3a9cb7-3045-4377-8a64-f15e05986b37)

Turns out the https://htmx.org/examples/update-other-content/#oob example shows the `` tag portion is at the beginning. My example put it at the end. After more testing I realized the order _does_ matter....