Ronnie Dutta

Results 440 comments of Ronnie Dutta

Does the composable do anything special when using with `setup()` in the Options API? The docs example for `useVModel` omits defining the prop and `emits`: https://vueuse.org/core/useVModel/#usage ```js import { useVModel...

Currently in the commit graph, the fetch button only seems to fetch the current branch. I would really want this to fetch all (or a user-defined list of) remotes, tags,...

You can double click on a commit to view the changes, but I feel like there ought to be an option to make this single click

I have a project with a `mypy.ini` in the top-level: ``` [mypy] files = cylc/flow ``` All the source files are in `cylc/flow`. When I run `mypy` on its own,...

I have no particular expectations, all I'm saying is the way `vscode-mypy` works when linting a whole workspace is to pass the path to the workspace, and then this means...

Here is the logs concerning the logging in after clearing the cookies ``` [I 2025-02-12T11:23:01.535 JupyterHub log:192] 200 POST /hub/api/users/ronnie.dutta/activity ([email protected]) 38.82ms [I 2025-02-12T11:23:08.385 JupyterHub log:192] 302 GET / ->...

`CylcHubApp` is defined here: https://github.com/cylc/cylc-uiserver/blob/aeddbcb01ca68de01258ccdd1c129614361fdde9/cylc/uiserver/hubapp.py#L52 Apologies for my unfamiliarity with this, but any ideas where to inject debugging?

Just encountered this again. Turns out accessing `/hub/home/` works. But after a while, access to the server started working again. This is what is looks like when it works without...

I figured out how to set the log level to debug and found this interesting line: "HubAuth cache miss". Here it is after trying to load the page a few...

Update: we think this is something to do with network file system (NFS) lag or caching. I noticed that running the `ls` command on the directory containing the following files...