david qiu

Results 56 issues of david qiu

See corresponding redux docs: https://redux-toolkit.js.org/api/configureStore In the latest CRA template for `redux-typescript`, the root store is configured via `configureStore` instead of `createStore`. The installation instructions don't mention anything for this...

## Steps to reproduce - `git clone` into a fresh directory - Install dependencies - Run `pnpm run build` in project root and then in `demo/` ## Error ``` [vite:compress]...

The docs for the [Application](https://traitlets.readthedocs.io/en/latest/config-api.html#traitlets.config.Application) class don't mention the default value of the `log` trait on `Application` to be a `Logger` instance named with `self.__class__.__name__`. I had to dig through...

# File ID Manager design Right now, there is no universal way in Jupyter for developers to track a file as it is created, modified, and renamed. This is essential...

enhancement

# Overview Draft implementation of File ID service proposed [here](https://github.com/jupyterlab/jupyterlab/issues/12614). File ID Service maintains a bi-directional mapping between file IDs and file names. This service permits bi-directional lookup, and preserves...

enhancement

### Problem I was tracing the `ContentsManager` implementation to find out how I can attach some logic to its copy/rename/move methods. According the dev docs, the default implementation of the...

enhancement

### Current Behavior 🔍 Staging and Deploy-App workflows failed on CircleCI. It looks like it's some combination of two problems: 1. `node-gyp` requires python v2/3 to be installed. i don't...

Type: Bug

When running `tbump `, it's weird how the diff doesn't show the bump to `version.current`/`tools.tbump.version.current` in the patch diff. See here: ``` % tbump --dry-run 3.0.0 :: Bumping from 2.1.0.dev0...

### Motivation 🏁 `vue-svg-loader` is currently being introduced in PR #83. It treats all SVG files as Vue components, and calls `svgo` in the build step to optimize all SVGs,...

Domain: Dev Experience
Role: Software Engineer

### Motivation 🏁 I'm currently in the process of re-factoring the practice card, and there are a few glaring issues with the existing codebase, especially with the Vue SFCs. We...

Domain: Dev Experience
Role: Software Engineer