Felipe Gasper

Results 107 issues of Felipe Gasper

Hello, Is it possible to add API support for Descriptor to read and write binary strings (i.e., ArrayBuffer)? (If it’s there, I haven’t been able to find it.) Thank you!

https://github.com/FGasper/p5-Sys-Binmode/blob/d0275134fc410f4ebfdfaac9deaeb54b7a69f10e/t/autodie.t ^^ This test fails (TODO notwithstanding) when autodie is loaded and succeeds when it’s not. From my digging it appears that autodie makes it so that $^H{'Sys::Binmode/enabled'} is always...

When I try your demo locally: ``` const realtor = require('./realtorca'); let opts = { ReferenceNumber: "W5254257", }; opts = { LongitudeMin: -79.6758985519409, LongitudeMax: -79.6079635620117, LatitudeMin: 43.57601549736786, LatitudeMax: 43.602250137362276, PriceMin:...

Add JavaScript::Duktape::XS

I’m creating “bogus” x509 certificates for testing using forge.js. (https://tlstest.site) I’d like to use the certificatePolicies extension to indicate a DV or OV certificate. I noticed that, while the certificatePolicies...

https://github.com/mojolicious/mojo/blob/89182e49b1845528904af3d280ca168929c72692/lib/Mojo/Transaction/WebSocket.pm#L30-L31 https://github.com/mojolicious/mojo/blob/89182e49b1845528904af3d280ca168929c72692/lib/Mojo/Transaction/WebSocket.pm#L96 We aren’t sure, but this may be related to some zlib memory-handling errors we’ve seen that _may_ relate to [the recent Zlib CVE](https://www.openwall.com/lists/oss-security/2022/03/26/1). I’m not sure how failures...

1. Attempt to `sshfs -o noapplexattr -o noappledouble [email protected]:/whatever /some/local/path`. Note that sshfs will stall. CTRL-C to end it. 2. Type `mount`, and see that the mount table lists the...

This allows embedding applications to create multiple WASI instances within the same process. It preserves the existing singleton implementations while allowing the newer path. The new interfaces are prototyped in...

It looks like the declaration of m3_Yield as weak breaks Cygwin: ![image](https://user-images.githubusercontent.com/844867/163838532-b0aecfd2-ee1f-4554-a742-04d6a34a909b.png) If I uncomment the `M3_WEAK` declaration then it compiles and runs without incident. Curiously, [a plain MinGW environment...

Issue #321: This replaces `intValue` in the global value union with separate `i32Value` and `i64Value`. A CI test is added against s390x.