Skip to content
#

declarative

Here are 481 public repositories matching this topic...

solid
emmanuelle
emmanuelle commented Nov 28, 2019

Most items coming from questions on the community forum

documentation good first issue
mitosis
samijaber
samijaber commented Mar 22, 2022

We are currently using Node v14, npm v7 and Lerna v3.

We've wanted to upgrade to yarn3 but encountered some issues.

Whoever grabs this needs to make sure all the following works:

  • locally, running yarn run build/yarn run start in every sub-package should work without issues (we had problems running yarn run build in packages/core)
  • CI should pass

This task might be related to

enhancement good first issue help wanted
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

good first issue housekeeping
glom
mahmoud
mahmoud commented May 9, 2018

Right now the tutorial is coherently designed, tested, and even documented. However, it doesn't build up in a way that's very beginner friendly. It establishes glom's value and then immediately uses it at an intermediate level.

I'd like it if it was a bit more drawn out to use basic features first and then add a multi-line Coalesce as the

help wanted good first issue
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)
ChillyBots
ChillyBots commented Apr 22, 2021

Hey guys, thanks for the great bindings... I was really starting to miss formik ;-)

So I've noticed there was a bit of refs discussion about a year ago:
jannikbuschke/formik-antd#123

and it seems like the inputs got some special ref love, but the select didnt - any chance of adding ref support to all components?

enhancement good first issue
Graphaello

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