Discuss Scratch

SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

MagicCrayon9342 wrote:

Extension Store Error


Build: Canary
Thanks for the feedback! I will try to fix it in the next 24 hours.
Fixed

Last edited by SinanGentoo (March 13, 2022 02:14:16)

NFlex23
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

Slight bug: I'm on Windows 11, yet the “operating system” reporter says “Win10”.



Not that it really matters.

Last edited by NFlex23 (March 12, 2022 15:50:13)

MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

NFlex23 wrote:

(#322)
Slight bug: I'm on Windows 11, yet the “operating system” reporter says “Win10”.



Not that it really matters.
That is not an issue with the detector, rather Windows itself. Most detectors detect through the NT version. Since Windows 11 still uses the 10.0 NT version, any and all software attempting to detect will say Windows 10.
NFlex23
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

Also, when you click on custom reporters, a little pop-up box with the return value doesn't appear.

SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

NFlex23 wrote:

Also, when you click on custom reporters, a little pop-up box with the return value doesn't appear.

The problem is caused by Scratch's thread scheduling system and cannot be fixed in a short time. We'll try to rewrite the VM later to fix it.
A simple temporary solution: use the join block, or store it in a variable

Last edited by SinanGentoo (March 12, 2022 23:38:19)

NFlex23
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

(#325)

NFlex23 wrote:

Also, when you click on custom reporters, a little pop-up box with the return value doesn't appear.

The problem is caused by Scratch's thread scheduling system and cannot be fixed in a short time. We'll try to rewrite the VM later to fix it.
A simple temporary solution: use the join block, or store it in a variable
Okay, thanks for the info.
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

MagicCrayon9342 wrote:

Extension Store Error


Build: Canary
Fixed
MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

fr
OhMyCatBlocks should be installed by default
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

We're working on the new settings UI, and Here's the preview.
MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

(#329)
We're working on the new settings UI, and Here's the preview.

white on white bug, on hover

Last edited by MagicCrayon9342 (March 14, 2022 15:26:26)

SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

MagicCrayon9342 wrote:

SinanGentoo wrote:

(#329)
We're working on the new settings UI, and Here's the preview.

white on white bug, on hover
Thanks! I'll fix it later
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

We are considering whether to use tauri (a new desktop platform framework written in Rust, similar to electron) to replace the electron, which can greatly reduce the size (without considering the media library, the program size is about 10MB), improve the startup speed and reduce the memory usage, but it may make the extension that needs to interact with the system take more effort to adapt it. Do you think this is acceptable?
Anyway, We have made an experimental desktop build of the tauri version available on Github, you can visit here to download the build, As one of the criteria for judging the compatibility of new desktop programs.

Last edited by SinanGentoo (March 15, 2022 13:51:01)

MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

(#332)
We are considering whether to use tauri (a new desktop platform framework written in Rust, similar to electron) to replace the electron, which can greatly reduce the size (without considering the media library, the program size is about 10MB), improve the startup speed and reduce the memory usage, but it may make the extension that needs to interact with the system take more effort to adapt it. Do you think this is acceptable?
nope, its impossible. quite literally you cant, unless you want to spend a year not seeing sunlight again.
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

MagicCrayon9342 wrote:

SinanGentoo wrote:

(#332)
We are considering whether to use tauri (a new desktop platform framework written in Rust, similar to electron) to replace the electron, which can greatly reduce the size (without considering the media library, the program size is about 10MB), improve the startup speed and reduce the memory usage, but it may make the extension that needs to interact with the system take more effort to adapt it. Do you think this is acceptable?
nope, its impossible. quite literally you cant, unless you want to spend a year not seeing sunlight again.
What do you mean?
MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

(#334)

MagicCrayon9342 wrote:

SinanGentoo wrote:

(#332)
We are considering whether to use tauri (a new desktop platform framework written in Rust, similar to electron) to replace the electron, which can greatly reduce the size (without considering the media library, the program size is about 10MB), improve the startup speed and reduce the memory usage, but it may make the extension that needs to interact with the system take more effort to adapt it. Do you think this is acceptable?
nope, its impossible. quite literally you cant, unless you want to spend a year not seeing sunlight again.
What do you mean?
If your app is HTML/CSS/JS, its impossible to port to rust.
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

MagicCrayon9342 wrote:

SinanGentoo wrote:

(#334)

MagicCrayon9342 wrote:

SinanGentoo wrote:

(#332)
We are considering whether to use tauri (a new desktop platform framework written in Rust, similar to electron) to replace the electron, which can greatly reduce the size (without considering the media library, the program size is about 10MB), improve the startup speed and reduce the memory usage, but it may make the extension that needs to interact with the system take more effort to adapt it. Do you think this is acceptable?
nope, its impossible. quite literally you cant, unless you want to spend a year not seeing sunlight again.
What do you mean?
If your app is HTML/CSS/JS, its impossible to port to rust.
We have no plans to migrate web applications to Rust. In fact, tauri is just a cross-platform library. See here
ScratchcatandGobo
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

The website is glitching. You cant press any buttons
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

ScratchcatandGobo wrote:

The website is glitching. You cant press any buttons
Can you provide access details such as browser and URL?
scratchsimpleproject
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

im rating this 7.9/10 becase httpIO doesnt work, i tought clipCC extension can be install instantly that asking to download, everythings look a like original scratch and 2.0 style almost complete but please add Two-column category menu
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

scratchsimpleproject wrote:

im rating this 7.9/10 becase httpIO doesnt work, i tought clipCC extension can be install instantly that asking to download, everythings look a like original scratch and 2.0 style almost complete but please add Two-column category menu
Does HTTPIO not work mean that there is no way to get the content of the web page?

Powered by DjangoBB