Stephan Sokolow

Results 168 issues of Stephan Sokolow

This bit in the README may not be strictly necessary: > The cargo-wix project can be installed on any platform supported by the Rust programming language, but the Wix Toolset...

enhancement
question

In addition to hexyl, there's also [xd](https://lib.rs/crates/xd) as a Rust alternative to hexdump (named based on the abbreviated `hd` alias to `hexdump`). It hasn't achieved full compatibility yet, but it...

The classic "Fork me on GitHub" ribbon has several problems: * The transparent parts of its bounding box are opaque to clicks * It's not high-DPI ready * Having it...

### Output of `checkmake --version` checkmake built at by with (Built from commit 03dd76b964dd2cf535a7e1f0efe5731c183a3071 on 2019-11-02 using a freshly installed `go version go1.13.4 linux/amd64` from the official site on Kubuntu...

```bash ssokolow@monolith rdbackup-excludes-indexer [master] %% cargo profiler error: Invalid profiler. cargo profiler currently supports callgrind and cachegrind. ``` Referring to "no profiler" as an invalid profiler is one of those...

You mention in #23 that... > I changed it to use llvm_asm! (unfortunately, the new asm! cannot be used due to https://github.com/rust-lang/rust/issues/72965) and released 0.2.4, could you check if it...

Currently, I'm storing my tables in `models.py` and writing methods on my models like this: ``` python def incidents_table(self): # pylint: disable=E1101 return StoryIncidentsTable(self.incidents.all()) ``` I'm probably going to wind...

feature request

Starting with Python 3.4, there exists a [family of enum types](https://docs.python.org/3/library/enum.html) in the Python standard library. It would be helpful if rust-cpython provided a macro (or other way) to easily...

I'm currently on No Transition 1.1.8 and, unless I turn it off, attempting to scroll too far down a document in GitHub Gist's code editor causes the editor to stop...

In order to streamline the "find dupes, do something manual, re-determine dupes" workflow that often emerges in one-off situations, there should be some way to cache data between runs. (Something...

enhancement
confirmed