Alexandre Giard

Results 9 issues of Alexandre Giard

Since [k8s now sets the imagePullPolicy automatically upon creation](https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting), setting it to `IfNotPresent` for the container to be valid is not required anymore. https://github.com/grafana/jsonnet-libs/blob/98c3060877aa178f6bdfc6ac618fbe0043fc3de7/ksonnet-util/grafana.libsonnet#L19 Overriding things like this can be...

stale

even though the path is set to `~/.asdf/shims/dotnet`, Rider says it cannot find the dotnet sdk. I don't know if this is something that others have encountered and if its...

#### Issue description Currently, the library does not support modifying multiple tasks while the API does. (`[PUT] /tasks/{taskId},{taskId},... - up to 100 IDs`). It would be nice to implement this...

enhancement

> This is basically just a re-creation of [the following issue from the original repo](https://github.com/ogham/exa/issues/1182) but in this fork :) Original issue by @galop1n Nushell is a modern take on...

feature request
features › terminals
features › ui

Closes #278 Adds the property `StringFormat` to `TextColumnOptions`. This new option allows us to specify a custom string format for each cell, without needing to use `TemplateColumns`.

Hi! This is less of an "issue" and more of a "What is the recommended way of doing x" thing... # Preface I currently have an app that uses TreeDataGrid...

I'm currently using [DynamicData](https://github.com/reactivemarbles/DynamicData) to populate, filter and sort the datasource for my TreeDataGrid. This all works wonderfully except when I try to change a field in the Grid which...

### Describe the bug Running locally works fine using either my IDE or `dotnet run`. When packing the application using a variation of the following command: ```console msbuild MyApp.sln -t:restore,publish...

bug

### Describe the bug When Binding to a property using the `` or `` method, the IsChecked property does not stay in sync with its bound property. - The underlying...

bug