-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctrl-C not respected #981
Comments
hatched
added a commit
to hatched/teleport-merge
that referenced
this issue
Nov 30, 2022
* Add gap property to Flex This will help us stop adding margins on individual items. styled-system doesn't seem to support gap yet [1] but we can just add it ourselves. This code works for styled-system v3.1.11 [2]. In the future we'll need to simply replace `style` with `system` [3]. [1] styled-system/styled-system#1159 [2] https://github.com/styled-system/styled-system/blob/v3.1.11/docs/custom-props.md [3] https://styled-system.com/custom-props/ * prettier Co-authored-by: Jeff Pihach <[email protected]>
hatched
added a commit
that referenced
this issue
Dec 20, 2022
* Add gap property to Flex This will help us stop adding margins on individual items. styled-system doesn't seem to support gap yet [1] but we can just add it ourselves. This code works for styled-system v3.1.11 [2]. In the future we'll need to simply replace `style` with `system` [3]. [1] styled-system/styled-system#1159 [2] https://github.com/styled-system/styled-system/blob/v3.1.11/docs/custom-props.md [3] https://styled-system.com/custom-props/ * prettier Co-authored-by: Jeff Pihach <[email protected]>
hatched
added a commit
that referenced
this issue
Feb 1, 2023
* Add gap property to Flex (#981) * Add gap property to Flex This will help us stop adding margins on individual items. styled-system doesn't seem to support gap yet [1] but we can just add it ourselves. This code works for styled-system v3.1.11 [2]. In the future we'll need to simply replace `style` with `system` [3]. [1] styled-system/styled-system#1159 [2] https://github.com/styled-system/styled-system/blob/v3.1.11/docs/custom-props.md [3] https://styled-system.com/custom-props/ * Remove unnecessary tranformValue for gap (#984) It makes it impossible to specify gap as a specific value, for example "8px" as it'll get transformed to "8pxpx". Co-authored-by: Jeff Pihach <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
If you log into a node, connect to a socket, then Ctrl-C no longer works.
Steps to Reproduce
nc -l localhost 1234
^C^C^C^C^C^C^C^C^C^C
.Can be reproduced with
ssh (Client) -> Teleport (Server)
ortsh (Client) -> Teleport (Server)
.The text was updated successfully, but these errors were encountered: