BlocklyAutomation icon indicating copy to clipboard operation
BlocklyAutomation copied to clipboard

VisualAPI - LowCode Macros for YOUR API / HTTP Calls : https://visualapi.azurewebsites.net/

Results 46 BlocklyAutomation issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Music blocks like in https://github.com/sugarlabs/musicblocks

**Is your feature request related to a problem? Please describe.** Generate html as in https://github.com/bwinf/blockly-html **Describe the solution you'd like** HTML Generated blocks

**Is your feature request related to a problem? Please describe.** Investigate https://github.com/parallaxinc/BlocklyProp **Describe the solution you'd like** Add more javascript

**Is your feature request related to a problem? Please describe.** Comment out lines of code **Describe the solution you'd like** text_commentout like in https://github.com/MediaTek-Labs/BlocklyDuino-for-LinkIt/blob/43693233bc56312dfae7a7db5f93c5870b832206/blockly/generators/arduino/text.js#L37 **Describe alternatives you've considered** comment

**Is your feature request related to a problem? Please describe.** Add a switch block **Describe the solution you'd like** A switch block like in https://github.com/BlocklyDuino/BlocklyDuino-v2/blob/366edd3d54b05af7308669298c7dac7ada435d59/blocklyduino/blocks/blockly/logic.js#L33 **Describe alternatives you've considered** Multiple...

## CVE-2024-29992 - Medium Severity Vulnerability Vulnerable Library - azure.identity.1.10.3.nupkg This is the implementation of the Azure SDK Client Library for Azure Identity Library home page: https://api.nuget.org/packages/azure.identity.1.10.3.nupkg Path to dependency...

Mend: dependency security vulnerability

## CVE-2024-27086 - Low Severity Vulnerability Vulnerable Library - microsoft.identity.client.4.56.0.nupkg This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). Library home page: https://api.nuget.org/packages/microsoft.identity.client.4.56.0.nupkg Path to dependency...

Mend: dependency security vulnerability

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

![image](https://github.com/ignatandrei/BlocklyAutomation/assets/153982/49caa5dc-c903-4042-9376-823d13090b06)

// Expand the default paths for tools on different platforms. var home = Environment.ExpandEnvironmentVariables("%HOME%"); if(System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { home = Environment.ExpandEnvironmentVariables("%USERPROFILE%"); } var process = new Process() { StartInfo = new ProcessStartInfo()...