Ronnie Dutta

Results 440 comments of Ronnie Dutta

> For a workaround, you can set [`build.rollupOptions.maxParallelFileOps: 100`](https://rollupjs.org/configuration-options/#maxparallelfileops) Ah this does the trick too 👍

This is tunnelling to a different linux host on the network (not WSL). here is a video: https://github.com/user-attachments/assets/1de06df8-ed5b-4761-b29b-e1440640f7cb

I have also occasionally seen a similar issue where the error includes being unable to slice an array, will try to capture more details next time I see it Edit:...

It is possible to get this to happen 100% of the time by changing the default value of `strip_null` to `True` here: https://github.com/cylc/cylc-flow/blob/5625fa4165c507a63773f7d281c699376ac263b3/cylc/flow/network/schema.py#L2516-L2527 ```python class Subscriptions(ObjectType): """Defines the subscriptions available...

Have you/are you considering a client-side workaround (i.e. in the `onUpdated` method of the `InfoCallback`) rather than https://github.com/cylc/cylc-flow/pull/6403 (still in draft)? Other feedback: to me, these look like bullet points...

Vuetify has a [`VEmptyState` component](https://vuetifyjs.com/en/components/empty-states/#usage) that should make this easy

Yes but even trivialier using that component. No need to roll your own styles

To summarise what is left to do: - (cylc-flow) expose UTC mode via the GraphQL schema so it can automatically be chosen by the Gantt view - Dropdown to choose...

This should also fix the long task name overflow (i.e. move away from using the `GraphNode` component to display the task name and jobs etc.) mentioned in https://github.com/cylc/cylc-ui/pull/1886#discussion_r1717282129 >