jeromew
jeromew
@schung-amd for information I managed to get some data out of the profiling pipeline. It seems that if in RDP you request more dispatches than your application really has then...
I found https://github.com/expressive-code/expressive-code/blob/main/packages/%40expressive-code/plugin-text-markers/src/index.ts#L126 that seems to have a link to the handling of diff but clearly this is more hairy for a newcomer than I anticipated. maybe I should ask...
for reference, this module seem to also approximate a linestring with bezier curves - https://www.npmjs.com/package/turf-bezier
I post this in case someone wants to work on this for svgo (I only discovered svgo via this github issue). Here is the smallest (server-side + canvas-less) sequence I...
It seems for further tests that the problem indeed comes from "invalid.illegal" I saw another styling option in "github-light" as ``` { "scope": "invalid.illegal", "settings": { "fontStyle": "italic", "foreground": "#b31d28"...
ok thanks i'll prepare something. do not hesitate to refuse them if you have better solutions. I still have a hard time grasping the lexical API and finding what the...
for info I created an issue that I think could improve the user experience when learning svelte-lexical docs as it uses a lot of diff'ed code as a learning tool....