-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include date in headers #340
Comments
Hi @rgbkrk Thank you for your report. If I understand correctly, you are reporting that the Message Header does not contain a Maybe we can modify the code here to add a date field... Lines 79 to 85 in f341266
|
You don't have to implement all the messages, but I'd at least bring it up to version 5.1 compliance where date is a required field. https://jupyter-client.readthedocs.io/en/latest/messaging.html |
@kojix2 Can I ask you to ship that release? I invited you to the owner of https://rubygems.org/gems/iruby . |
Sure, @kozo2. Thank you for the invitation. |
Version 0.8.0 has been uploaded to the rubygem server. There may still be room for improvement. If you find ways to improve it, pull requests are welcome. |
When testing out this kernel with zed-industries/zed#12062, I noticed that
date
is not in the headers. I'd love to see that added in so that I don't have to makedate
optional in my rust structures.The text was updated successfully, but these errors were encountered: