-
## whoami
- 계정명 확인
## which
- 설치 경로 확인
$ which python3
## man
- 명령어 도움말 확인
$ man ls // ls 명령어에 대한 도움말 출력
## pwd
- 현재 디렉토리 경로 확인
## mkdir/ rm
- 디렉토리 생성 삭제
-r : 하위 디렉토리 삭제 / -f : 강제로 …
-
# Bug report
### Bug description:
```python
#!/usr/bin/python3
import difflib
def get_lines(filename):
with open(filename, 'r', encoding='utf8') as fd:
return fd.readlines()…
-
We tried to use WP Playground for testing [Customize Your Store project](https://github.com/woocommerce/woocommerce/issues/43623). Unfortunately, we noticed that WP Playground gave some errors while t…
-
Like humidity sensor for "shower time" could you add door sensor to keep light on when door sensor state is close and turn off when door is open ?
My case is for toilets :
I go in the toilet, mo…
-
1. Open connection modal, select WC
2. Scan a code by a supported WC app
3. Cancel connected in the wallet
**AR**: Connection hangs in 'Initializing...' state
![image.png](https://images.zenhubuserco…
-
Click "activate" link, this happens:
```
Plugin could not be activated because it triggered a fatal error.
Fatal error: Array and string offset access syntax with curly braces is no longer suppor…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…
-
### Description
After carrying out some load tests using the `Websocket` module, I noticed that sometimes the `websocket:closed` event is not triggered.
This problem seems to be particularly not…
-
hey,
I would like to import this plugin as an es module
so I can do something like this:
```js
import { chaiDom } from 'chai-dom';
window.chai.use(chaiDom);
```
as an example for a diffre…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…