Matthew Moisen
Matthew Moisen
@nickodell Thank you. If I understand correctly, it selects all the tasks where the locked date was greater than 60 seconds ago (by default). It then loops through each one...
Hi @kozlovsky , is there any work being planned regarding an Update API?
In addition, certain operations will just permanently hang. For example: ``` from confluent_kafka.admin import AdminClient a = AdminClient(conf) a.list_topics() ``` This permanently hangs if the password was wrong. Likewise, `consumer.get_watermark_offsets`...
Hi @mhowlett Is there any way to currently check for this error and handle it? As far as I am aware, the only thing that occurs is that a second...
@EmilTholin What is the solution to this problem? If we don't use `export let location;` the console debugger shows a warning. If we do use `export let location;` the IDE...
In case anyone else googles this error message and arrives here: ``` SASL authentication error: Authentication failed during authentication due to invalid credentials with SASL mechanism GSSAPI ``` In my...
Hi @mhowlett , looks like there is some interest. Would it be possible to re-categorize this from low to high? In my opinion the current behavior is a bug.
@pranavrth On a similar issue, error_cb doesn't seem to be invoked for SSL errors. ``` def error_cb(error): print('ERROR:', error) config = {..., 'error_cb': error_cb} consumer = Consumer(config) ``` I see...
@JQ-K Sorry I do not remember.
@hperrin Would you mind providing a quick example? Apologies, I am a beginner to Svelte and SMU. I tried the following with no luck: ``` import Textfield from '@smui/textfield'; import...