Robert Dailey
Robert Dailey
Thank you for getting back with me so quickly. I have a couple of follow up notes/questions, just to make sure I understand the logs correctly. 1. Regarding the log...
> Multi-platform images seem to be of the media type [`application/vnd.oci.image.manifest.v1+json`](https://github.com/opencontainers/image-spec/blob/main/image-index.md?rgh-link-date=2024-07-10T07%3A36%3A00Z) which have their associated manifests declared under the `manifests` key, while a "regular" `application/vnd.docker.distribution.manifest.v2+json` image does not. Your explanation...
Linking related issues for visibility - please upvote if you're experiencing this too: - #2336 - #1818 - #611
Rather than doing this automatically for abstract classes, which likely would be disruptive and break existing tests, perhaps it would be better to introduce a new `PartialAttribute` or something that...
It is very important for this to be just one small piece of a more model-oriented workflow. Ultimately we need the ability to do more: - Assign default models for...
The minimal `.zshrc` that reproduces the problem: ```zsh # Enable Powerlevel10k instant prompt if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi # Load zinit source ~/.local/share/zinit/zinit.git/zinit.zsh # Load Powerlevel10k...
Is it possible to make this use settings layers so the user can choose what they want (local vs team-shared vs global)? Respectfully belav what you're saying is your opinion...
> If this setting is only global then anyone who works in two solutions and wants format on save in one and not the other will be switching that global...
@martindisch is this helpful? https://gist.github.com/rcdailey/a2d6845082cddfd2ae3475b7b7cd3527
My understanding is that this is not a language specific concern. This documentation shows Application and Project level settings, which I assume maps to the respective settings layers in Rider:...