Giuseppe Tinti Tomio

Results 8 issues of Giuseppe Tinti Tomio

I believe adding a `sort` argument to `dir_tree()` would be a nice, although not critical, addition to {fs}. (maybe skip `dir_tree()` and add directly to `dir_ls()`/`dir_map()`?) ### Example A project...

feature

I am having some trouble using lubridate on a package I am developing. Specifically, since `months.numeric` is not exported by lubridate, I can't use `lubridate::months` or even `lubridate::months.numeric`. Repro: ```r...

You can add a GitHub Action to compile `sourabh_bajaj_resume.tex` and upload the generated pdf everytime a change is made. For instance, take the following file which would be available at...

Stemming from the discussion in https://github.com/kubernetes-sigs/jobset/issues/467, we have a proposal for implementing the "in place pod restart" feature in JobSet to improve goodput for large workloads. We would love to...

#### What type of PR is this? /kind documentation #### What this PR does / why we need it: Add the KEP for in place restarts. #### Which issue(s) this...

cncf-cla: yes
size/XL
kind/documentation

I created this issue to discuss ways to speed up the detection of requirement for restart in JobSet. Currently, JobSet detects that a restart is required by scanning child Jobs...

**What would you like to be done**: Migrate JobSet from Kubebuilder v3 to v4 I noticed that the JobSet repository uses Kubebuilder [v3](https://github.com/kubernetes-sigs/jobset/blob/c79e4fd79282a1efece06dbfd6a7e309175f27bb/PROJECT#L32), whereas the latest version is [v4](https://github.com/kubernetes-sigs/kubebuilder/releases). Also,...

kind/cleanup

JobSet's admission webhook now rejects requests to create JobSet objects that would result in an invalid value for the `jobset.sigs.k8s.io/coordinator` label. In most cases, this is equivalent to limiting the...