Michael Cooper

Results 36 issues of Michael Cooper

It would be great to be able to hide certain tags in the table view. Some of the tags on TODOs in my project are not relevant to me, or...

enhancement

In #434, it was reported that there were inline scripts that caused the docs to break when a CSP policy blocked those inline scripts. This was fixed in DRS 2.0....

I expected to be able to be able to filter a try stream with a fallible filter function, like this: ```rust try_stream.try_filter(|v| v.fallible_async_operation().await?) ``` However, `try_filter` expects the closure passed...

C-feature-request
A-stream

I recently started using pyup to manage dependencies for [a Django project](https://github.com/mozilla/normandy). It's been going well, except for PRs like [this one](https://github.com/mozilla/normandy/pull/1328/files). You can see that the number of hashes...

enhancement

If I have two packages, A and B, and A has a peerdependency on `B@^2.0`, Greenkeper should not file a PR to update B to a version outside that range,...

PRs welcome/Help wanted

As far as I can tell, there isn't a way to manage `styles.less` from `.proton`, unlike all the other configuration options for Atom. One of the main things I like...

enhancement
feature request

In README.md there is a link for "Code Docs" that points to https://mozilla-services.github.io/syncstorage-rs/syncstorage/. There is not Github Pages site for this repository though, so it is just a 404.

bug

## STR 1. Run Autograph from docker: `docker run mozilla/autograph` 2. Request a signature using the Normandy development credentials: `curl -XPOST -d '{...}' https://localhost:8765/sign/data` 3. Query the returned x5u to...

When trying to add a new project at http://homu.io/n/, I get the error ``` Database error: IoError(Error { repr: Os { code: 32, message: "Broken pipe" } }) ``` This...

This is similar to #15, but the incorrect path is different. I'm using WSL, so my code is at path `/mnt/c/Users/My User/code/project/crate/src/lib.rs`. Note the space in `My User`. I get...