Sergii Mikhtoniuk

Results 49 comments of Sergii Mikhtoniuk

As a long-time watcher of this issue thought I'd share my solution. The CLI tool I'm working on deals with a lot of different kinds of entities that have long...

Also encountered this issue. Would definitely like an option to continue using plain HTTP in a testing context. Release notes should've mentioned this change if this was intentional.

Hi @suresh852456, thanks for providing all the information and a data sample. I reformated the YAML as follows: ``` kind: DatasetSnapshot version: 1 content: name: test kind: root metadata: -...

Hi @JvD007, CKAN is probably the most widespread Open Data platform out there, so we definitely want to make `kamu` as easy to use with CKAN as possible. So far...

Upon investigation we ran a simple test: Create a simple file: ``` echo "test" > test.txt ``` Then we start container: ``` podman run --rm -it -v `pwd`:/opt/engine/in-out --user=root --entrypoint=bash...

The issue turned out to be SELinux enabled by default on Fedora. When mounting volumes with SELinux docker/podman require some extra labels: https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label We should investigate adding detection and support...

Need to check if latest `sparkmagic` fixes this

Hi @bdarnell, curious if you have any plans about addressing this limitation. We have been long time users of the `simple_httpclient`, but its performance and lack of `Keep-Alive` support have...

I gave this a shot today, but it didn't quite work out. Half way through the implementation I realized that the streamed requests take a lot longer to complete than...

Made an initial attempt but encountered lots of difficulties when trying to run containers on host network