Zack Radisic

Results 23 issues of Zack Radisic

After building for the wasm32-wasi target, running the engine failed and I narrowed it down to calls to canonicalize() and printing the errors give the following message: ``` Error {...

I can't test the bot but I think this would be a neat feature. I tried to keep the songData object similar so it doesn't break everything (songData.id is mapped...

Hey, I recently found the [goscript](https://github.com/oxfeeefeee/goscript) package which is a Go interpreter written in Rust which can be compiled to wasm and used to interpret and run Go code in...

Hacktoberfest

Here is the code that I am using: ```typescript import { RSA } from "./src/deps.ts"; const privateKey = new RSA(RSA.parseKey( new TextDecoder().decode(await Deno.readFile("./secrets/private")), )); const encrypted = await Deno.readFile("./encrypted"); const...

### General - [ ] Try/catch (`WHATYARECKON AAHSHELLBERIGHT `) and throwing errors (`STREWTH `) #1 - [ ] Modules and imports/exports #3 - [ ] Data types/structures. We need objects...

What kind of things do we need to streamline the contribution process? Let me know if I have missed anything: - [ ] CONTRIBUTING.md -> outlining guidelines and conventions -...

WIP 2 tests are still broken don't merge yet

### What does this PR do? - Fixes #8403 - Implements #8544 and adds a `ShellError` - Adds the stdout/stderr utilities (`.text()`, `.blob()`, etc.) to `ShellOutput` and `ShellPromise` - Uses...

### What does this PR do? Fixes #8817, the issue was properly applying the wildcard-filepath optimization. I added tests to make sure its used properly

### What does this PR do? - [x] Code changes This fixes a bug where absolute patterns with Bun.Glob were not working ### How did you verify your code works?...