roboslone

Results 8 issues of roboslone

The problem is this line: ``` python from django.forms.util import flatatt ``` I believe `flatatt` was moved to `django.forms.utils`.

Seems like `-1` isn't supported in `els`. It is, however, supported in GNU ls: ``` -1 (The numeric digit ``one''.) Force output to be one entry per line. This is...

Currently there's no way to chain setters, because they don't return anything. It would be convenient to have setters return the object they're called on: ```js // Current const message...

I'm using Envoy with `grpc_web` filter [as recommended](https://github.com/deeplay-io/nice-grpc/tree/master/packages/nice-grpc-web#preparing-the-server). Downstream gRPC server is written in Go and uses `google.golang.org/[email protected]`, so no surprises there. Protobuf is compiled using `ts-proto`. When I'm trying...

# Summary Currently on macOS to connect to a VPN I have to: * click on menubar icon * move mouse to a VPN configuration (I have several) * move...

enhancement
macOS

## Description This PR exposes HUD element text via `data-text` attribute, so it can be targeted by custom CSS. This fixes #3112, here's an example CSS (only hides HUD when...

## What type of PR is this? - [x] Add a new dev container collection - [ ] Update to an existing dev container collection - [ ] Documentation/spec update...