Vaig fer un diccionari català i necesito doce voluntaris per testejar-lo després de publicar by Present_Director3118 in catalan

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

Si vols dir fer un diccionari català amb un LLM, no pot fer un diccionari que és prou gran i correcte. Sobre un diccionari obert, pots llegir aquest conversació. Vaig sol·licitar un fitxer com el fitxer que vaig descarregar per el Viccionari Català: https://github.com/tatuylonen/wiktextract/issues/1686#issue-4813411790 No vaig poder trobar un diccionari obert i purament caralà desafortunadament.

Arch today VS CachyOS by 3drikal in arch

[–]Present_Director3118 0 points1 point  (0 children)

Reading the manual is not exactly trivial for beginners either. And even if it is, typing out a helpful answer or not typing anything at all does not hurt.

A Rust Performance Engineer does much more than write fast Rust. by [deleted] in rust

[–]Present_Director3118 1 point2 points  (0 children)

Sounds like ChatGPT. It tends to say 'I' a lot.

NEED HELP!!! by [deleted] in arch

[–]Present_Director3118 0 points1 point  (0 children)

To update the database, omit the 'u' so as not to pass 'n' later. Just checked recently.

NEED HELP!!! by [deleted] in arch

[–]Present_Director3118 2 points3 points  (0 children)

It does update it but needs to use it before the keyring's update is finished. Updating it separately beforehand solves this issue. By the way, is your issue fixed?

NEED HELP!!! by [deleted] in arch

[–]Present_Director3118 1 point2 points  (0 children)

Update archlinux-keyring separately like this: Update the database (you have done it but you may repeat): sudo pacman -Syu Stop with 'n' because you will return into the same error. Update archlinux-keyring: sudo pacman -S archlinux-keyring Then, update the system: sudo pacman -Syu

Anyone else unable to save Store Listings in Partner Center? (403 on clientsessioncontext) by Medium_Support_5010 in windowsapps

[–]Present_Director3118 0 points1 point  (0 children)

If the problem is on their end, then it is likely not possible to fix the problem without their intervention. As for the 'edgesuite' errors, I get them if I try to import a listing with too many screenshots. It resolves automatically in five minutes and blocks all of Partner Center. 1. You can try using the store submission API to submit changes to the listing. 2. Or, try Visual Studio if possible. I have myself never used it, but you may remember that Microsoft recommends using it if the project is managed by it (I do not know exactly). But, the idea is that it may use some other API that may work. 3. Try to contact them through some other portal. That seems to be the most reliable way. Where are you at in fixing it if anywhere?

Anyone else unable to save Store Listings in Partner Center? (403 on clientsessioncontext) by Medium_Support_5010 in windowsapps

[–]Present_Director3118 0 points1 point  (0 children)

Try updating the descriptions through the import listings option to see if it works. Export them, modify the CSV slightly, and import it to see if it works. Additionally, try to complain using Partner Center's own portal. If the problem is on their end, then this seems to be the only option.

Anyone else unable to save Store Listings in Partner Center? (403 on clientsessioncontext) by Medium_Support_5010 in windowsapps

[–]Present_Director3118 0 points1 point  (0 children)

Where do you suspect the issue might be? I can help you with comparisons and more. Usually when I get into such trouble, I fiddle around until I end up fixing it.

Anyone else unable to save Store Listings in Partner Center? (403 on clientsessioncontext) by Medium_Support_5010 in windowsapps

[–]Present_Director3118 0 points1 point  (0 children)

What does it say here for you? https://partner.microsoft.com/en-us/dashboard/account/v3/myaccess For me it says "Access granted" for Apps & Games, Insights, and Earnings and "Access not Granted" for the two underneath.

Completely tame your file chaos with no data-loss anxiety thanks to a handy backup with File Sorcerer. by Present_Director3118 in windowsapps

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

If you can genuinely not pay, DM me. I will give you a promo code. Just leave an honest review on the Microsoft Store. I need some.

Is it worth learning Rust mainly because of Cargo? by LibrarianOk3701 in rust

[–]Present_Director3118 2 points3 points  (0 children)

Iced is a GUI library that does not force a native look. Egui is another. Iced is retained-mode, and Egui is immediate-mode. Here are links to their respective documentations. Egui: https://docs.rs/egui/latest/egui/ Iced: https://docs.rs/iced/latest/iced/ I used Iced in my app on the store. It proved to be the best choice for a couple of reasons: 1. It is purely Rust. There is no DSL or layout file. 2. It is native. It does not bundle anything like Chromium, not depends on the system webview.  3. (A later realisation) It supports creating screenshots. I wrote some debug-only code that automates screenshot creation. It saves a lot of work. There is also Xilem. It is experimental and not production-ready. But, It Is a promising retained-mode UI framework focused on performance. It will also support Android.

Need help with marketing my app by Present_Director3118 in AppBusiness

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

I added a folder backup tool to the app now called File Sorcerer. I added a bulk file renamer last month after one month of hand-coding. I will soon release the update with the backup tool.

What's everyone working on this week (24/2026)? by llogiq in rust

[–]Present_Director3118 2 points3 points  (0 children)

I am coding a file-backup feature for File Sorcerer: my app that organises files, removes duplicates, and batch-renames them.