Adam Gastineau

Results 54 issues of Adam Gastineau

System should support FDS ROMs

enhancement

## Bevy version 0.6.1 ## Operating system & version Windows 10 ## What you did 1. Create a custom `AssetLoader` 2. Create sub-asset resources, such as `StandardMaterial`s, and save them...

C-Bug
A-Assets

Got a little carried away going down the rabbit hole of getting some notifications and `NSWorkspace` methods working. I believe this PR should cover the majority of usecases, though there...

Both of the collection types (`NSArray` and `NSMutableDictionary`) only accept owned pointers to elements. This makes sense, but there are many types that are always shared (`NSURL`, `NSImage`, etc), which...

Is there a particular reason why `NSArray` is being used, and not `NSMutableArray`? The pattern for `NSDictionary` was to use the mutable variant, and unless we're worried about the perf...

I'm interested in how others may have mixed the AppKit runtime with something Rust-centric, whether `async-std`, `tokio`, or something else. Use cases are primarily in mixed platform systems, the core...

> Note: Please read FAQ before file an issue, see #2716 ## Description Please description your issue here 1. SRS Version: 6.0.72 2. SRS Log: ``` [2023-09-15 23:19:59.878][ERROR][1][6028y584][2] serve error...

EnglishNative

You've mentioned several times that you maintain an iOS app rendered by SwiftUI, with all of your data derived from Rust. Im very interested in how you accomplish this, and...

Introduces `aarch64-apple-visionos` and `aarch64-apple-visionos-sim` as tier 3 targets. This allows native development for the Apple Vision Pro's visionOS platform. This work has been tracked in https://github.com/rust-lang/compiler-team/issues/642. There is a corresponding...

A-testsuite
T-rustdoc
T-compiler
T-bootstrap
S-waiting-on-author
A-meta
T-libs
O-unix
O-xros

This is more documenting the issue than asking for help, but I discovered that both `insert` and `insertBatch` call `PreparedStatement.getGeneratedKeys()`, which is not supported by any SQLite JDBC driver. This...