Stephen Mathieson

Results 132 comments of Stephen Mathieson

i assume this would take precedence over #6 ... want me to close?

This issue is still relevant and should not be closed.

https://github.com/docker/hub-feedback/issues/1438#issuecomment-835048432

https://github.com/docker/hub-feedback/issues/1438#issuecomment-962117245

The updates to the types are what's preventing us from upgrading axe.deque.com to React 18. We should get those sorted out ASAP.

There are currently ~9k different implementations of this throughout our codebases. It'll be great when we can leverage this from Cauldron!

Currently we expect you to check the return value of `list_find`: ```c list_node_t *thing = list_find(list, "value"); if (thing != NULL) { list_remove(list, thing); } ``` I think this is...

Feel free to open a PR :)

Nothing nice comes to mind. Maybe a hashmap of debuggers? Then, we could: ``` #define debug_get(name) (debug_t) hash_get(debugger_hash_map, #name) ``` On Mon, Jun 23, 2014 at 11:25 AM, Joseph Werle...

valgrind(1) provides a bit more detail: ``` $ DEBUG=a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z valgrind ./test ==3890== Memcheck, a memory error detector ==3890== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==3890==...