Chris Rybicki

Results 150 issues of Chris Rybicki

This is a preliminary list of some of the configuration options available in the core Kubernetes resources that we think might be convenient to be able to configure with the...

priority/p1
effort/large
feature-request

priority/p2
effort/small
feature-request

https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/

priority/p2
effort/medium
feature-request

### Use Case Right now `extern` can be used to bring functions from the TypeScript/JavaScript, but it would be handy to be able to bring other kinds of values like...

โœจ enhancement
๐Ÿ“ language-design
๐Ÿ› ๏ธ compiler
needs-discussion

### I tried this: ```js let extra = MutArray["bar"]; let base = [Json "foo"]; base.concat(extra.copy()); ``` ### This happened: ``` error: Expected type to be "Array", but got "Array" instead...

๐Ÿ› bug
๐Ÿ› ๏ธ compiler

Confusing error message if you try to access an internal enum ``` "error: Expected identifier "fixture" to be a variable, but it's a namespace --> ../../../examples/tests/invalid/internal_access_modifiers.test.w:3:9 | 3 | let...

๐Ÿ› bug
๐Ÿ› ๏ธ compiler

An unneeded extra error when you extend an internal interface ``` error: Expected an interface, instead found type "unresolved" --> ../../../examples/tests/invalid/internal_access_modifiers.test.w:6:22 | 6 | class FakeClass impl fixture.InternalInterface {} |...

๐Ÿ› bug
๐Ÿ› ๏ธ compiler

### Feature Spec A compiler target that produces Terraform configuration for running an application on Cloudflare. Resources in the Wing Cloud Library would be implemented in terms of services like:...

โœจ enhancement
๐Ÿ™‹โ€โ™€๏ธ help wanted
๐ŸŽจ sdk

### Community Note > Please vote by adding a ๐Ÿ‘ reaction to the issue to help us prioritize. > If you are interested to work on this issue, please leave...

โœจ enhancement
๐ŸŽจ sdk
๐Ÿงช testing
needs-discussion

### Description With #4156 it's possible to mark any public type (class, struct, interface, enum) as internal, meaning it behaves as public when it's accessed in the package/library it's defined...

โœจ enhancement
๐Ÿ“ language-design
๐Ÿ› ๏ธ compiler