Simran

Results 196 comments of Simran

We could use a CC-licensed image from Wiki Commons as background, e.g. https://commons.wikimedia.org/wiki/File:Berlin_aerial_view_(40858786523).jpg Could work very well together with a trendy frosted glass look. https://css-tricks.com/backdrop-filter-effect-with-css/ https://uxdesign.cc/glassmorphism-in-user-interfaces-1f39bb1308c9 https://caniuse.com/css-backdrop-filter (Firefox doesn't seem...

Light/dark mode: https://css-tricks.com/a-dry-approach-to-color-themes-in-css/

I'm happy to start our internal Jenkins job to generate the examples once there are positive signs from our engineering team about the upstream PR.

@pluma Should we simply replace it with a link to https://docs.arangodb.com/latest/Manual/Foxx/Deployment.html ?

Couldn't it use the `finish` hook to execute after everything else? https://toolchain.gitbook.com/plugins/hooks.html

I would like to add that `oneOf` / `anyOf` + `const` tends to produce harder to understand validation errors if an invalid value is in the data, whereas enum gives...

@drumphil Your approach doesn't solve the problem stated in the initial post: > we have to struggle a lot to keep the description in sync with the actual lists of...

There is no feature to determine the size of a single document so far. Can you explain what you would expect from such a feature exactly? Should it be the...

@AkashHari Can you clarify what exactly you want to measure? For collection size, see https://www.arangodb.com/docs/stable/data-modeling-collections-collection-methods.html#figures

I'm still not sure what presentation you want to know the size of. There is nothing built-in to return the size of the VPack or JSON-encoded document, but you can...