OverHash

Results 25 issues of OverHash

In Lua (and Luau) users may write code like the following: ```lua local myVar = workspace.Part.CFrame (workspace.Part).Touched:Connect(function() print(myVar) end) ``` This should be classified as ambiguous syntax, as the parser...

enhancement

When creating new files without the "Create Script" feature of AGF, the tree view does not update. This also happens when you delete a script. Example: I push to github,...

bug
vs extension

There is currently a v1.3.1 release available, but the changelog latest release is 1.3.0. Seems like most of the stuff under the unreleased section of the changelog fits into the...

During deserialization, ensures that there are no duplicate entries in config.tools. By default, serde will overwrite duplicate entries when deserializing to a HashMap. In almost all cases, a user would...

### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

kind/bug/confirmed
contributor/wanted

Currently Typst Renderer will successfully render a multi-line Typst block: ```typst # Simple Linear Model $$ y &= a + b x\ &= B_0 + B_1 x + epsilon $$...

bug

### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a feature request that...

enhancement
needs triage

Currently tarmac fails to upload any decals. Uploading will give a Roblox server API error: ``` [ERROR] Roblox API returned HTTP 500 Internal Server Error with body: The page cannot...

See issue #59 for why this patch is needed. Essentially, inside the web worker environment, the global 'Response' does not exist. As a result, wasm-bindgen's attempt to fetch the binary...

I saved all the files and ran the eslint on the codebase. Depends on https://github.com/fenjalien/obsidian-typst/pull/62 being merged first to prevent merge conflicts