Julius Liu

Results 17 issues of Julius Liu

It looks like the .obj file inside the zip is different than the .obj in the dir.

The current values in the helm/values.yaml will not work with the current kubeconfig in examples/k8s/. This is because busybox would not be in the temp/files directory hence the registry will...

**Quick Summary:** To develop apps with JS-Interop it would be great if reactor would set init to null, so that on the Elm side you can declare main like `main:...

https://github.com/dotnet/samples/blob/23470f96207d36ec4c1d5a0a9ea3097ee459b85e/azure/sdk-identity-resources-storage/Program.cs#L188

I'm developing on ARM64, and I run into these errors, I was wondering if I could get some help with. ``` c++: error: unrecognized command-line option ‘-mcrc32’ c++: error: unrecognized...

Hello, I was having issues authenticating with ACR. I looked at the code and noticed it uses the basic auth flow w/ GET request. For ACR, we use the POST...

### Summary of the new feature / enhancement There are a lot of changes between PS 5.X and PS 7.X, and some of these changes make keeping scripts backwards compatible...

Issue-Enhancement
WG-Cmdlets
WG-Interactive-Debugging
WG-Engine
WG-Language
WG-Cmdlets-Core
Needs-Triage

- This supports multi-tenant registries who support multiple registries using the same host domain. This is a redo of the previous PR #7758 and Addresses #7757.

needs-ok-to-test
size/L

It would be useful if there was a built-in `bump_line()` fn that would bump the lexer to the next line. A more generic `bump_terminator(pat: P)` could be useful too. I...

## Description `LazyUpdate` has two exec fn's, `exec` and `exec_mut`. However it looks like their function signatures are identical? https://github.com/amethyst/specs/blob/81073f340425803c99e3292fa14ceb00245bfea5/src/world/lazy.rs#L303-L305 https://github.com/amethyst/specs/blob/81073f340425803c99e3292fa14ceb00245bfea5/src/world/lazy.rs#L337-L339 I was wondering what is the difference between the...

bug