Steve Clay

Results 153 comments of Steve Clay

@wpears If this still passes tests, it's ready to merge.

FYI my big evil set of regexes https://github.com/mrclay/minify/blob/master/min_unit_tests/_test_files/js/regexes.js

#9187 will probably be necessary in whatever scheme we choose, because plugins will need to detect changes.

AMD worked well with the goal of being able to completely rewire and manage execution order of lots of JS based on DB state (active plugins in a particular order)...

I don’t know of any plugin system that solves these problems in a way where “installation” is dropping a directory of code in and telling the system it’s active. Maybe...

You build the new system beside the old; 6 years of AMD-based plugins keep working and any interaction with them just needs to be ironed out.

Just some thoughts for 2021. CC @hypeJunction @jdalsem

Changing container after content exists invites trouble, e.g. access levels on comments/likes, but definitely workable for new

> What kind of approach would make the delete action 'instant', or 'scheduled' without causing issues like still seeing the group or its content? But also leave all events/hooks working...

Strawman 1: - Without events, create "deleted_descendant_of" relationships with all the entity's descendants. This may take several queries working recursively, but should be pretty quick. - Without events, set the...