Ross Hadden

Results 28 issues of Ross Hadden

I notice we're missing some print functions that are in gdscript. Namely [prints](https://docs.godotengine.org/en/stable/classes/[email protected]#class-gdscript-method-prints), [printt](https://docs.godotengine.org/en/stable/classes/[email protected]#class-gdscript-method-printt), [print_debug](https://docs.godotengine.org/en/stable/classes/[email protected]#class-gdscript-method-print-debug), and [print-stack](https://docs.godotengine.org/en/stable/classes/[email protected]#class-gdscript-method-print-stack). When writing gdscript I use `prints` in every situation (as it inserts spaces...

enhancement

I'm not sure what changed, but within the past few months binds with `iw` and `aw` (and `W`) have been including an extra character. For example, if I delete a...

Can you add support for [xsel](https://linux.die.net/man/1/xsel)?

I love (and need) the global hotkeys, but the specific keys used will never work for everyone. Are they configurable?

Before this, `options.file` had to be a `String`, `Buffer`, or `URL` (though only a URL on the local filesystem) as it was passed directly to `createReadStream`. I added in a...

Some other gdnative libraries have raised the bar quite a bit in terms of usability / user experience since this project was first created. I will list some examples: -...

Is there a way to leave `ndb` running and have scripts executed with `node --inspect` be picked up by it? My current workflow is I open a standalone Node inspector...

enhancement

### Related problem In most common or modern shells, when you run a program the foreground process name is the program that was run. For example, if you run `nvim`,...

I have a proposal for supporting placeholders nested inside optional placeholders. This may be hard to explain so please bear with me. Consider the following example snippet (I have a...

Feature request

It would be great to have support for `minor` in the `bio_data.education.schools` sections. And maybe it would be useful to support arrays for `major`, which people could use for double...