Christopher Hlubek

Results 25 comments of Christopher Hlubek

I also noticed a panic when adding a `poll` trigger with an image in a private registry without matching credentials. #519 should at least fix the panic and output a...

Well, I didn't see #1817 before writing this. Sadly I cannot contribute to that PR (not a maintainer anymore). But I could merge the existing PR in my branch so...

@fcool Thanks for the offer, I'll try to merge your PR with some ideas of this branch if it's okay for you.

@fcool Yes! Especially with network filesystems (e.g. in K8s) this is an issue without configuring special lower latency cache backends. > It would be best to actually cause an exception...

I can confirm that this doesn't work as expected, despite the `exif` extension being loaded. Our scenario is in the asset editor where an editor wants to set a custom...

Btw. if performance is a concern here: the check in pkg/util/fs_utils.go:146 could be improved to not read whole files into memory and then compare byte slices but rather compare files...

See https://github.com/networkteam/go-kallax for an updated fork (of a fork) that supports Go modules and also makes the tests with Go modules green again.

> @hlubek, it appears that some import references should be fixed > > ``` > $ go get -u github.com/networkteam/go-kallax/... > go: downloading github.com/networkteam/go-kallax v1.3.9 > go: found github.com/networkteam/go-kallax/... in...

It would be great to have support for UUIDs as IDs with explicit handling of the ID generation (instead of auto-generating the IDs)

@smorimoto I'll rebase the change and have a look at it 👍