suntong

Results 177 issues of suntong

The readme says on the `generate_release_notes`: > If body is specified, the body will be pre-pended to the automatically generated notes. But, this is my yaml ```yaml - name: Upload...

Collective enhancements from different sources.

Any other ways to break up large graphs besides the following? ``` -limit string Limit package paths to given prefixes (separated by comma) ``` I gave my package name but...

question

Trying to mount my new phone with `go-mtpfs` for the first time while all other methods failed, but got into the _"failed to access mountpoint: Transport endpoint is not connected"_...

Add Write-DataTable from scriptcenter gallery https://gallery.technet.microsoft.com/scriptcenter/2fdeaf8d-b164-411c-9483-99413d6053ae

Thanks for providing this useful middleware first of all. I'm wondering if the Static files from `http.ServeFile` method is also supported. Especially, It would also be 'nice to have' if...

enhancement
help wanted

Xpath [supports `following-sibling`](https://stackoverflow.com/a/47628382/2125837). How can I do that with etree? In [a typical jmx file](https://github.com/LusithaP/test/blob/3cf8eaec5a78fd27431ac8432a2f8ab2a2080949/WillAll/apache-jmeter-3.3/bin/Sample.jmx), `` can exist any where. I want to locate the `` that following a certain...

I'd think it'd be helpful to expose the following API functions `doc.NewDocumentFromString(s string)`, based on: https://github.com/beevik/etree/blob/4ec130554028d83ef14920b2661effbf0ee275e3/etree_test.go#L14-L22 and, `Element.WriteTo(w *bufio.Writer, s *WriteSettings)`, for debugging purposes, based on: https://github.com/beevik/etree/blob/4ec130554028d83ef14920b2661effbf0ee275e3/etree.go#L1036-L1060 Please consider. thx.

enhancement

Is this an abandoned project, since 2018? as such an important feature (#264) has been broken for over 3 years. I should have checked _all_ the issues, most importantly #264,...

If you'd like a little help when creating your `go-flags` based command line tools, take a look at https://github.com/suntong/lang/tree/master/lang/Go/src/sys/go-flags/wireframed which illustrates Go code being automatically generated.