Ian Johnson

Results 25 issues of Ian Johnson

Closes #563 BREAKING CHANGE: The `no_proxy` and `NO_PROXY` environment variables are now respected when obtaining proxy configuration from the environment, bypassing the proxy when they match the GitHub host. This...

Currently, this plugin recognizes the HTTP_PROXY/http_proxy environment variable if no explicit proxy configuration is provided, but ignores the common NO_PROXY/no_proxy environment variables to specify hosts to exclude from proxy use....

A string with no digits should not be identified as a card number via the mod10 check even though it trivially passes the test due to having a checksum value...

Closes #19265 There are two commits in this PR: the first one implements the "traditional" Markdown autolink syntax, using `` to delimit the link, and the second one extends the...

Something I realized while playing around with this project is that the ZLS WASM binary is currently the largest part of the total content transferred over the network (it's 11.22MB...

Closes #13 TODO: - [ ] Autodoc doesn't handle module names containing `.` properly (probably solve this when implementing URL escaping) (WIP: https://github.com/ianprime0509/zig/tree/autodoc-url-escape) - [ ] Autodoc displays aliased functions...

Same rationale as #54 and #55. We do already have fields for these, but those aren't nearly as clear for introspection.

enhancement

In addition to the `connect` functions, there should be some sort of separate metadata for signals, similar to what is suggested in #54 for properties, for the same reasons.

enhancement

Properties exposed through GIR should have some metadata implemented for them so they can be used by helper functions. The metadata can also act as an anchor for documentation.

enhancement

An effective tutorial should not assume any prior experience with GTK, GObject, or C, to avoid introducing a high barrier of entry to new users.

documentation