David Drinnan

Results 15 comments of David Drinnan

Can you spitball a couple ideas on where you see starting?

For me, it's the `pyenv sh-activate --quiet` (called by `_pyenv_virtualenv_hook` in my `PROMPT_COMMAND`) that is taking up the bulk of the time.

Would like to see this updated with the latest FetchContent features, specifically `OVERRIDE_FIND_PACKAGE` option in `FetchContent_Declare()`, and calling `FetchContent_MakeAvailable(hiredis)`. I think it would simplify the changes significantly.

If you have an authentication token, you can set up a cron job to login and post a poll. This is what I've done and documented here using the python...

Sorry, I'm a newb to your project, @42wim but it's pretty promising for my use case and so I had to reach out. I got it up and running between...

I don't think there's anything preventing you from creating your own cmake include file, and in it you could define a library target like you're thinking, one that links all...

Atlassian has their own Docker Hub space. If support here is waning, what are the steps to migrate to `atlassian/bitbucket-server:7`?

It appears Atlassian doesn't have any images published based on `alpine` past 5.x. That could be a good reason to maintain this parallel project.

Opened pull request https://github.com/teamatldocker/bitbucket/pull/53

@jhult can you take a look at this PR and #50 when you get a chance.