The Wayback Machine - http://web.archive.org/web/20220411080327/https://github.com/topics/declarative
Skip to content
#

declarative

Here are 487 public repositories matching this topic...

gzzo
gzzo commented Nov 13, 2019

Do you want to request a feature or report a bug?
Bug

What is the current behavior?
I'm seeing "Error: Should not already be working" after upgrading to React 16.11

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?

This is exclusively happening on an older version of Chrome, 68.0.3440 on Windows 7

solid
emmanuelle
emmanuelle commented Nov 28, 2019

Most items coming from questions on the community forum

documentation good first issue
mitosis
samijaber
samijaber commented Apr 6, 2022

Here is an example:
https://github.com/BuilderIO/mitosis/pull/266/files#diff-d77df8a4086c893b4cd3954952a7598b6f85dcab3ef5f5a7116c30ba589b467eL13

If we import a function like this:

import { getMitosisConfig } from 'src/helpers/get-mitosis-config';

TS and our local env & CI won't complain.

However, our production build will actually break. We need the import to be a rel

bug good first issue
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