Hudson Gouge

Results 23 issues of Hudson Gouge

# Bug report ## OS information iPadOS 15.6 Public Beta 2 added to h ## Steps to reproduce ## More resources ## Possible fix idk

bug

1. More Native Languages: -Rust -Bash -Go -Java -More 2. More package managers: This is really required. Maybe create your own package manager or use an existing one 3. Git...

enhancement

Or at least add a way to install other things. Bun natively supports Apple Silicon, and all I need to install it is bash (I think, it may still not...

The file says its saved, it runs fine, and I press command s, but when I exit and reopen the app I, nothing is saved.

bug

I would love to be able to drag and drop files into folders, and stuff like that. I would also love if I could open multiple windows of Code App...

enhancement

When changing the working directory, the terminal's position does not change, so I often find myself having to cd and ls my way to the right spot. I'm not sure...

bug

Support git submodules. They are critical to many professional developers, and they are required for an idea such as this, because it does not have the git terminal command built...

enhancement

The more programming languages this ide has, the more it will appeal to iPad users. So, I recommend focussing the next release on new programming languages. This is a great...

enhancement

It randomly crashes. I can be editing code or installing a package, it just randomly crashes. It just randomly crashes and I can't do anything with the app for fear...

```js let loader = new GLTFLoader(); // Load a glb model loader.load('models/chernovan_nemesis.glb', function (gltf) { // Get the model and its animations let model = gltf.scene; let animations = gltf.animations;...