Chris Rybicki
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...
https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
### 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...
### 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...
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...
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 {} |...
### 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:...
### 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...
### 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...