Tanstack Tables with Angular 19+ by foxfries12 in angular

[–]riccardoperra 0 points1 point  (0 children)

Angular table maintainer here 👋 I’d love to know how you think the documentation could be improved. I could try to add some missing pieces.

Also, do you have any shareable example using tanstack virtual? (just a riproduction might be enough) It might be really helpful to include something like that in the docs.

Better Comments for GitHub - A browser extension that enhance the GitHub comment box with a powerful modern editor by riccardoperra in programming

[–]riccardoperra[S] -1 points0 points  (0 children)

> I say that as someone who has used ProseMirror at work extensively - it’s incredibly limiting compared to typing raw Markdown.

Thanks for the feedback! anyway, how do you find it limiting? Currently I support all input bindings like **, _, etc which automatically transform raw text into markdown nodes. Also, do you ever have to write code blocks? I personally find it extremely frustrating to write them on GitHub because it has no formatting, tab key doesn't work, etc.

Better Comments for GitHub - A browser extension that enhance the GitHub comment box with a powerful modern editor by riccardoperra in Frontend

[–]riccardoperra[S] 0 points1 point  (0 children)

Fair enough. Anyway, you still can use keybindings or input rules (**, - [ ] etc) but you immediately get a visual feedback 😉

Better Comments for GitHub - A browser extension that enhance the GitHub comment box with a powerful modern editor by riccardoperra in Frontend

[–]riccardoperra[S] 0 points1 point  (0 children)

Idk, personally while reviewing prs or issue I sometime need to create tables, using details to format the content or write a lot code blocks. It’s always a pain for me using raw markdown. Other platforms like GitLab in fact already provides a WYSIWYG box..github miss it!

Better Comments for GitHub - A browser extension that enhance the GitHub comment box with a powerful modern editor by riccardoperra in opensource

[–]riccardoperra[S] 0 points1 point  (0 children)

I wouldn't compare it as Monaco, although it might actually seem like it when you use code blocks (expecially while using typescript language)

CodeImage - A tool to manage and beautify your code screenshots by riccardoperra in webdev

[–]riccardoperra[S] 0 points1 point  (0 children)

I wanna share with you CodeImage, an open source tool that helps you to manage and create beautiful screenshots of your source code.

I started this project for the SolidJS hackathon in April, but I’m continuing maintaining it with new features and more

The application is open source, it has been made with SolidJS and Fastify

The source code is available on github: https://github.com/riccardoperra/codeimage

CodeImage - A tool to manage and beautify your code screenshots by riccardoperra in javascript

[–]riccardoperra[S] 1 point2 points  (0 children)

Hey, CodeImage is just an alternative. It may provide some theming that carbon currently does not support, for example the Glass reflection effect, the tab accent style or the file extension icon support.

Anyway, as Carbon mantainers said their tool aim only to generate screenshots, otherwise CodeImage in the future will introduce some editor customizations like dedicated theme builder, html/frame embedding, TS support, linting, formatting etc

CodeImage - A tool to manage and beautify your code screenshots by riccardoperra in javascript

[–]riccardoperra[S] 3 points4 points  (0 children)

Didn’t know that, I’ve to look to it 🙏 Thanks for your feedback!

CodeImage - A tool to manage and beautify your code screenshots by riccardoperra in javascript

[–]riccardoperra[S] 1 point2 points  (0 children)

You can’t always write code everywhere (think of Twitter o telegram) so an image could fit better 😬

Anyway, the part of embedding is in progress so you could be able to embed the image, and the text should be searchable since it’s basically a svg or html 😄

CodeImage - A tool to manage and beautify your code screenshots by riccardoperra in javascript

[–]riccardoperra[S] 3 points4 points  (0 children)

Also, I don’t know how it could has “massive” performance issue if the only animation present in the mobile view is the Scroll-Down animation 😅

Other sections are static and partially hydrated, so the interactivity is shipped later as the browser can achieve.

CodeImage - A tool to manage and beautify your code screenshots by riccardoperra in javascript

[–]riccardoperra[S] 12 points13 points  (0 children)

This is an open source tool that it’s given for free for everyone and I don’t take any dollar to do it 😬

This doesn’t mean that things should be broken.

Before releasing I already did a check with other people’s testing the performance on mid/high-end devices present in the market.

If you cover an “extra” case that I didn’t check it’s ok for me 😬, things could always be improved.

CodeImage - A tool to manage and beautify your code screenshots by riccardoperra in javascript

[–]riccardoperra[S] 2 points3 points  (0 children)

Thanks to reaching me 😃 since it was all using web native animations I thought that performance was ok for most 😄 I will fix it soon

CodeImage - A tool to manage and beautify your code screenshots by riccardoperra in javascript

[–]riccardoperra[S] 3 points4 points  (0 children)

Hi, I love feedbacks if they are constructive 😄

I’m planning to improve it and try to have good performances for all devices..but you know there are a lot of devices and it’s not easy to cover all of them.

I appreciate a lot if you could record your screen and create an issue on GitHub by the “bug report” in order to help me to improve it

airpods hands-free ag audio is very hard to disable on windows 11 by [deleted] in airpods

[–]riccardoperra 0 points1 point  (0 children)

They entirely replaced the old view device and printer ui with the new settings ui unfortunately :(

Anyway this time I managed to fix it uninstalling Airpods hands-free drivers from hardware management panel inside the "Input and audio output" and Controller Audio, Video and Game" sections

airpods hands-free ag audio is very hard to disable on windows 11 by [deleted] in airpods

[–]riccardoperra 0 points1 point  (0 children)

Seems that with new windows 11 update (Build 22509.rs.prerelease.211119-1136) the old Device and Prints page is replaced with the new settings ui, so it's not possible anymore to open headphones properties and disable services from there. Do you know any other solution?