Josh Levinson

Results 9 comments of Josh Levinson

Tagging along with this issue–I don't believe the plugin works. I emulated it with a custom plugin with the same signature as the kasia-wp-modify one and quickly realized that the...

Another oddity: The api-modify effect clobbers the entire state and just returns `action.data` post-effects. Upstream code expects the state to be returned in the shape of [`completeReducer`](https://github.com/outlandishideas/kasia/blob/ca320f13e4f8b691754a50a4ec2330d5dc73fab9/src/redux/reducer.js#L73). For lack of...

@sdgluck do you have a 5.0.0 roadmap?

@sdgluck Something like the former is what I had in mind–I agree that doing it silently would easily lead to confusion/a potential source of bugs.

Would be very excited to see this–this was my first thought after discovering this (great!) library and spending a few minutes reading the readme 😄

@kadamwhite Your proposed solution sounds 💯. I see this "in progress" for the [2.0 project](https://github.com/WP-API/node-wpapi/projects/2). Is there a WIP branch anywhere one could review? Or is this not quite started...

Hi, Edwin! I am a Sr Web Engineer @ 10up; I work with large publishers and often make use of the WP REST API. I've been keeping my eyes peeled...

Sorry for dredging up an old thread, but I'm having trouble with getting the reverse proxy to work at all. I can get sinopia to serve the css/js files in...

Can report this as reproducible when running artillery fargate in GHA on a self-hosted runner with alpine linux as the base. Command: `artillery run-fargate artillery/tests/load_test.yaml` `artillery/tests/load_test.ts` ``` import { Page...