David Craven

Results 176 issues of David Craven

This fixes #650

when cross compiling for ios the SDKROOT should be used if set instead of xcrun.

An adaptive replacement cache keeps both the most recently used (L1) and most frequently used (L2) in cache. The cache keeps a list of recently evicted cache entries (G1, G2)....

Currently I have an api that looks like this: ```rust stream.write()?; let hash = stream.commit()?; stream.write()?; let hash = stream.commit()?; ``` now if the new hash hasn't reached the peer...

Currently it fails to link if they are not installed.

Looking into this a bit, I'm not quite sure how to estimate the number of sectors to provide during formatting so that a given directory can be stored in the...

It seems like the merge operator is very useful for creating transactions that don't conflict.

looks like android, apple and windows have their own platform apis that should be used. not sure if there is some kind of dbus api on linux systems. - [0]...

would be cool to have a command to turn it into a native application

This would simplify mapping the schematic parts to the pcb. Annotating component id's would also be useful

enhancement