Charlie Collard

Results 7 issues of Charlie Collard

Shows this in the console: ``` 2021-08-17 19:46:44.745 psst-gui[50871:1024983] +[DruidView doCommandBySelector:]: unrecognized selector sent to class 0x7f7f3e56b220 ```

bug
macos

```python3 base = ord('\u2064') for i in range(12): print('A' + chr(base+i) + 'B') ```

needs-research

Allow automatic sorting of DPS/damage values while fighting a boss, especially useful when in a decent-sized party so you can see who's going to get the drop.

Of course it's pretty silly to even attempt this, but I was attempting to compress every column in a table, one of which happened to be very sparse, and got...

### Please confirm - [X] I have searched existing issues - [X] This issue is not a duplicate of an existing one - [X] This is not a request for...

help wanted
feature request

Deployment environments are missing from the library. For example, I can't get, list, create, update, or delete deployment environments. [GitHub REST API documentation for deployment environments](https://docs.github.com/en/rest/deployments/environments?apiVersion=2022-11-28) Note: Deployment environments may...

enhancement
good first issue

If you teleport to the mind altar and then set a path south, you get a very silly path: I did some digging in the CollisionMapDumper, and it looks like...

bug