Brandon Bloom
Brandon Bloom
Fixing http://dev.clojure.org/jira/browse/CLJ-1403 will probably break `ns-resolve-sym`. /cc @bronsa https://twitter.com/Bronsa_/status/605091084449005569
I have no idea if you'd actually want this PR, but I figured I'd share it with you in case anybody else ever does. In summary, I wanted to test...
There was a `:saturday_delivery` option for FedEx rate requests, but it did not seem to affect label creation. Section 18.2, "Saturday Ship and Delivery Coding Details", of the [FedEx developer...
Opening a separate issue based on comment at https://github.com/tonsky/datascript/issues/76#issuecomment-269110873 In order the following fails with `Cannot add #datascript/Datom [1 :name "Ivan" true] because of unique constraint`, but succeeds if you...
## Expected behavior This code should work: ```typescript const newCallbackLambda = ( name: string, callback: (event: TEvent) => Promise, ): aws.lambda.CallbackFunction => { return new aws.lambda.CallbackFunction(name, { runtime: 'nodejs14.x', role:...
Fixes issue where cursor is hidden after running bashful. btw: very cool project!
**Is your feature request related to a problem? Please describe.** `exo env` prints variables in .env file format, but that loses some potentially important debugging information that the GUI already...
Otherwise, you get "not found" errors. cc @mankybansal
Right now, you have to do `exo exit` then restart the daemon to pickup any new environment variables at that level. It shouldn't be necessary to do this. We may...
**Is your feature request related to a problem? Please describe.** Sometimes, I work on a few separate projects and forget to tidy up after myself. I wind up with multiple...