Dave Lee

Results 31 issues of Dave Lee

Using an example to demonstrate the issue: If `paltrace` is called while stopped in some swift code, the user would expect to be able to run `paltrace someValidSwiftExpression`. As such,...

Some chisel commands can be implemented using `command alias`. I think it would be good to add support for bundling aliases with chisel, and loading those aliases along with the...

A `playout` command might differ from `pviews` by: 1. Don't show full `-description`, just show class name and frame. Perhaps an flag to allow inclusion of a given property, if...

wishlist

Using #136, scan the objects in memory and filter those that have a references (of any kind, strong, weak or unsafe) to a given object. ``` preferencesto someVariable ```

Let's build a test suite for Chisel. I'm thinking integration tests. - [ ] Build an app for the test harness. - [ ] Build test runner - [ ]...

enhancement

I have a very uninformed question: are there any companies that would produce a dactyl keyboard from the sources and information here?

We have a rule that generates a `.framework` bundle. These bundles can then be used via [`apple_static_framework_import`](https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-general.md#apple_static_framework_import) for example. In cases where the framework is used as a dependency of...

I tried NEAL today and in short time I had a "working" rule. I wanted to provide some feedback on the issues I hit 1. The readme talks about a...

I recently refactored some `-remap` expressions, and left a `$2` reference that should have changed to `$1`. This doesn't currently result in an error, instead the invalid reference is silently...

Using GitHub releases, and/or homebrew.