Results 5 issues of Pierre Mdawar

Hello, I would like to ask you about adding new features to `pretf` before creating a pull request, these new features will let us define Terraform blocks using Python code...

documentation

### Describe the bug I'm using the `Portal` component for a toast element where I noticed that the wrapper `div` element is messing up the styles of the elements. I...

enhancement

Hello, This pull request aims to solve the problems caused by having line numbering and highlighting options for [gatsby-remark-prismjs](https://www.gatsbyjs.org/packages/gatsby-remark-prismjs/), for example: ````md ```js{numberLines: true} ```js{1,5-7} ```` The new code extracts...

### Description I've noticed that releases created from a tag that already exist won't trigger an actions workflow with `release` of type `published`. But the workflow is triggered if the...

type/bug
topic/gitea-actions

The current WebSocket [`keepAlive`](https://github.com/ccxt/go-binance/blob/18eb162ca576361ba3f9ec58f6ecce5898973441/v2/websocket.go#L90) function does not exit on connection close or error. This pull request fixes the goroutine leak caused by waiting to receive on the ticker channel and...