udalrich

Results 20 issues of udalrich

**Describe the bug** After deleting my ~/.m2/repository, jdtls no longer starts. It is looking for a jar in my m2 which no longer exists. The jar is not used in...

I am running babelify with browserify in gulp by the following code: return browserify( { // Only need initial file, browserify finds the deps entries: [bundlePath + '/main.jsx'], debug: true,...

It does not seem to be possible to use progressive with rayon's par_iter. I would like to do something like ``` use progressive::progress; use rayon::prelude::*; use std::{thread, time}; fn main()...

I would like to be able to display the picker without having the user click. Something like so that there is no connection to clicking on an element to display...

The iteration order when iterating over a `MultiDict` (e.g., with `map` or `values` is not specified anywhere in the documentation that I can find. I suspect that the order is...

help wanted

### Is your feature request related to a problem? Please describe. There are certain packages from which I never want to make an import, even though they are on my...

I have the watcher set up to not match on auto-save files created by my editor. When I save a file, the editor saves the file (obviously) and then deletes...

This looks quite useful. It would be great if it could (optionally) run the goals once before starting to watch. As it is, I start the watcher (which I have...

It seems that in node 10, you need to do `gulp watch --continue` instead of `gulp watch --force`. `--force` works in node 9.10.1, but not in 10.4.1. That might be...

I have a project which is similar to the react sample. When I run in activator, it works. I have index.html in `ui/app`. When I ran `activator universal:packageBin` to create...