-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull-request para las convenciones #4
base: main
Are you sure you want to change the base?
Conversation
@@ -17,7 +17,6 @@ | |||
"@uiw/codemirror-theme-github": "^4.21.25", | |||
"@uiw/codemirror-theme-vscode": "^4.21.25", | |||
"@uiw/react-codemirror": "^4.21.25", | |||
"@vercel/analytics": "^1.2.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
porque quitaron esto? causo problemas? mejor no quitarlo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
favor de re-agregar vercel analytics : )
This reverts commit e7aedc3.
specialValues.includes(field.default.toLowerCase()) | ||
/^(?:[01]?\d|2[0-3]):[0-5]?\d:[0-5]?\d([+-]\d{2}:\d{2})?$/.test( | ||
field.default, | ||
) || specialValues.includes(field.default.toLowerCase()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
porque este cambio? es posible des-hacerlo?
@@ -1,6 +1,5 @@ | |||
import ReactDOM from "react-dom/client"; | |||
import { LocaleProvider } from "@douyinfe/semi-ui"; | |||
import { Analytics } from "@vercel/analytics/react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deshacer este cambio porfa (y la linea al final del archivo)
@@ -7,6 +7,16 @@ const binaryRegex = /^[01]+$/; | |||
|
|||
/* eslint-disable no-unused-vars */ | |||
const defaultTypesBase = { | |||
NUMBER: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
esto es por curiosidad - porque agregaron estos aqui en defaultTypeBase
? son necesarios?
Agregando convenciones de Oracle