Dmitry

Results 136 comments of Dmitry

Added options `autoSnapRowsAfter`, `autoSnapRowsBefore` See draft at https://github.com/d9k/react-sortable-tree/tree/feature-11518 Storybook: http://0.0.0.0:3001/?path=/story/advanced--auto-snap-to-level

Excerpt from my notes: - :mag_right: storybook Mantine dark mode - :horse_racing: [Test Dark Mode with Storybook | chromaticui | YT Shorts](https://www.youtube.com/shorts/MhzTMYhID-c) - :tv: [Theme your Web Apps like a...

@keokilee, ok, I should've define event handler as ``` onDidFinishLoad={(e) => { console.log('did-finish-load'); }} ``` Thanks for the component development!

I didn't install local ssh key for github, see https://github.com/jdowner/gist/issues/49

Can someone explain, please, why it's impossible to implement custom http status with cgilua? Is it some kind of architectural flaw?

@hishamhm, @mpeterv, @tomasguisasola, I would be very glad to you if you provide clear answer to this question: > Can someone explain, please, why it's impossible to implement custom http...

We are interested in three functions: ### 1. `getPathFilters()` https://github.com/denoland/vscode_deno/blob/88929bdbd7adc1a0c8e78ba66ed37cb6e7679457/client/src/extension.ts#L96-L126 > #### `getPathFilters()`, focus on lines: > https://github.com/denoland/vscode_deno/blob/88929bdbd7adc1a0c8e78ba66ed37cb6e7679457/client/src/extension.ts#L106-L115 ### 2. `fileNameDenoEnabled()` https://github.com/denoland/vscode_deno/blob/88929bdbd7adc1a0c8e78ba66ed37cb6e7679457/typescript-deno-plugin/src/index.ts#L90-L116 > #### `fileNameDenoEnabled()`, focus on lines: > https://github.com/denoland/vscode_deno/blob/88929bdbd7adc1a0c8e78ba66ed37cb6e7679457/typescript-deno-plugin/src/index.ts#L100-L109...

https://github.com/denoland/vscode_deno/issues/834#issuecomment-1538384747, > this VSCode extension could pre-process the list of directories from the glob before even passing it into the language server to avoid more complexity there. Even faster temporary...

I wrote script to update VS Code config for my case (run with `deno task config`): https://github.com/d9k/citations-supabase-demo/blob/main/script/config-update.ts: ```ts /** * Script to update VSCode config * Run with `deno task...