Will

Results 9 issues of Will

In the case where two different elements of different classes (e.g. `div` and `img`) share the same `id`: ```javascript import { DOMParser } from "https://deno.land/x/[email protected]/deno-dom-wasm.ts"; const h = ''; const...

When building on Windows, I get this error: ```shell $ zig build --verbose cp C:\dev\vcpkg\installed\x64-windows-static\bin\SDL2.dll C:\Users\WT\code\ziggame\zig-out\bin\SDL2.dll error: FileNotFound C:\Users\WT\scoop\apps\zig\current\lib\std\os\windows.zig:123:35: 0x7ff7e960c8e1 in std.os.windows.OpenFile (build.obj) .OBJECT_NAME_COLLISION => return error.PathAlreadyExists, ^ ... error:...

I cannot figure out how to make the plugin I'm working on load in the app. I've got a folder in hain-user/devplugins with index.js and package.json. Do I have to...

This pull request fixes the Newsapi registration link (.com => .org), which currently points to some random search engine, and also removes an unnecessary global argument from the show_news() function.

These changes are much more a matter of taste than my other fixes, so I'm giving them their own branch and pull request. This pull request implements simple (and kind...

I'd like to be able to trigger an HTTP request when a feed completes updating if there are new episodes available. Some use cases for this: * Overcast has [an...

C-feature-request

While building from the Dockerfile, I ran into some issues caused by pip resolving sqlalchemy to v1 instead of v2. This PR changes the Dockerfile to install directly from setup.py,...

I ran into some issues following the instructions for curl in powershell; I've tested these changes and they fix the issues I ran into. (Tracking down the different quote escaping...

### PR Creator Checklist Ensure you've checked the following before submitting your PR: - [ ] You've discussed making your changes with a member of the dev team per contributing...