-
These were Scratch 1.4 projects that I converted by opening them in BYOB 3.1.1 and saving and then imported into Snap! after using New. (In the documentation it says that Scratch 1.4 projects should b…
-
/feature
**Is your feature request related to a problem? Please describe.**
The mountpoint CSI driver handles all mountpoint s3 PV's within a EKS cluster.
When data is segmented due to security c…
-
Steps:
- Create a default C# http function
- Add this binding:
```
{
"type": "bogus",
"name": "blah",
"direction": "out"
}
```
I expected it to complain, but it…
-
Corresponds to https://github.com/whatwg/fetch/pull/1593 and https://github.com/w3c/FileAPI/pull/188.
-
The [official badge](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge) only shows status per workflow, but I have a workflow with two separate…
-
How to know in Snap the position or dimensions of other sprites in the stage?
I think in BYOB there was more blocks in sensing category for these tasks.
-
```
What steps will reproduce the problem?
1. Installed as directed
2. Changed nothing
3. Tried to remove the "read more" built into this skin but not working
What is the expected output? To see full…
-
1 - ^ block, find the power of any 2 numbers, i.e: (10) ^ (5)
2 - % block, i,e: (90) % of (30)
I really want a power of block, would really make stuff easier for me, other visual languages like "…
-
Besides vars and inputs, there are other objects to populate based on the event type, see https://github.com/slsa-framework/slsa/blob/main/docs/github-actions-workflow/v1-rc1.md
-
**Is your feature request related to a problem? Please describe.**
Currently, Deno provides `Deno.readFile()`, which reads an entire file into a buffer, and `Deno.FsFile.read()`, which reads a port…