Marcin Bilski
Marcin Bilski
When `inspect`ed cursor contains a UtcDateTime object, call to `empty?` throws an exception. This is a quick workaround for this.
``` codebuild -workspace native/ios/NatalTest.xcworkspace -scheme NatalTest -destination platform='iOS Simulator',OS=latest,id='DFAD3D65-1F5C-4380-921A-4EEEB3F3D53E' test ``` Gives: ``` [...] === BUILD TARGET NatalTestTests OF PROJECT NatalTest WITH CONFIGURATION Debug === Check dependencies Nov 22 22:10:21...
# Feature Request Perhaps there is a workaround which I'll gladly accept after 2 hours of trying to figure it out on my own. Here's my case: 1. My Executor...
A great project and concept I'm trying to merge with CQRS. I'm on vacation so with a little time on my hands, I wrote a simple Go library for CQRS...
I'm running this on OS/X El Capitan. The code is simple: ``` (ssh/ssh-agent {}) ``` It causes: ``` 2. Unhandled com.jcraft.jsch.JSchException fromBase64: invalid base64 data Util.java: 63 com.jcraft.jsch.Util/fromBase64 KnownHosts.java: 218...
See expose.feature for details. - [X] PoC - [ ] Flag for go import - [ ] Multiple packages? - [ ] Transient exposure (package exposing another package) --- This...
``` oya init github.com/foo/bar oya import github.com/badzrepo--expose ------------------------------------------------------------------------------ Error: repository not found ------------------------------------------------------------------------------ Error: failed to clone repository [email protected]:bad/repo.git ``` The resulting Oyafile ```yaml Project: github.com/foo/bar Expose: docker Import: docker:...
``` $ oya init github.com/xxxxx $ oya import github.com/bilus/circleci $ oya tasks # in ./Oyafile oya run circleci.Changeset oya run circleci.init oya run circleci.initUsage oya run circleci.latest oya run circleci.logs...
1. Use PGP to verify downloads. 2. Unrelated but: use `curl -sSL`.