Darren Rush
Darren Rush
PR Submitted https://github.com/sighmon/mjml-rails/pull/100
+1 re: .segments() call
SUPPORTED: ```GET /comments?filter[attr][]=1&filter[attr][]=2 HTTP/1.1``` NOT SUPPORTED: ```GET /comments?filter[attr][0]=1&filter[attr][1]=2 HTTP/1.1``` ```GET /comments?filter[post_id]=1,2 HTTP/1.1```
PROPOSAL: It may be desirable that the default behavior is that the RA GQL adapter should only request all scalar fields, rather than all fields. This would omit relations in...
+1. Specifically, 2 containers where one is Draggable-only, the other is Draggable + Droppable.
Important feature for roadmap.
Even better would be the ability to configure arrays of devices to simulate, ie 1-N devices running at the same time with the same script, or possible script groups assigned.
Code based on current documentation to reproduce errors: ```typescript import { create, insert, search } from '@orama/orama' import { pluginEmbeddings } from '@orama/plugin-embeddings' import '@tensorflow/tfjs-node' const enableVectors = await pluginEmbeddings({...
@micheleriva Looks like you're in active development on some of the code related to this issue. The snippet above should allow you to reproduce the issue easily. I originally thought...