Skip to content
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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Pull-request para las convenciones #4

wants to merge 11 commits into from

Conversation

lethalSopaper
Copy link

Agregando convenciones de Oracle

@lethalSopaper lethalSopaper changed the title Ugarte Pull-request para las convenciones Jan 14, 2025
@pabloem pabloem marked this pull request as ready for review January 23, 2025 16:36
README.md Outdated Show resolved Hide resolved
drawdb.gif Outdated Show resolved Hide resolved
drawdb.png Outdated Show resolved Hide resolved
@@ -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",
Copy link

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

Copy link

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 : )

src/utils/importSQL/sqlite.js Outdated Show resolved Hide resolved
src/i18n/locales/ne.js Outdated Show resolved Hide resolved
src/i18n/locales/hu.js Outdated Show resolved Hide resolved
src/i18n/locales/en.js Outdated Show resolved Hide resolved
src/i18n/i18n.js Outdated Show resolved Hide resolved
src/context/SaveStateContext.jsx Outdated Show resolved Hide resolved
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())
Copy link

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";
Copy link

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: {
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants