Vaclav Pavlin

Results 37 issues of Vaclav Pavlin

Hi, I wanted to extend your project so I created a [Dockerfile](https://github.com/vpavlin/cached-property/blob/disk-stored-caching/Dockerfile) to run tests in container. I did some modifications and when I ran tests they failed from time...

Hi all, I've just noticed that Openzeppelin's IGovernor.sol interface defines an event with argumetn `values` (https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/governance/IGovernor.sol#L28-L37) When I try to use the generated typings, I get that `event.args.values` is `undefined`...

bug

Hey, I just installed Solidity Langage server and it is crashing all the time VS Code version: 1.63.2 Language server version: 0.0.136 OS: Fedora 35 Node.js. v16.13.2 ``` SyntaxError: Unexpected...

I am trying to run Airflow Operator on OpenShift 4 and I am hitting an interesting issue: ``` ERROR: logging before flag.Parse: E0930 15:45:08.736404 1 genericreconciler.go:52] Failed: [*v1alpha1.AirflowBase/airflowop-system/pc-base(cmpnt:*airflowbase.Postgres)] Create. statefulsets.apps...

Hi, I am working on deploying ArangoDB on our OpenShift cluster and everything looks great up to the point where I try to create a database at which point I...

In opendatahub.io we use https://github.com/opendatahub-io/jupyterhub-singleuser-profiles to customize Jupyter instances for users. I'd like to come up with a good integration between DLF and the profiles library. As discussed with @YiannisGkoufas...

enhancement

The current label format does not follow the best practices I have been seeing around (https://github.com/IBM/dataset-lifecycle-framework/blob/master/examples/hive/sampleapp/samplepod.yaml#L8) Have you considered prefixing your labels similarly to https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/

enhancement

Just hit the following error [1] The cause seems to be that I did not have a repo named `manifests` in the KFDef. `kfctl` actually fails with ``` Error: failed...

kind/bug
priority/p1
area/kfctl

I have 2 issues with the recently merged PR for operator CSV 1. The name of the operator should be `kubeflow-operator` not `kfctl` - the whole thing should be probably...

priority/p2
area/engprod
area/kfctl
kind/feature

There are API urls hardcoded in this repository: https://github.com/fabric8io/fabric8-pipeline-library/blob/master/vars/deployOpenShiftSnapshot.groovy#L57-L61 @jstrachan mentioned this file is not really used when someone uses fabric8-pipeline-library, which is good. It would be great if you...