Allen Rohner

Results 16 issues of Allen Rohner

# 🚀 feature request npm_package_bin doesn't seem to pass through `tags=["no-sandbox"]` to the underlying actions. It would be great if it did. ### Relevant Rules npm_package_bin ### Description I have...

question/docs
Can Close?

When starting up my app the console is filled with stacktraces: ``` [quasar] ERROR: while transforming com/apple/eawt/_AppMenuBarHandler: null java.lang.IllegalArgumentException at co.paralleluniverse.fibers.instrument.QuasarInstrumentor.getMethodDatabase(QuasarInstrumentor.java:180) at co.paralleluniverse.fibers.instrument.QuasarInstrumentor.instrumentClass(QuasarInstrumentor.java:102) at co.paralleluniverse.fibers.instrument.QuasarInstrumentor.instrumentClass(QuasarInstrumentor.java:88) at co.paralleluniverse.fibers.instrument.JavaAgent$Transformer.transform(JavaAgent.java:190) at sun.instrument.TransformerManager.transform(TransformerManager.java:188) at...

I'm calling: (amazonica.aws.s3/put-object bucket-name key-name (io/input-stream a-file) {:some :metadata} ) ``` com.amazonaws.AmazonClientException: Unable to unmarshall error response (Premature end of file.). Response Code: 400, Response Text: Bad Request at com.amazonaws.http.AmazonHttpClient.handleErrorResponse(AmazonHttpClient.java:792)...

In my environment, I have some jobs that can take 1 hr+, and some jobs that take 5 seconds. I also need to limit the number of concurrent 1 hr...

(doc foo/find) is useless.

If a field is findable, it should probably have a mongo index, otherwise you get O(n) queries.

I have a couple of concerns about how to specify versions using k8s-deploy. I'd be happy to make changes, just want to lay out my case and get feedback first....

`(inc "foo")` This obviously should fail, but the java method signature is Object -> Object. We've specified number? -> number? in `core_specs.clj`, but this isn't being checked yet.

Warn if there are fdefs with no matching var