Isaiah Becker-Mayer

Results 43 issues of Isaiah Becker-Mayer

Whenever a file is changed from `file.js` to `file.ts`, its imports that use the form `import {x} from "file.js"` all break. Rather than haphazardly change these one by one as...

Both of these changes are necessary in order to get the windows key to work again. Corresponds with https://github.com/Devolutions/IronRDP/pull/364 changelog: Allow users to send the Windows key for desktop sessions.

ui
rdp
desktop-access
size/sm
backport/branch/v15

See https://github.com/gravitational/teleport/pull/37962#discussion_r1491393312 for details.

ux

Expected behavior: I have a proxy service configured like ```yaml proxy_service: enabled: "yes" web_listen_addr: 0.0.0.0:3080 public_addr: proxy.127.0.0.1.nip.io:3080 https_keypairs: - key_file: /Users/ibeckermayer/teleport-config/proxy.127.0.0.1.nip.io+4-key.pem cert_file: /Users/ibeckermayer/teleport-config/proxy.127.0.0.1.nip.io+4.pem ``` where `/Users/ibeckermayer/teleport-config/proxy.127.0.0.1.nip.io+4.pem` is **not** trusted by...

bug

This reverts commit 4fdd60558a7e9cad217c7689de377e74aa0a8f31. Testing manually in: https://drone.platform.teleport.sh/gravitational/teleport/34120

backport
size/sm
no-changelog

These were missed in the initial PR: https://github.com/gravitational/teleport/pull/37520

size/sm
backport/branch/v14
no-changelog
backport/branch/v15

Also adds a link in the windows desktop reference page, as well as including the CLI in the reference page bullet list. Based on the reasoning [documented here](https://docs.google.com/document/d/1HsPgN2K6HU1X9iFZ_c9g1glrj4lMh1pXZsS_U1yo2iQ/edit?usp=sharing).

documentation
size/sm
no-changelog

This moves all keyboard handling in the `useTdpClientCanvas` hook to a new `KeyboardHandler` object which contains a couple of additional features that improve cmd+tab / alt+tab UX: 1. Key down...

ui
size/md
backport/branch/v15

## 🐛 Bug description `cargo install wasm-pack --version 0.12.1` is failing on MacOS with the following error log: ``` error[E0445]: crate-private trait `types::Private` in public interface --> /Users/ibeckermayer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hoot-0.1.2/src/types.rs:10:1 | 7...