Gili Tzabari

Results 145 issues of Gili Tzabari

Output of `restic version` -------------------------- restic 0.12.1 compiled with go1.16.6 on windows/amd64 How did you run restic exactly? ------------------------------- restic backup --use-fs-snapshot -r b2:my-repo --files-from="include.txt" --iexclude-file="exclude.txt" where `include.txt` contains: ```...

type: feature enhancement
category: backup
platform: windows

Testcase: http://jsfiddle.net/pMDsH/102/ Repro steps: Chrome Version 33.0.1750.154 m 1. Open http://jsfiddle.net/pMDsH/102/embedded/result/ 2. Open Developer Console 3. Click on checkbox. Note the DOM path being logged. 4. Click on "Add company"...

Confirmed Bug
Fix/Change Declined
stale

I know you already provide an Automatic-Module-Name for Java9+ users but we would be better off with a multi-release JAR that exports a full-fledged `module-info.java` because when using `requires transitive...

https://www.testcontainers.org/test_framework_integration/junit_5/ states: > Note: This extension has only be tested with sequential test execution. Using it with parallel test execution is unsupported and may have unintended side effects. To me,...

help wanted
resolution/acknowledged

I'd love to know what https://github.com/google-research/google-research/tree/master/tft performance is like. I am a newbie to ML so unfortunately I cannot help much in this space.

Please add support for matrix parameters: http://www.w3.org/DesignIssues/MatrixURIs.html

Path

I see that in https://github.com/Gillespie59/eslint-plugin-angular/blob/master/environments.js subsection `mocks` you declare the `inject` global variable. How do I import these environment settings from my application? I tried `"extends": "angular"` but eslint complains...

Hacktoberfest

In https://github.com/jpype-project/jpype/issues/993 we discussed how pickle throws an exception when trying to save/load a python object that references Java types. I just wanted to contribute a workaround that worked for...

This library cannot be used with Java Modules because it exports the same package from multiple JAR files. * Java Modules does not allow a module to import the same...

According to http://security.stackexchange.com/a/59392/5002 Mersenne Twister is vulnerate to attacks. Perhaps you should warn users in the Javadoc and/or http://maths.uncommons.org/ about this fact?