c-bata

Results 106 comments of c-bata

@FlorinAndrei Thank you for using cmaes library! Even when you have specified the `CmaEsSampler` in Optuna, there may be a fallback to the `TPESampler` when given an unsuitable search space...

@daskol Thank you for your report! I tried to reproduce the problem with PostgreSQL v15.2 and Optuna's master branch (rev: 41045cef), but found no issues. ``` $ pip freeze |...

Hi @Turakar, thanks for your suggestions! We actually did contemplate using binary serialization formats like msgpack or protobuf when we first introduced JournalStorage. However, we chose to stick with JSON...

It is the best solution to add `get_body=True` option 👍 If it is set False, body is None.

``` @feedy.add('https://www.djangopackages.com/feeds/packages/latest/rss/', no_body=True) def djangopackages(feed_info, entry_info, _): print("- [{pkgname}]({link})".format(pkgname=entry_info['title'], link=entry_info['link'])) ```

I'm not sure, but probably the client-go version must be updated. https://github.com/c-bata/kube-prompt/blob/8547400009dcb7340f3bbd6428113aa5ccc2c7b7/go.mod#L8