Punleuk Oum

Results 17 issues of Punleuk Oum

DNS was not resolving on my host system for `raw.githubusercontent.com`, which caused issues in Docker. After resetting the DNS cache in OSX Catalina, I was able to access `raw.githubusercontent.com` in...

status/more-info-needed
area/networking
platform/desktop
version/19.03

### What happened? I previously set up a 3-node cluster using bi-directional TLS, which was working before Clients attempting to call etcd using a previously working certificate now fails with:...

help wanted
type/feature

The model definition and its training data seem to be available, but the "interactive" parts mentioned in the supplement are conspicuously absent. Is this intentional?

It's annoying to define this for every path. It ought to be supported natively. ``` @dataclass_json @dataclass class Foo: file_path: Path = field(metadata=config(encoder=str, decoder=Path)) ```

Our environments expand 5x in size because all these dependencies that we don't use are installed. It makes our CI builds take longer. Offering something like `extras_requires{'tensorflow': ['tensorflow>=1.14'], ...}` should...

# Expected Behavior When creating an Operator which depends on this operator (either through the [CSV `requires` field](https://olm.operatorframework.io/docs/tasks/creating-operator-manifests/#required-apis), or through the [`dependencies.yaml`](https://docs.openshift.com/container-platform/4.9/operators/understanding/olm/olm-understanding-dependency-resolution.html#olm-bundle-format-dependencies_olm-understanding-dependency-resolution)), the OLM will determine the correct (usually latest)...

kind/bug
lifecycle/rotten

This cycle of caching things on disk is probably pretty terrible for performance. 32GB of RAM has become fairly common-place, and I imagine anyone using this software is going to...

enhancement

Currently, the translation "roots" are located at the top left corner of the wrapper ``, and the top left corner of the image. I have SVG images that can be...

Archipack version: 2.3.4 Blender version: 2.9.2 Os version: Windows 10 Build 19041 Description of the issue: It should be possible to place sliding doors and have them represented correctly in...

It appears generating declarations using JSDoc is enabled, but not being distributed through NPM, making this library difficult to use with TypeScript.