c0b
c0b
the tool mentioned in #27 can also be used to periodically validate all existing ones? to make sure all links are still valid
on some Linux systems, sometimes see Chrome browser may crash one page or two, seems happening randomly, not exactly sure why some page works some not, but since I know...
I'm using this tool to debug / simulate some interaction with Google Drive API, not sure how can httpie simulate a multipart/related POST? or if I am right, this will...
example data is this current-loans-11-12.csv just pulled today from lendingclub developer's portal [*this is public information to any lendingclub investor, no privacy information*], I found franchise could be a good...
safe decoding is important however is limited, the `puffs` is designed elegant I admit and want to use in decoding some proprietary binary format, but to occasionally to write in...
it's a stop call followed by start call; but better to provide `/restart` for convenience, also for atomicity in some scenarios ```console $ curl localhost:11313/api/programs//restart -X POST 404 page not...
for replacement of Supervisor/supervisor#122 it's better to have all supervisor features, or at least most useful features, especially need: - support of of system default config read from /etc/gosuv/config.yml if...
I found this from your comment https://github.com/Supervisor/supervisor/issues/122#issuecomment-243020365 but I have read almost all code here, wonder how does this resolve Supervisor/supervisor#122 https://github.com/codeskyblue/gosuv/blob/master/fsm.go#L107-L130 from the state machine definition I don't see...
what Origin should I set for CORS enabled site? for a test json file on a CORS enabled site, a google cloud storage bucket here; https://test-cors-bkt.storage.googleapis.com/test.json http://blockbuilder.org/anonymous/8b252921b89922838cd25461ef73710c (this one always...
I have played with this library a few days it's working nicely while I noticed when my application need to talk to google for longer tasks, some part of this...