Skip to content
#

declarative

Here are 481 public repositories matching this topic...

solid
mitosis
samijaber
samijaber commented Mar 18, 2022

We currently do not have feature parity across all frameworks. We should put together a simple feature matrix, where each column is a target (Angular, React, React-Native, Vue, etc.), and each row is a feature.

For now, a simple labelling system would work:
🏗 in-progress/partially implemented
not implemented
implemented

Here is a non-comprehensive example list of rows:

  • lifecyc
flyte
kumare3
kumare3 commented Nov 30, 2021

Describe the issue

Currently we run the Linter CI for golang repos using the golang-ci-linter binary. But according to the documentation it is faster and better to use the github action.
https://golangci-lint.run/usage/install/

The UX of all the error highlighting is also better.

What if we do not do this?

Finding linter errors is troublesome as users have to parse through the cons

authorjapps
authorjapps commented Aug 5, 2020

As a SDET
I want a documentation or Wiki page where the expected vs actual field matching is explained
So that I can use these in my test automation to test the server response payloads and headers
e.g. id=123 , id="123", isValid=true, isValid="true" etc

AC1:

Cover the following currently supported mechanisms with examples

  • $EQ
  • (int)
  • (float) or (decimal)
  • (boolean)

Improve this page

Add a description, image, and links to the declarative topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the declarative topic, visit your repo's landing page and select "manage topics."

Learn more