DJ Adams
DJ Adams
Hi there, thank you very much for this theme, it's lovely, and I'm now [using it on my website](https://qmacro.org). I did find a small issue with the display of code...
Looks like the doc fragment links in json-schema-core and json-schema-validation changed, so fixing the references, in these super useful learning resources (thanks, btw!).
Associating JSON schemas with specific JSON files by adding a `$schema` property in the JSON data itself seems to be a VS Code specific approach (one of a [number of...
During this phase of the project, I'm rebuilding the Docker image and also creating new containers even more often. Each time VS Code is attached to a (new) running container,...
Often I come across references to the SQL-style operators (JOIN, INDEX, IN) in e.g. StackOverflow answers ([this one has both INDEX and IN](https://stackoverflow.com/questions/77100152/using-a-jq-expression-how-to-return-items-from-a-json-array-using-an-intermedia)), and I have wondered what they are...
Love that we have another interactive jq client, thank you for developing it. I was wondering if you'd consider vi mode in the editor input box? In other words, just...
The sample given had a `const cds = require('@sap/cds')` but didn't use the `cds` after that. Moreover, the constant was then highlighted in VS Code as unused, with a rather...
**Describe the bug** Running version 4.7.3: ```shell # /home/user ; gh dash --version gh-dash version dev goos: linux goarch: amd64 module version: v4.7.3, checksum: h1:YeXNIqa8Tr2o688xLZAckpnr095AKRFMCh7TPeTR9O4= ``` I can find, view...
Minor fixes and improvements for the CDL section on Associations
See: https://cap.cloud.sap/docs/guides/domain-modeling#naming-conventions There are plenty of entity names in examples in this CDL topic. Some of them are "real" in that they are genuine representations such as Orders and Products....