newsgrep

Results 13 comments of newsgrep

regarding 3) removing them by pressing the delete key would also be nice 8) reordering of tags by drag & drop would be nice to 9) search & tag: so...

I was able to reproduce smth similar on 7.6.0 and 7.7.0-20240520.095624-1.jar. See line 42 in [myapi_2.json](https://github.com/user-attachments/files/15960171/myapi_2.json) ``` [main] ERROR o.o.codegen.DefaultGenerator - An exception occurred in OpenAPI Normalizer. Please report the...

Will this come with [OLIR](https://csrc.nist.gov/Projects/olir/derived-relationship-mapping#/) (csv/json) support? Will it allow to import xlsx documents structured like [sp800-53r5-to-iso-27001-mapping-2022-OLIR-2023-10-12-UPDATED.xlsx](https://csrc.nist.gov/projects/olir/informative-reference-catalog/details?referenceId=99#/) or [scf-olir-strm-nist-csf-2-0.xlsx](https://csrc.nist.gov/projects/olir/informative-reference-catalog/details?referenceId=153#/)

Thank you for your response. 1. Did not help 2. Used 20 and 22 which Version shall I try? 3. I mean the RAM on my machine; it also happened...

I tried my luck again with the new raml-toolkit verison and I got it working now with `@commerce-apps/raml-toolkit/0.8.0 linux-x64 node-v24.9.0` and `node --max-old-space-size=4096 /usr/local/bin/raml-toolkit diff old.raml new.raml` (did not check...

Intreasting, thank you. The way I read the spec it defines a request and response. _network.DataType = "request" / "response" The network.DataType type represents the different types of network data...

Thank you very much for pointing that out. I was not aware of that. Seems to be tracked for Firefox, did not find it for Chrome. [1988955 - Add support...

It looks like Chrome may support the `request `data type already: [browser-compat-data/webdriver/bidi/network.json at 6d3a256afac3a8f6c383d706bfe3d8f53bc6391e ยท mdn/browser-compat-data ยท GitHub](https://github.com/mdn/browser-compat-data/blob/6d3a256afac3a8f6c383d706bfe3d8f53bc6391e/webdriver/bidi/network.json#L2199) [feat: support request post data collection by sadym-chromium ยท Pull Request #3815...

> will update the Java PR to add an ENUM entry for request. @navin772 Firefox 146 is stable now and does [support requests](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/146#webdriver_conformance_webdriver_bidi_marionette), it would be much appreciated if you...