David Pilato

Results 63 issues of David Pilato

Hey @shadiakiki1986 What do you think of moving your project under https://github.com/dadoonet/fscrawler? I would like to provide OOTB a Docker image for FSCrawler (https://github.com/dadoonet/fscrawler/issues/586) but I don't want to reinvent...

## Act version ```none act version 0.2.21 ``` ## Expected behaviour I'm trying to copy some files using the [maven resources plugin](https://maven.apache.org/plugins/maven-resources-plugin/). I have 2 files: * `foo.txt` * `中文名称.txt`...

kind/bug
needs-work
stale-exempt

### Description * TL;DR: when using `mvn deploy`, docker plugin downloads the latest uploaded artifact from sonatype and does not use the `finalName` of the artifact. * TL;DR: do not...

I'm running: ``` cd java ./gradlew bootRun ``` And I'm getting: ``` 2019-05-20 11:50:06.734 ERROR 33614 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization. java.sql.SQLException: The server...

I'm trying to parse using grok filter with a regular expression. I can store the result in a flat field: ``` (?[r-]) ``` It gives: ``` "permission.user.read" => "r", ```...

We can base our code on https://github.com/yasserg/crawler4j

feature_request

**Is your feature request related to a problem? Please describe.** We want to be able to send commands to FSCrawler which could fetch a file from any provider like the...

feature_request
component:rest

When running tests, I can see that with workplace search 7.16.1: ``` 1> 20:47:25,031 DEBUG [f.p.e.c.f.t.w.WPSearchClient] Sources found for name [fscrawler_c5dijowmh3oghpd]: [61b7870a6e6bdc77cae0c068] 1> 20:47:25,369 WARN [f.p.e.c.f.t.w.WPSearchClient] Error while running DELETE...

test

We can try to use https://github.com/elastic/thumbnails4j to generate thumbnails from documents. IMO this could be performed as an async task. As an output we should be able to propose multiple...

feature_request