Clifton King
Clifton King
I'm looking for something similar as well, however websockets have pretty poor cross-browser support right now. https://github.com/sockjs/sockjs-client seems to be a good solution for streaming and push-based services that need...
@mislav would you accept a pull request for this? https://github.com/mislav/will_paginate/blob/master/lib/will_paginate/active_record.rb#L67 ``` ruby rel = rel.apply_finder_options(@wp_count_options) if defined? @wp_count_options rel.count ``` i believe `#apply_finder_options` overwrites any `:select` option sent to it...
@saarshah did u ever find a fix for this? im getting this error on wsl2 when trying to use tokio-console
When trying to do the 2018 example, I get the following in the celery process: `[2021-01-24 07:01:14,020: ERROR/MainProcess] Task openedgar.tasks.process_filing_index[2512eba5-5f2b-4a25-aebf-7f5ca8db26cb] raised unexpected: ConnectionError(MaxRetryError('None: Max retries exceeded with url: /rmeta/text (Caused...
same happens to me with rls nightly and rust 1.40. restarting VS code fixes it.
Looking into this. Thanks for reporting
Tried using a generally available version of log4j but there appears to be an issue with the jars used from ib's site. I'll look into it further when I have...
Hmm, seems like the jars referenced in #3 aren't working any longer. @buzzcloudau, are you still using this container? If so, any chance you could update this? In the meantime,...
Ah, okay. I'll circle back and fix this next time I need to pull from TWS programmatically.
👍 , in a more naive caching library (that I shelved as this one is a better design), I implemented cache settings as a decorator to components that exposed settings...