James Tranovich

Results 12 comments of James Tranovich

Any luck? I tried my hand at this and I'm getting `procedural macro API is used outside of a procedural macro` panics when upgrading `syn`.

Yes, that is my experience as well. Will keep trying.

Copying over a comment in #1474: > It doesn't look like we can upgrade `syn` for the `remacs-util` crate because newer versions of `syn` use `proc_macro` internally and trying to...

Took a quick look at this, using the most recent commit as of today. I can't seem to replicate this bug. I can only trigger this error if I explicitly...

Oh, interesting, as soon as I try to split the scratch buffer I see the error with `numbers.rs` you allude to: ``` Right-split window: attempted to derefence an uninitialized lazy...

For the record, fixing some font bugs makes this error message change (see https://github.com/remacs/remacs/pull/1512). Now I'm getting `Right-split window: ^Ofailed to fill whole buffer`. (sic again -- not sure where...

Throwing in another +1, just got this. chromeless 1.5.1 serverless 1.26.1

Let's investigate these CI slowdowns and see if we have a quick fix here. I think we should put someone on this issue so we can at least figure out...

For bullet point 3 above, as an example, Tock also runs [a job on a daily schedule](https://github.com/18F/tock/blob/main/.circleci/config.yml#L178-L180). Feel free to reuse the Tock configuration. As for notifications, we do an...

I typically don't like stateful solutions but honestly I prefer 2 above -- if I read you right, we'd store a file of sha1 (or whatever) hashes of _site paths...