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

working and passing tests #1

Merged
merged 9 commits into from Jul 10, 2020
Merged

working and passing tests #1

merged 9 commits into from Jul 10, 2020

Conversation

boutell
Copy link
Member

@boutell boutell commented Jul 9, 2020

Hi @abea! I opened this PR on a new module properly! I'm so goddamn excited!

What do you think? The only thing I should have to tell you, if I wrote the README properly, is that this is a DGAD functional requirement; they need a forms widget that allows editors to supply their own (potentially slow) regular expressions for form validation.

@boutell boutell requested a review from abea July 9, 2020 20:26
Copy link
Contributor

@abea abea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a linter. There are a few things to clean up. I'll reach out about general code review as well.

index.js Outdated
reject
});
if (!working) {
one();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding top down like this it would be helpful to have a more descriptive name on this one.

index.js Outdated
}
function createWorker() {
const worker = cp.fork(`${__dirname}/worker.js`, {
stdio: 'inherit' // TODO back to ignore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the work to be done here?

@boutell boutell requested a review from abea July 10, 2020 14:25
@boutell boutell merged commit f30977f into main Jul 10, 2020
@abea abea deleted the initial branch July 15, 2020 16:17
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.

None yet

2 participants