Luke Hutchison

Results 95 issues of Luke Hutchison

Currently the usage info is sent to stdout. It should be sent to stderr, by convention.

**Describe the bug** I am trying to use gdbgui with TeensyDebug, a gdb stub for the Teensy SBC: https://github.com/ftrias/TeensyDebug When I run with gdbgui rather than gdb, gdbgui is not...

**Describe the bug** From the commandline, I have to press Ctrl+C many times to quit gdbgui: ``` $ gdbgui Opening gdbgui with default browser at http://127.0.0.1:5000 View gdbgui dashboard at...

**Describe the bug** In Linux, pasting the most recently-selected text, by clicking the middle button, doesn't actually paste anything. **To Reproduce** Select text in one window; middle-click in gdbgui window....

I have been trying to use MLTK for a regression problem, and I found there are many important details missing from the documentation: - There is no info on how...

When a transaction is reverted within a contract, the js line containing the contract method call is not shown in the stacktrace. Instead only Hardhat block mining methods are shown:...

not-stale

Given the following error message: ``` Error: cannot estimate gas; transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ] (reason="VM Exception while processing transaction: reverted with...

Vert.x needs to support automatic change detection and reload for certificates, so that Vert.x servers can be used with certbot. Currently Vert.x does not have out-of-the-box support for [LetsEncrypt.org](https://letsencrypt.org/)'s ACME....

The following line will return null if there is an unknown tag in a GML file: https://github.com/locationtech/jts/blob/master/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java#L215 When `qName == "ogr:FeatureCollection"` (a tag added by the GML export function in...

type-improvement
jts-core
type-proposal