Tom Jakubowski

Results 22 issues of Tom Jakubowski

On my machine, the output of `ag --version` is: ``` % ag --version ag version 0.33.0 Features: +jit +lzma +zlib ``` My Emacs version is: 25.0.92.1 I'm using: OS X...

Here's an example: ``` File: tests/MetabolizerTest.C 171:5: switch (how) 186:5: switch (how) 201:5: switch (how) 220:5: switch (how) 236:5: switch (how) 252:5: switch (how) 276:5: switch (how) File: UrDrome.C 703:3:{...

Rust has two flavors of comment, the plain line comment (`//`) and the doc comment (`///`). Rustdoc, the native documentation tool, renders only doc comments (`///`). docco now searches for...

Since OpenVPN 2.4, the server has apparently gotten pickier about got compression configuration and the generated client config causes errors like this for me (Viscosity, OS X): ``` openvpn_1 |...

http://regl.party/api#textures ``` // From an image element var image = new Image() image.src = 'http://mydomain.com/myimage.png' var imageTexture = regl.texture(image) ``` Trying this (with a real `src`) resulted in this exception...

docs
website

The TOML spec says that numbers can lie in the range of 64-bit signed integers. This presents a problem for JavaScript implementations of TOML, since the entire range of 64-bit...

To reproduce: - Run `lein cljsbuild once` in the example project. - Open a REPL in the example project. - Open `index.html` in a browser. - Switch to the `weasel-example.example`...

bug

We could use `(ex-data)` et al. to produce a nicer message than what `(pr-str)` gives. Also the stack trace for them isn't particularly useful.

enhancement
client

It would be nice to be able to get the description, latest version(s), author, license, and the like, for a given registry package. Prior art includes `npm view` and `gem...

A-new-subcommand
S-needs-design

## Bug Report little annoyance when switching between pyodide + native python development ### Steps to Reproduce: 1. create an "editable install" of perspective (`pip install -e python/perspective`) 2. use...

internal