Y.Petremann

Results 14 comments of Y.Petremann

Just as an update, the Telemetry SDK 1.9 seem to be now compatible for Linux and Mac.

Just to answer some points, the actual telemetry sdk 1.9 is quite not really different to 1.6, in fact the most impressive change (and maybe the only one) is the...

For me, it's logical that yt-dlp doesn't try to automaticaly use --restrict-filenames or --compat-options filename-sanitization, because it's automaticaly putting a broken wall behind a nice paint But as a first...

During the night I though of the file based metadata, it would really be universal, could be used by users and tools: -- script: lua -- autorun: load save watch...

An option menu can be interesting if people intention is to run tic at every save and reload But having a way for tools to opt in and out at...

I would suggest that a mouse cursor would still be availlable but rendered inside the terminal, like when we use gpm, so it would not break the trip.

I'm using NewUI which I found confusing at first glance but does it's job > > backface visibility, opacity and brightness > > Opacity and Brightness sliders exist. Am I...

I think a definition system could be great, we define a gate model by it's way to be rendered, it's shape, label and ports (it could have multiple input and...

I've seen your and for my part the format is simple, this github should be considered as a valid shenzhen io folder, the aim is that each could see by...

This saved the day, but sometimes the module is in the asar folder, so my take on it: ```js private getNodeModulePath(moduleName: string) { return ["node_modules.asar", "node_modules"] .map(pth=>path.join(vscode.env.appRoot, pth, moduleName)) .find(pth...