You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is annoying to use the unsafe bits() function when writing to tasks or clearing events.
I think the best way to approach this is to patch the SVD for any field with the name task_ or event_. Since for all these fields the behavior is consistent, we could probably get pretty far with a simple regex replace.
Currently it is annoying to use the unsafe
bits()
function when writing to tasks or clearing events.I think the best way to approach this is to patch the SVD for any field with the name
task_
orevent_
. Since for all these fields the behavior is consistent, we could probably get pretty far with a simple regex replace.CC @sajattack @hannobraun
The text was updated successfully, but these errors were encountered: