Joshua Pedrick

Results 23 issues of Joshua Pedrick

I've been learning rust for a few months now, but I'm still benefitting from Rustlings as there are details covered that I haven't learned yet. I'm probably not the only...

A-exercises
C-feature-request
C-new-exercise

**Describe the solution you'd like** A function describing whether an effect spawner has more particles to spawn without `reset()` being called. ```rust /// Get whether the spawner is active. ///...

C - enhancement
A - components

Use find_path to verify lua existence. Works for CMake 3.4 on Ubuntu 15.04.

Running npm install web-audio-engine with node v12.10.0 ``` npm install --save web-audio-engine npm WARN deprecated [email protected]: This package has been renamed 'window-function'. The API is otherwise the same. Please switch....

Frequently I would like to have redundant constraints that can be used when needed, dropped when violated, and indicate when they are violated/not violated but redundant. - When a feature...

enhancement

I attempted to use bevy_dsp with bevy 0.13 (from main) and I was unable to get it working due to the removal of `TypeUuid` and `App::add_asset` => `App::init_asset` I was...

### What changes are proposed in this pull request? [Enable use of AnonymousAWSCredentials() in S3AUnderFileSystem](https://github.com/Alluxio/alluxio/commit/607ec1de101d77b107a858da32ea9d8d96b2197b) https://github.com/Alluxio/alluxio/issues/16772 This change adds a boolean flag s3a.anonymous to S3AUnderFileSystem ### Why are the changes...

area-ufs
cla-missing
area-security
API Change

**Is your feature request related to a problem? Please describe.** When trying to mount an existing S3 bucket anonymously there is no way to specify using the AnonymousAWSCredentials. **Describe the...

area-ufs
area-security
type-feature
stale

### Description - conda build can break when defaults.log="something unexpected" ### Checklist - [ ] Add a file to the `news` directory ([using the template](../blob/main/news/TEMPLATE)) for the next release's release...

cla-signed
stale

I'd like to be able to: 1) Change the pitch of a sample without speeding it up or slowing it down. It seems the tool for this is a `phase...