Rafał Jęczalik
Rafał Jęczalik
``` $ kd auth register Username : rafal FirstName : Rafal LastName : Jeczalik Password [***]: Confirm Password [***]: Email []: [email protected] Team Name []: rafalteam Company Name []: Are...
Add `--rm` flag for the run command in docker-compose{,-init}.yml, so the koding and all intermediate containers are removed upon exit. Otherwise after a number of runs the vm may eventually...
Currently after regenerating swagger schema there need to be applied two changes manually in order to have the client build & working. Improve swagger.json in order to avoid that.
``` --- FAIL: TestWatcherShadowedWriteCreate (1.11 seconds) testing_test.go:211: watcher_fsevents_test.go:100: ExpectAny received an event which does not match any of the expected ones (i=5): want one of [¬ify.Call{F:"", C:(chan notify.EventInfo)(nil), P:"src/github.com/rjeczalik/fs/.fs.go.swp", NP:"",...
``` --- FAIL: TestWatcherShadowedWriteCreate (1.11 seconds) testing_test.go:211: watcher_fsevents_test.go:100: ExpectAny received an event which does not match any of the expected ones (i=5): want one of [¬ify.Call{F:"", C:(chan notify.EventInfo)(nil), P:"src/github.com/rjeczalik/fs/.fs.go.swp", NP:"",...
Few unknowns: - Should the polling interval be configurable? How? One idea is to create `notify/notifyutil` and hook somehow from there into `notify.r` runtime which would allow for controlling it...
Few unknowns: - Should the polling interval be configurable? How? One idea is to create `notify/notifyutil` and hook somehow from there into `notify.r` runtime which would allow for controlling it...