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
With the split into a high-level and a low-level interface I will PR soon on master, it would make sense to decode the solution into an object that looks like this:
{A: true,B: false,C: true}
We should also let the low-level interface write into a Buffer instead of returning an array.
The text was updated successfully, but these errors were encountered:
derhuerst
changed the title
decode the solution
reuse solution Buffer at low level API, decode into array at high level API
Mar 10, 2018
With the split into a high-level and a low-level interface
I will PR soononmaster
, it would make sense to decode the solution into an object that looks like this:We should also let the low-level interface write into a Buffer instead of returning an array.
The text was updated successfully, but these errors were encountered: