griest024

Results 130 issues of griest024

I figure we can keep a list of the stuff that breaks in v4 here. - PIXI.ParticleContainer needs to be renamed to PIXI.particles.ParticleContainer

### Clear and concise description of the problem The codebase names variables as `gender` but the values are used as male and female. "Male" and "female" are sexes not genders....

c: feature
m: name

Please export all your types from `index.ts`. Currently I'm having to do `import type {MovieResult, PersonResult, TvResult} from 'moviedb-promise/dist/request-types'` which is evil.

### The bug Running `torify python tumbler.py ` causes a segfault. Here is the last few lines of the corresponding log file (scrubbed). ``` TIMESTAMP_0000000000509 [MCThread ] [DEBUG] rpc: gettxout...

bug
Crash

Node.js 12 is end of life. We should move to the active LTS, node 16. this is currently failing CI deployments: https://dev.azure.com/graycore/Daffodil/_build/results?buildId=8078&view=logs&jobId=96130714-44b1-535a-b3f1-5d7a90c6c2e0&j=96130714-44b1-535a-b3f1-5d7a90c6c2e0&t=d545412a-63c0-5233-f6f3-42355c5ee771

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/graycoreio/daffodil/blob/develop/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

package: category
platform: magento

# :bulb: Feature request ## Feature Name Support shipping methods on each order shipping address ## The Desired Behavior - I want an order to have a shipping method, even...

feat
package: order

Instead of ```ts (() => { let cache; return () => cache = cache ? cache : createSelectors(); })() ``` do ```ts defaultMemoize(() => createSelectors()).memoized ```

state

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/graycoreio/daffodil/blob/develop/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

package: authorizenet