Jonathan Perret

Results 11 issues of Jonathan Perret

### Describe the bug When running `terraform-docs tfvars --output-file terraform.tfvars` to generate a variables file, `terraform-docs` inserts a `` comment at the start of the output file (regardless of whether...

bug

**Describe the bug** When using the `websocket` transport, if `socket.send()` is called multiple times in the same tick with a callback provided, some of the callbacks may not be called...

bug

### The kind of change this PR does introduce * [x] a bug fix * [ ] a new feature * [ ] an update to the documentation * [...

**Describe the bug** There is a 100-millisecond window starting with the emission of the `upgrading` event where a message sent by the server will be correctly received by the client,...

bug

## Motivation This PR is a proposed fix for #840 . As mentioned in that issue, the motivation for supporting an alternative to WebSockets is that while all browsers supported...

Hello, We'be been trying to onboard potential Grist users that are behind an HTTP proxy which doesn't allow WebSocket traffic (either HTTP/1.1 WebSockets or the new HTTP/2 variant). The exclusion...

### Problem The documentation in `README.md` says that the `sub_mirror_subject` configuration option for the OIDC frontend will cause the backend's `sub` to be reflected to the client. But the option...

Here's a basic sketch using Processing.js's 3D capabilities: ```java void setup() { size(300, 300, P3D); } void draw() { lights(); background(0); translate(width/2, height/2, 0); rotateX(-0.5); rotateY(millis()/1000.0); box(100); } ``` When...

## It’s like a pad In terms of permissions, I’ve always thought of Paysage’s playgrounds as similar to shared pads such as can be created on http://framapad.org and the like....

question

(Tested on iOS 11) Visiting http://paysage.xyz with Mobile Safari on iOS, I can enter text but can’t copy/paste/move around using the usual gestures.