Ryan Williams

Results 94 issues of Ryan Williams

I've seen this just a few times: ``` sh $ gcd Got remote dev3 at dev3:c/internal-tools. Pushing.. Warning: untrusted X11 forwarding setup failed: xauth key data not generated Counting objects:...

the current "`rsync` the `.git` directory" approach is elegant and robust but unfortunately slow. Two others that we should support / experiment with: 1. leverage `git push` instead of the...

enhancement

It doesn't seem to work "out of the box" today. I added a submodule, ran `gcd`, and the remote has an empty submodule directory.

bug

[`_RevealMetadataPreprocessor`](https://github.com/jupyter/nbconvert/blob/v7.11.0/nbconvert/exporters/slides.py) currently: 1. gives every cell a `slide_type` of `"-"` (if one isn't explicitly set; [source](https://github.com/jupyter/nbconvert/blob/v7.11.0/nbconvert/exporters/slides.py#L22-L28)) 2. concatenates consecutive `{ "slide_type": "-" }` cells into one slide ([source](https://github.com/jupyter/nbconvert/blob/v7.11.0/nbconvert/exporters/slides.py#L58-L74)) This leads...

## Fixes ### [#41](https://github.com/simonw/datasette-vega/issues/41): restores hook for `database` view - plugin only renders when `.export-links` is present - Not sure why it was restricted to `table` view only (04b904add3ec1dc8b4cadf531204d38d209085fa), it's...

fixes #23 - made some other housekeeping / project-structure / code-style changers on the way as well - putting this here in case others find it useful; most likely I'll...

```scala import spire.algebra._, spire.implicits._ Field[BigDecimal].fromDouble(0).sqrt ``` throws: ``` java.lang.ArithmeticException: Cannot find the sqrt of a BigDecimal with unlimited precision. at spire.std.BigDecimalIsNRoot.sqrt(bigDecimal.scala:43) at spire.std.BigDecimalIsNRoot.sqrt$(bigDecimal.scala:41) at spire.std.BigDecimalAlgebra.sqrt(bigDecimal.scala:177) ... 36 elided ``` Affects...

I have a library with classes in package `x.y.z` that I would like to publish to Maven Central for use by other libraries. It uses Guava 16.0.1, which conflicts with...

area/shading

```bash $ git clone [email protected]:sbt/sbt-assembly.git Cloning into 'sbt-assembly'... remote: Counting objects: 2687, done. error: object 63548afe98fb2986e87f633d0a85846416eab689: badDate: invalid author/committer line - bad date fatal: Error in object fatal: index-pack failed...