Oded Niv

Results 13 issues of Oded Niv

I'm not an expert in NLTK, but I tried following the algorithm and I don't understand how it can work. It seems `_build_frequency_dist` is supposed to count frequency of phrases....

In previous versions the filename remained the same across backups/reduces/resizes. In commit f9eed2f1f5b6f89bb6ff8fc849951f0804c13379 the code was changed to change to the file type's extension, breaking my app (when I updated)....

I see it has exceptionTrack handler in the code which ga uses, but I don't see it ever getting invoked. Is it just a to-do? A stub? Am I supposed...

Apart from adding `invisible` to the possible values of the `size` option, there is no real explanation on how to use this directive with invisible reCAPTCHA. I've been using `size="invisible"`...

Example to reproduce: ``` ruby class User < ActiveRecord::Base sifter(:anonymous) { email == nil } end class Post < ActiveRecord::Base belongs_to :user end ``` This code will fail: ``` ruby...

Maybe Fixed

Operators don't work on sifters, so you always have to wrap them like so: `_(sift(:my_sifter))`. This is a patch I made that always returns the Sifter object wrapped withing Grouping....

### Description I have a function testing for whether the active network is roaming using either `NetworkCapabilities#hasCapability` or `NetworkInfo#isRoaming`. I cannot find a way to test either mechanism. ### Robolectric...

help wanted

This works for hashes and arrays using the already existing `Jbuilder#_merge_values` method. The only syntax not merging now is when you change the value in the same block: ``` ruby...

**Use case** I have a Java async API that lets me set a callback and clear it. Cancelling that API means clearing the callback, but the API to clear the...

question

**Use case** 1. I have a data source that can only be subscribed to once per process (specifically, [this](https://developer.android.com/reference/kotlin/androidx/health/services/client/PassiveMonitoringClient#setPassiveListenerCallback(androidx.health.services.client.data.PassiveListenerConfig,androidx.health.services.client.PassiveListenerCallback)) one - note that `set...Callback` rather than `add...Callback`). 2. On subscription,...

enhancement
flow