David E Disch

Results 23 comments of David E Disch

@sk33lz Submitted https://github.com/ProboCI/probo/pull/159. Did this across all the source code downloader tasks. We discussed moving it to a higher level abstraction like "SourceCodeDownloader". I figured because there's already duplication (these...

Bump. Would be really useful for us. We are using Percy on a per branch basis but it would be great to have `master` get built in Probo and run...

@Leksat I recently added those lines to the docs and wondered myself if Gatsby should support % and other special characters in the path. What is your take here? See:...

As we discussed, using this in a multi-threaded environment is actually quite difficult because of the way that async runtimes (ie. tokio) handle requests. There's no guarantee that the thread...

@HendrikN Do you think: https://github.com/twg/devour/pull/153 will bring us to spec compliance here?

@JaZo AFAIK that feature already exists when making a request and adding included relationships.

@dcantu96 I'm not sure if we're translating camelCase names to kebab-case names automatically anymore since we've run into several issues with that and it's hard to make it consistently perform...

This seems like an issue with the deserializer not understanding what model to use. We could add a model parameter to the request function. AFAIK request is intended to be...

@daure Myself and @tomers are taking care of this project at the moment. I'm able to merge pull requests and deploy to npm but don't have the throughput to contribute...

I see two ways of solving this. Either encouraging developers to always use the API methods, eg. `find`, `findAll` by making the `request` function internal only (could use new ES6...