Joseph D. Purcell

Results 68 comments of Joseph D. Purcell
trafficstars

Is there any interest in merging this? @jwadhams is there openness to adding a maintainer to help review issues and merge PRs?

I have been evaluating JSON Logic for a use case and I want the ability to insert data into the logic. You can do this with primitives, but not objects....

I've been exploring an idea that I thought I'd share. Let's say this feature is implemented that let's you disable the depth-first traversal. You could write your own operation that...

I did a very brief look to see what "is traversable" and found: * `canTraverse`: [100 TypeScript](https://github.com/search?l=TypeScript&q=canTraverse&type=Code), [916 JavaScript](https://github.com/search?l=JavaScript&q=canTraverse&type=Code) * `isTraversable`: [163 TypeScript](https://github.com/search?l=TypeScript&q=isTraversable&type=Code), [238 JavaScript](https://github.com/search?l=JavaScript&q=isTraversable&type=Code) * `isTraversible`: [5 TypeScript](https://github.com/search?q=isTraversible&type=Code&l=TypeScript), [21...

I might be having too much fun with this `traverse` flag idea. I did an example of a JSON filter and one with JSON Patch over here: https://github.com/jwadhams/json-logic-js/issues/15#issuecomment-1399393093.

I ran into this issue and was able to use https://stackoverflow.com/a/50130973, and there's lots of variations out there. I'm doing this only for local development so I'm not concerned about...

I ran into this issue several times and can't trace what is happening, nice investigation @senyaak [[comment](https://github.com/logaretm/vee-validate/issues/4630#issuecomment-2115234773)] and @Jtcruthers [[comment](https://github.com/logaretm/vee-validate/issues/4630#issuecomment-2121186065)]! That helped me feel more confident I'm not doing something...

Some context: I am in search of a "good" markdown editing experience, which in my opinion includes these features. I am taking notes on https://github.com/directus/directus/discussions/16762, which includes a link to...

I'm happy to chime in. Everything I'm about to share is more from experience and applied theory about Drupal's internals, rather than rigorously proving certain issues/bugs exist, e.g. with an...

I was able to use the mods section of the README to install One Player Sleep. Link to mod download: https://foxynotail.com/add-ons/ops Link to README section: https://github.com/itzg/docker-minecraft-bedrock-server#mods-addons I'm just now reading...