Stephen Nancekivell

Results 11 comments of Stephen Nancekivell

How exactly does this PR follow the git-flow process? If it doesnt follow it exactly the docs should be clear on that. The (git flow page)[http://nvie.com/posts/a-successful-git-branching-model/] talks about release branches...

FWIW, users of the library can declare a module a bit like this. in `react-modal-image.d.ts` ```ts declare module "react-modal-image" { export default function ModalImage(props: { small: string; large: string; alt:...

If I understand you correctly, are you suggesting sbt creates a new file `src/sbt/resolveDependencies.json` as a cache of the dependency resolution. I like the idea, but couldnt this be put...

Hi, I've made a minimal reproduction that shows the issue. ```protobuf syntax = "proto3"; import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; message Sample { string value_a = 1; google.protobuf.Timestamp value_b = 2; google.protobuf.Duration...

Found a workaround. From the same sample message definition. First download the Timestamp and Duration definitions and put them in the same folder. ``` curl https://raw.githubusercontent.com/protocolbuffers/protobuf/master/src/google/protobuf/duration.proto -o mini/duration.proto curl https://raw.githubusercontent.com/protocolbuffers/protobuf/master/src/google/protobuf/timestamp.proto...

You just delete the contab entry. PRs welcome. On Wed, 11 Mar 2020, 7:11 pm Oliver Hagmann, wrote: > It would be great to also have a manual entry on...

Hi, not a bad idea. PR's welcome.

Hi, yea Its down, I turned it off. I wanted to save some money on the hosting and didnt think it offered enough over the standard homebrew search anymore.