Kyle Mercer

Results 14 issues of Kyle Mercer

I think this broke a few versions ago. Right now, it defaults to `grakkit/index.js` every time. You use to be able to use a config to change the path.

# Do Not Merge This is a showcase for debugging. However, I do recommend we establish a way of supporting this feature within Grakkit and allowing the user to enable...

The type definition for obMaterial object is missing the new 1.17 blocks, like Copper, Deepslate, Amethyst, and so forth.

When looking into fetch, it doesn't seem to be a complete feature. It barely functions, if that. There is `core.fetch` that accepts a single parameter. I'm assuming it only defaults...

I ran into an issue with `setTimeout` / `setImmediate` not working. After a lot of investigation, I narrowed it down to [chain](https://github.com/grakkit/environment/blob/ede4d2744e45744534719a69496abefb0a920b8f/stdlib/index.ts#L735) and [instance.tick](https://github.com/grakkit/grakkit/blob/master/common/src/main/java/grakkit/Instance.java#L78). When the bug occurs, session.task.tick will...

bug

Right now, stdlib core initializes a ticker and provides default globals. It'll be nice to disable these and use alternative solutions, versus purely Grakkit.

enhancement

In the scenario the context is already closed and Grakkit is reloaded, Grakkit will attempt to close them again, causing it to throw an error. Most likely should be able...

bug

Created a repo and tested. Seems to be introduced in 5.0.6, but I don't think we had any code changes, as that was mostly CI changes. However, the impact seems...

bug

Grakkit fails to report a lot of errors that happens within the JavaScript side, which makes it **rather difficult** to troubleshoot specific bugs as you never see the error unless...

bug