Nick Klauer

Results 41 issues of Nick Klauer

I am trying to write a simple `sed -i` script using this, but it seems that when I run it on the same path that I am reading it from,...

## Feature Request #### Is your feature request related to a problem? Please describe. I have been trying to find an alternative version manager for my tools, and I was...

✨ enhancement

It would be nice to see a `lint` or `-lint` option that you can pass to task so you can check your file against your proposed [Styleguide](https://taskfile.dev/styleguide/). Would be useful...

type: feature

Hello! I was looking into this and thought it would be great to integrate one of my repos with an Epic that is in my team's Jira Project. However, I...

I am running this tool to rebuild, but it fails really early when trying to process 'Go-Package-Store': ```sh 08:46 $ gorebuild github.com/dustin/go-humanize github.com/google/go-github/github github.com/shurcooL/Go-Package-Store/presenter/github github.com/shurcooL/Go-Package-Store/cmd/Go-Package-Store 2017/03/06 08:46:06 rename /tmp/gorebuild465739942/Go-Package-Store /home/klauer/dev/go/bin/Go-Package-Store:...

I know that by default, Java's watch service won't register directories under a path recursively, but how would I go about doing that with this library?

How can someone set up a test environment for adding tests to this SDK? I'm at a loss as I don't quite understand how the main gitea project is doing...

Similar to #40, I noticed this when trying to use this SDK to write a [Terraform](https://terraform.io) provider plugin. ```go package gitea import ( "fmt" "testing" "code.gitea.io/sdk/gitea" ) func TestGiteaUserCreate(t *testing.T)...

I can't download this role using the guide: ```sh ansible-container init ansible.django-gulp-nginx ERROR Unknown exception Traceback (most recent call last): File "/home/klauer/.local/lib/python2.7/site-packages/container/cli.py", line 299, in __call__ getattr(core, u'hostcmd_{}'.format(args.subcommand))(**vars(args)) File "/home/klauer/.local/lib/python2.7/site-packages/container/__init__.py",...

Hello! Is there a plan to include other API types than account and login/logoff? I see that you can create and manage users in CyberArk, and you can even look...