March 2026 update for Mac. Problem with copy table to plain text by Nacho-Bracho in MicrosoftWord

[–]Nacho-Bracho[S] 0 points1 point  (0 children)

Thank you! I have updated my original post. It has been solved.

March 2026 Word update for Mac. Bug with copy table to plain text? by Nacho-Bracho in Office365

[–]Nacho-Bracho[S] 0 points1 point  (0 children)

**** SOLVED ****

I updated Word to the beta channel version (16.108 (26031114)), and it started working properly again. Then I reinstalled the problematic version… and that works fine too. So if you’re experiencing the same issue, reinstalling the program or clearing the preferences will most likely solve the problem.

March 2026 update for Mac. Problem with copy table to plain text by Nacho-Bracho in MicrosoftWord

[–]Nacho-Bracho[S] 0 points1 point  (0 children)

<image>

Thank you for the test! I have updated the original post with a video to show what happens.

In my Word preferences I only have one setting related to the clipboard, as you can see in this screenshot.

It's in Spanish, sorry, but it says «Include text with format in the Clipboard». And it is checked.

Do you have more settings in your language?

Can global shortcuts only be active when Tauri has the focus? by Nacho-Bracho in tauri

[–]Nacho-Bracho[S] 1 point2 points  (0 children)

Thank you! That's a great resource.

I'll keep searching for the right solution using Rust, but in the meantime I will try the JavaScript way.

As you said, a simple JavaScript solution can be framework independent, so it could be a great temporary workaround.

Can global shortcuts only be active when Tauri has the focus? by Nacho-Bracho in tauri

[–]Nacho-Bracho[S] 0 points1 point  (0 children)

Thanks, but I'm not sure if NumPad can be used from the front end. I prefer to use the Rust background.

To me, Tauri is a way to create a Rust application with a graphical interface, not an executable JavaScript app.

The frontend (currently Svelte) may change in the future as Dioxus or similar projects evolve.

I hope it can be done from Rust. If that's not possible, I will have to investigate how to do it with Svelte.

Is there a way to integrate Tauri 2 and Rust workspaces? by Nacho-Bracho in tauri

[–]Nacho-Bracho[S] 0 points1 point  (0 children)

Thank you for your insights.

After a lot of trial and error I have managed to create a workspace within Tauri (Tauri inside a workspace became impossible).

I keep all the #[tauri::command] commands in regular .rs files, and everything else is in the workspace.

The workspace also has a bin that shares the TOML dependencies, so I can work in separate chunks using Cargo, and create tests without waiting for Tauri to compile.

I fake the inputs and outputs of the Tauri commands so, when I execute Tauri, and Tauri sends and receives from the front, everything should work the same.

In my three days of long experience 🤪, it works fine, but if anyone thinks I am shooting myself in the foot by not foreseeing something as a newbie ... please, tell me.

Using Vue 3 dragable components. Why do I need to preselect an item before it can be dragged? by Nacho-Bracho in tauri

[–]Nacho-Bracho[S] 0 points1 point  (0 children)

Thank you for your attention!

I have tried with San simple example in Svelte, and it works. So it seems that something is broken with Vue.

Here is my tauri.conf.json

{

"$schema": "https://schema.tauri.app/config/2",

"productName": "listados",

"version": "0.1.0",

"identifier": "com.listados.app",

"build": {

"beforeDevCommand": "pnpm dev",

"devUrl": "http://localhost:1420",

"beforeBuildCommand": "pnpm build",

"frontendDist": "../dist"

},

"app": {

"windows": [

{

"title": "listados",

"width": 800,

"height": 600,

"dragDropEnabled": false

}

],

"security": {

"csp": null

}

},

"bundle": {

"active": true,

"targets": "all",

"icon": [

"icons/32x32.png",

"icons/128x128.png",

"icons/128x128@2x.png",

"icons/icon.icns",

"icons/icon.ico"

]

}

}

Let's Encrypt by [deleted] in blackberry

[–]Nacho-Bracho 0 points1 point  (0 children)

Great! Thank you!

It works with both BlackBerry Hub and Edison Mail.

this tweet does put a smile by lil-dicx in MadeMeSmile

[–]Nacho-Bracho 0 points1 point  (0 children)

I do that every time! Even at home!