Jianqing Liu
Jianqing Liu
#### What is the current behavior? When draft.js is in a scrollable container, pressing enter at the end of the document doesn't cause the editor to scroll to the new...
fish-nvm should include parent directories when searching .nvmrc. For example: ``` $ echo 14 > .nvmrc $ cd child $ node -v # still 16 ``` Somewhere related: jorgebucaran/nvm.fish#45
For type definition: ```typescript const DBData = z.object({ nested: z.object({ a: z.string(), b: z.string(), }), }) ``` The following validator is generated: ``` function __validator_0__(data) { return (__validator_meta__(data) && (...
# Feature request Allow OAuth signin in a popup window ## Is your feature request related to a problem? Please describe. 1. Useful in a SPA where state is presisted...
- Added a new setting to set scaling of the application. - Automatically scale font size.
To reproduce: 1. add `emotionOptions={{ key: 'other' }}` in `MantineProvider` in `_app.tsx` 2. `yarn export` 3. Inspect the generated `index.html` file, the `style` tag is empty. (I spent SO MUCH...
The document is not very clear. How do I know the connection state of ssh? What will happen if I call `client.connect()` multiple times? Thanks!
Reproduce MCU code: https://gist.github.com/PegasisForever/4b449b383dce5f7f9a546151020005d4 (notice line 91 and line 98 are changed) (MCU: STM32F412) Reproduce host code: this python script basically sends 9 bytes to the mcu which triggers the...
The current statically allocated task system works well for many projects, but I’ve encountered challenges when trying to implement more complex functionality: ### 1. Static Task Allocation Tightly Couples Code...
I'm trying to use galloc on a 32bit arm microcontroller. When initializing, the library panicked at 'attempt to subtract with overflow' [at this line](https://github.com/MaderNoob/galloc/blob/7e0358e399d102f9482996f2e13b3e702d9f72a6/src/bins.rs#LL129C35-L129C35). I did some debugging and I...