Martin Grider

Results 23 issues of Martin Grider

Wouldn't the example in the readme mean that everyone has the same health and ammo values? Or, if in that example everyone would have different values, how would you access...

The issue is that an OpenAPI definition containing something like: ```yaml enum_integer: type: integer format: int32 enum: - 1 - 2 ``` ...will result in code that looks like: ```Swift...

I would personally love to see ShapeScript support VisionOS. Is this a thing you're thinking about at all?

Should I be using the `feature/tvos` branch? Here's my podfile: ``` platform :ios, '9.0' # Uncomment this line if you're using Swift # use_frameworks! inhibit_all_warnings! target 'ActionGo' do pod 'ObjectAL-for-iPhone'...

# Library Performance I just want to get a discussion started here around the topic. For my use (a 2-player abstract strategy game with an AI opponent), I need to...

enhancement

This plugin is _almost_ exactly what I was looking for. Even though the format of the `.env` file makes it seem like these are variables in the environment, they are...

First of all, LOVE the idea of this project. I've already found it to be useful, even though it's not much more than a couple of full-project searches at this...

As mentioned [on the Swift forums a while back](https://forums.swift.org/t/documenting-my-exploration-of-gateengine/68411/4), it seems that image loading has a fair amount of delay on application start. I've only tested with a MacOS target...

I don't really use the mouse, so occasionally I'll hit the wrong number, and need to undo what I just did. My instinct is to hit cmd-z (I'm on a...