Jesse Rosalia

Results 15 issues of Jesse Rosalia

Added code to safeguard against a nil or empty target string. In the case of a nil or empty target string, both commands are inhibited.

Amazon has added a PurgeQueue method to its SQS API, and I think it would be useful for this library to support it (see https://aws.amazon.com/about-aws/whats-new/2014/12/08/delete-all-messages-in-an-amazon-sqs-queue/). To do so, it would...

This PR accomplishes two things: Modify get-object and copy-object to support the matchingEtags, nonmatchingEtags, modifiedSince, and unmodifiedSince constriants (defined in AWS's GetObjectRequest and CopyObjectRequest). Modify put-object and the (extend-protocol Mappable......

It would be really nice if boot-figwheel shipped with a boot task to launch directly into the figwheel repl. Something like: ``` (deftask figwheel-repl [] (fn [next-task] (fn [fileset] (next-task...

I tried running the example under the Usage section of the project readme, using boot-figwheel 0.5.4-5, figwheel-sidecar 0.5.14, and was having a very hard time getting the figwheel web server...

tl;dr If you use a haxe hxml file that contains a --each/--next, and inside those build steps you include -C to change the working folder for that step, it will...

### Which problem is this feature request solving? Currently my CI/CD uses the netlify CLI to push built artifacts into a draft deploy or a production deploy; currently, production is...

type: feature

Following the instructions to try and get the express example to run. When I run npm install, it runs dts2hx but produces a ton of errors like: ```> Error: [TypeScript...

upgrade-ts-compiler

Wasn't sure the right way to request this; apologizes if this creates issue noise! Can y'all release a new version of hxnodejs to lib.haxe.org that incorporates https://github.com/HaxeFoundation/hxnodejs/pull/190? This would clean...

This could be noise (because haxe.Http exists), or it could be related to #59 ; I noticed that the sys.net.Socket implementation in hxnodejs does not implement the all of the...