-
Now that there is emoji support, support for emoji modifiers would be nice as well. For example the `👋🏻` emoji does not render correctly (instead renders as its component parts):
![2020-07-15T14:46…
-
A little suggestion. It seems like first check and second check do the same check implicitly.
Is there a case where the first check is false and the second true ? What do you think ?
``` rust
pub…
-
```js
const str = '大类Zzのab123😁';
const bytes = Buffer.from(str);
function bytesToString(bytes) {
let strArr = [];
for (let i = 0; i < bytes.length; i++) {
const binary = bytes[…
-
The site only warns you after you have sent the reason, it should let you know beforehand.
![Reason](https://cdn.discordapp.com/attachments/710192137878241372/722855795636830238/unknown.png)
-
| | |
|------------------|-----------------|
|Previous ID | SR-13270 |
|Radar | None |
|Original Reporter | NPAssoc (JIR…
-
I ran into an issue in piet-coregraphics where `hit_test_position` wasn't respecting trailing newlines, and this has led me down a bit of a rabbit hole. In particular, I'm curious that there doesn't s…
-
**Is your feature request related to a problem? Please describe.**
There are various spinning box ways in the terminal. Fira Code tries to spice that up a bit by providing actual spinning glyphs.
…
-
Hello!
I've noticed that when placing the cursor after an emoji in Insert mode, Amp breaks a bit :/
Here is a GIF:
![result](https://user-images.githubusercontent.com/17256443/83956464-c264ce80-a…
nyaa8 updated
10 months ago
-
Example:
```python
from blessed import Terminal
term = Terminal()
strings = ["123", "456", "🗣️ "]
print("with term.ljust:")
for string in strings:
print(f"{term.ljust(string, 5)} 1")…
-
#### What are you trying to achieve?
I've wanted to run a test in headless Chrome, but it seems like the capabilities part of the web driver module is not recognized. Below you can see the setup I …
gafi9 updated
4 weeks ago