Ryan Davis

Results 27 comments of Ryan Davis

I like this adjustment too, the only issue with what's written above is re-using the name `TodoFormComponent` to mean two different things: * the controller for the component * the...

good to hear these divergences from the style guide are working out. We're looking to adopt this styleguide at work and trying to figure which bits are the MUSTs and...

I'm not really the primary author, I made a stub and jbromley ran with it. Looking briefly at the code, it looks as if OpenCV removed the `cvAbsDiffS` function from...

I get a similar error; snippet from kern.log: ```text [ 88.673443] ------------[ cut here ]------------ [ 88.673445] kernel BUG at drivers/dma-buf/dma-buf.c:1269! [ 88.673459] invalid opcode: 0000 [#1] SMP NOPTI [...

Spent some time on this, found a way to make it work w/ john papa's guidelines. In `sonar-project.properties`, pull in the tests using the `jstest` option, not the `jstestdriver`: ```...

I was able to workaround this by using another version of grpc: `go get -d google.golang.org/[email protected]`. The packages I wanted to use with `weaveworks/common` were able to work that that...

I'm having a similar problem with special characters in a note: This diagram fails: ```mermaid stateDiagram [*] --> start start --> [*] note left of start Using a colon is...

I'm affected by this as well, and might be able to help. Did you hash out any implementation plan via email?

Ok, I'm running into this while trying to use Visual Studio Code, which I think is delegating to `tsd`, but I'm not 100% sure of that. https://github.com/request/request#tlsssl-protocol has an example...

I've been working a little bit on shinken integration in the context of a salt formula: https://github.com/AccelerationNet/adagios-formula It's a bit of a game of whack-a-mole, and mostly in pynag. The...