aymanosman

Results 9 issues of aymanosman

Example javascript code ``` new WebSocket("ws://localhost:5280/ws-xmpp", ["xmpp"]) ```

Correct me if I'm wrong, but it seems there is no way of querying finch for a pool's current state, for example, number of available workers. `:poolboy` exposes this information...

Calling ``` (aws/ssm:get-parameter :name "FOO" :with-decryption t) ``` results in ``` The value of QURI.ENCODE::VALUE is T, which is not of type (OR STRING NUMBER (SIMPLE-ARRAY (UNSIGNED-BYTE 8) (*))). ```...

It mistakenly passes a `cons` instead of an `alist` for a parameter. [code](https://github.com/pokepay/aws-sdk-lisp/blob/master/services/s3.lisp#L8439-L8443) ``` (common-lisp:defun list-buckets () (aws-sdk/generator/operation::parse-response (aws-sdk/api:aws-request :service "s3" :method :get :params (common-lisp:cons "Action" "ListBuckets")) "ListBucketsOutput" common-lisp:nil)) ```...

**Is your feature request related to a problem? Please describe.** I want to unzip an archive containing a set of files and preserve their attributes, such as file permissions and...

team:VM
enhancement
stalled

Hi, thanks for your work on sly. I was wondering how to best make `slynk-quicklisp` (and other contribs) available on remote sessions. I think I have things set up the...

Fixes https://github.com/phoenixframework/phoenix_live_view/issues/3205 Hopefully, this is enough of a hint to avoid the confusion that assigns could be shared across root LiveViews. I also considered mentioning that assigns can be shared...

I get an error running the example `crypto/examples/signing-ec` under OSX. `BC` ``` generate-private-key: could not get implementation algorithm: 'ec context...: /Users/ayman/Library/Racket/8.1-bc/pkgs/crypto-lib/main.rkt:708:0: generate-private-key "/Users/ayman/Library/Racket/8.1-bc/pkgs/crypto-doc/examples/signing-ec.rkt": [running body] ``` `CS` ``` racket(27006,0x10acd3e00) malloc:...

It would be nice for this library to extract the navigational elements from the EPUB file. It will probably need to support EPUB versions 3 and 2 to support most...