Gili Tzabari

Results 301 comments of Gili Tzabari

Thinking about this further, is this really a problem? While it is quite possible that the same parameter value will get suggested multiple times it seems extremely unlikely that *all*...

@blazespinnaker There are parameter values for which this is perfectly reasonable. There are others where it is not. I think both sides need to appreciate legitimate use-cases by the other....

@contramundum53 if I understand correctly, you are caching the output of the last input. I would expect caching of multiple values. Ideally, I'd want to cache the X most frequent...

Lea, The tag should correspond to PrefixFree's version number. StyleFix is considered a dependency of PrefixFree and does not get versioned in this repository (it does in its own repository)....

Hello from December 2022. I'm also very interested in this feature. Has there been any further progress?

I'm curious what the difference is between this feature request and "JPype for Android". Specifically, shouldn't we be able to launch Java then (somehow) invoke Python code that accepts a...

This workaround works for me (using yarn 3.x): ``` - name: Install node uses: actions/setup-node@v3 with: node-version: latest - name: Install Yarn run: corepack enable | corepack prepare yarn@stable --activate...

> if I get it right, the setup-node action needs to be invoked twice for the workaround to work. Correct. > Still the last line seems odd. Is the command...

Good idea though you'll need to be able to increment the version for bug fixes even if the spec remains the same. On Jun 20, 2013 6:59 PM, "Florian Bender"...

@pjfanning One of benefits of using `Path` instead of `File` is that it abstracts away whether you're reading normal (expanded) files, or files inside compressed files like JAR, ZIP, etc....