Andrei Nesterov

Results 44 comments of Andrei Nesterov

> unfortunately, won't be able to spend any time this month I could do that if you clarify the way you see it. Something like that? ```rust impl MqttOptionsBuilder {...

@tekjar please, take a look. I've added MqttOptionsBuilder and replaced panics with builder's errors.

For instance, it's handy to use `map` type for worker's configuration. But by doing it you will receive dialyzer error: ```bash make dialyze Checking whether the PLT /Users/aenesterov/projects/github/riak-connection-pool/.riakc_pool.plt is up-to-date......

@devinus what do you think on that matter?

Is there any progress on this one? There are currently a bunch of brokers that have already implemented v5 support.

Sorry. I can't check it out in the near future, busy on another projects.

Nope. PR are welcome :-)

At the current time xcodeproject only compatible with OSX. As you rightly said, the plutil utility imposes this restriction. It performs a single task, converts old plist format (not xml)...

I've encountered the same issue with ReformerLM today, but only with `weights_only` argument set to `True`. -- trax 1.3.7 jax 0.2.7 jaxlib 0.1.57+cuda101

I've just made a [PR](https://github.com/google/trax/pull/1651) for the issue. I wasn't sure where to place it, so I just added it to `trax.layers.combinators` :-) If it should be in `trax.layers.rnn`, I...