pknowles

Results 8 issues of pknowles

There are lots of little features such as a cursor position, home/end, delete-word, ctrl-arrows to move by words, which would take a lot of effort to replicate reliably. Switching to...

:octocat: enhancement
:feelsgood: high

For example: ``` ls echo ls ls ``` shows `ls` first, rather than `echo ls`. It would be great to be able to order by recent items only.

### Environment - OS and version: Fedora 35 - VS Code: 1.69.0 - C/C++ extension: C/C++ - GDB / LLDB version: GNU gdb (GDB) Fedora 12.1-1.fc35 ### Bug Summary and...

debugger
Feature Request

Copying CompileOptions() results in a new object with *possibly dangling pointers to the old include callbacks. This patch just clears them, since includer_ doesn't have a way to clone() it....

It doesn't look like there's an interface to stop listening for paste events on `` for example. Have I missed something?

I'm trying to implement a primitive character controller. One immediate limitation is having to use `setLinearVelocity` for movement, which is affected by the global simulation time. Ideally I'd like `move(distanceVector)`...

It'd be nice to have some way to configure the the output filename (currently it's hidden in the .ini config and it's only an output path). Maybe something like a...

Something similar to MATOMO_DATABASE_PASSWORD_FILE to allow [secrets](https://docs.docker.com/compose/how-tos/use-secrets/) to be used when automating the initial install.