Michael Stenta

Results 188 comments of Michael Stenta

Perhaps! Question though: does the library have code to specifically handle a long mouse click? Or do you think it is Chrome that is handling that and interpreting it as...

The help text says: > This list below contains all the registered queues with the number of jobs currently in the queue. Select a queue from above to view all...

> I wonder if it is related to the fact that I am trying to add this to a Flask Admin app? Tested in another app (not Flask Admin) and...

Relevant conversation in the farmOS chat: https://irc.farmos.org/bot/log/farmOS/2022-09-08#T79897

More links/resources for context (pulled from the above-linked chat thread): - Original change record that enabled uploading files via JSON:API: https://www.drupal.org/node/3024331 - Drupal StackExchange issue describing the same error message:...

More notes in chat after I had a chance to dig through this: https://irc.farmos.org/bot/log/farmOS/2022-09-09#T80032 Seems like this Drupal core issue added some of the logic we're encountering: https://www.drupal.org/project/drupal/issues/3154962 Which also...

Couple of things I think we should do here before merging: - Add an automated test, which ideally would pass if/when this issue gets resolved in Drupal core (if possible?)....

Thanks @paul121! Unfortunately if this causes duplicate rows then I don't think we can merge it as-is. I spent more time than I'd like to admit "fixing" duplicate rows in...

> I had thought that "reduce duplicates" meant some post-processing after the query is run but it looks like selecting this option actually changes the original query. Oh well that's...

Whelp. Just tested our existing Views and we already have potential duplicate issues with some of the filters. Basically any filter that is a reference field on the entities which...