Gili Tzabari

Results 123 issues of Gili Tzabari

When I re-run the same application or source, I expect Lilith to remember the filters I had open from the previous run. Right I have to re-enter the filter every...

1. Go to https://javadoc.io/doc/com.zaxxer/HikariCP/latest/index.html 2. Enter "HikariConfig" in search box. Hit enter. 3. The browser will be redirected to `https://javadoc.io/doc/com.zaxxer/HikariCP/latest/undefined/com/zaxxer/hikari/HikariConfig.html` which returns `AccessDeniedprod-web-11tx00000000000012f36fc1b-0062d58b64-3199e787-nyc3c3199e787-nyc3c-nyc3-zg03` Notice that the URL contains `undefined`. Per...

The sources artifact published to Maven Central only contains Kotlin files. The javadoc artifact is empty. Consequently, users cannot look up the Javadoc of a method from within the IDE...

documentation
build-ci

https://github.com/deeplearning4j/dl4j-examples/blob/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/nlp/word2vec/Word2VecRawTextExample.java contains `// TODO resolve missing UiServer` I believe that the only thing that needs to be done is rename `UiServer` to `UIServer` and uncomment this code.

Documentation
GUI

Please provide an example showing how to transform sentence (string) training data to vectors using a pre-populated `word2vec` object. Edourado mentioned we should be able to use an embedded layer...

enhancement
help wanted

Repro steps: 1. Open https://www.eclipse.org/jetty/javadoc/ 2. Click on "apidocs" for the latest version (9.4.19.v20190610 in my case) 3. Search for anything (e.g. "servlet") 4. Click on any search result 5....

Build

Some contains date/times with a timezones, some without. Users need to be able to query whether a tag contains a timezone or not. Here is a concrete example: I've got...

Per https://exiftool.org/forum/index.php?topic=7911.msg40318#msg40318: > The problem lies in the specification of the QuickTime date fields. These are 32 bit integers measuring the time in seconds since 1904, however many brain dead...

bug
help wanted
format-mov

Please update all the date-time code (e.g. `Date`, `DateFormat` and so on) to use newer `java.util` classes. Example of guilty code: https://github.com/drewnoakes/metadata-extractor/blob/41e0950402e719d381c57038e220b2090b0aa5e3/Source/com/drew/metadata/Directory.java#L908 Justification: https://stackoverflow.com/q/65984112/14731

I'd like to log an entire array to tensorboard. This is supported by https://tensorboardx.readthedocs.io/en/latest/tensorboard.html#tensorboardX.SummaryWriter.add_scalar but is not exposed by `tensorboardX`. Can you please expose this functionality? The workaround of invoking...