Paul Laffitte

Results 34 issues of Paul Laffitte

**Expected behavior** I would expect the documentation to match the binary capabilities. **Actual behavior** Some flags described in the documentation are not available in the plugin. **Steps To Reproduce** 1....

help wanted

Hello, I'm trying to use the shell example to spawn several shells sequentially (open shell1, close shell1, open shell2, close shell2...). The issue is that after closing the first shell,...

It could be interesting for blog posts to be able to define "chapters" with a name in an asciinema record. Chapters could be embedded individually and the whole record would...

Everything is in the title, this library sucks. It doesn't even follow any standard. Even the copyright in [README.md](https://github.com/webpack/memory-fs/blob/2125322bf4e1629b2c82decde2c2f43e2c4a79cb/README.md#license) stinks. And the code hasn't been updated for almost 2 years...

It looks like the documentation about volume extension is somehow unclear. I'm using iSCSI to attach storage devices on my nodes. [spec.md#controllerexpandvolume](https://github.com/container-storage-interface/spec/blob/master/spec.md#controllerexpandvolume) says: > If the plugin has only VolumeExpansion.OFFLINE...

I'm experiencing core panic after upgrading from [v1.18](https://micropython.org/resources/firmware/esp32-20220117-v1.18.bin) to [v1.9.1](https://micropython.org/resources/firmware/esp32-20220618-v1.19.1.bin) on an ESP32 chip. Here are the logs: ``` *** pulse DTR *** ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13...

bug

I would like to log at debug and warning levels, but the logger implementation that wrap zap doesn't seems to include all features from zap. For exemple, with zap you...

Hello, I'm getting TLS errors when using this plugin (I stripped IP addresses for privacy concerns): ```bash $ curl -v https://xxx.yyy/ * Trying xxx.xxx.xxx.x:443... * TCP_NODELAY set * Connected to...

## Description When I try to use `gin.CreateTestContext()`, it create a context that cannot be used to serve http requests. Indeed, it takes a `http.ResponseWriter` as a parameter, which is...

Hello, it looks like the current npm package is a commonjs module, but when building locally I obtain an ESM module so it looks that the published version is not...