Daniel Pittman

Results 47 issues of Daniel Pittman

Now that the leinengein plugin system works, best practice is to install the `swank-clojure` and `lein-clojars` tools through the plugin system. Having them as dev dependencies is not just deprecated,...

`defhandler` wraps the complexity of building a handler, together with default behaviour, in a simple macro that expands, more or less, to define a type, augment the default behaviours with...

**Describe the bug** (and **To Reproduce** steps) In the structure editor "meta" section, the "TAB" order[^1] is bad on a "default" structure 1. (starting from manually putting focus in) `Name`...

Status: Internal
Feature: Structure Editor

**Is your feature request related to a problem? Please describe.** An awkward interaction: 1. in the decompiler, see `return (vector *)&this->field207229_0x34e90;` 2. right-click the field name in the decompiler, and...

Status: Internal

**Is your feature request related to a problem? Please describe.** MSVC, in the X84 64-bit project I'm working on, generates bitmask operations to manipulate float32 sign for implementing "force float...

Feature: Decompiler
Status: Triage

**Describe the bug** It is possible to use "Set Equate" on a float value, either a constant in the opcode, or as an indirect load from a constant value in...

### what? I'd like to be able to read the value of a variable, as well as set it, using the CLI. ### how I imagine it working ``` ]...