Carson Ip
Carson Ip
My testing code: ``` from gevent import monkey monkey.patch_all() from pykafka import KafkaClient import time import traceback _client = KafkaClient(hosts='', use_greenlets=True, broker_version='0.10.0') topic = _client.topics['test'] producer = topic.get_producer(min_queued_messages=1) while True:...
From docs/Benchmarks.md I see that it is about performance. With `re` the tests are still passing. Can I safely assume that regex can be replaced by re?
Test fails due to the previous SNI commit.
Benchmark script for this commit: ``` import time from boto.connection import HostConnectionPool def f(): p = HostConnectionPool() count = 10000 for _ in xrange(count): p.put(None) for _ in xrange(count): assert...
Looks cool! I am thinking if we should add the css to the repo and enable dark theme through an option or just let the user to deal with the...
Hi @ankush981, sorry for the late reply. To add things to the navigation bar (aka menu), see https://gohugo.io/content-management/menus/#add-non-content-entries-to-a-menu It is as easy as doing this in config.toml: ``` [menu] [[menu.main]]...
Hi @fmaida, sorry for the late reply. Please feel free to submit a PR when it is ready!
Sorry that I forgot to reply to this. As it isn't in the original theme, it isn't here. Having anything extra is possible, but I have no idea how it...
Thanks for opening an issue! I am not sure if this matches the style of the theme. If we are to add this functionality we should make it optional. If...
Hi @Rom888, sorry for the late reply. It is the first time I hear this. Have you tried this? https://stackoverflow.com/a/62923539 ```export -n SESSION_MANAGER```