Today's Digital Newspaper

The Gazette

Weather Block Here



‘Absolute insanity’: Colorado lawmakers decry budget process as federal government shutdown looms

As uncertainty and frustration gripped Capitol Hill in Washington on Thursday, members of Colorado’s congressional delegation grappled with the near-certainty of an approaching federal government shutdown.

While the Democratic-controlled Senate moved ahead with a bipartisan measure aimed at funding the government past Saturday at midnight, Republican House Speaker Kevin McCarthy made clear that he won’t take up the Senate bill as GOP lawmakers fought openly over a potential alternative plan.

“In my district, we have the Federal Center — there’s 6,000 federal workers who work in Jefferson County, who live in the community, who once again don’t know if they’re going to be getting their paychecks,” U.S. Rep. Brittany Pettersen, a Lakewood Democrat, told Colorado Politics. “It’s just absolute insanity. This is not governing. Our country deserves better.”

If the deadline passes without spending legislation making its way to President Joe Biden’s desk, more than 50,000 active duty military personnel in Colorado could be required to work without being paid until the shutdown ends, with another 40,000 federal workers in the state facing furloughs or the prospect of delayed paychecks. In addition, payments for some federal programs, such as the Supplemental Nutrition Assistance Program, known as SNAP, could grind to a halt if the shutdown is prolonged.

Pettersen and fellow members of the bipartisan House Problem Solvers Caucus have been floating a framework for a continuing resolution aimed at keeping the government funded into January. The proposal, which includes aid to Ukraine, additional funding for disaster assistance and increased funding for border security, also incorporates reforms to the congressional budget process.

The aim, she said, would be “changing the process for funding our government so that we’re not in this position in the future, and we don’t have extremists holding our government hostage.”

Added Pettersen: “It’s really problematic for not only people in the short-term and the chaos that it creates, but this is detrimental to our economy immediately, and it also has significant long term effects globally. We’re supposed to be the strongest democracy in the world, and we continue to lose credibility and our position in the world when we can’t even do our basic functions.”

Across the aisle, U.S. Rep. Lauren Boebert, a Silt Republican, on Thursday afternoon joined more than two dozen fellow members of the hardline conservative House Freedom Caucus in a letter asking McCarthy for information about his intentions before, the lawmakers say, “even considering a stop-gap funding measure.”

“Mr. Speaker, we need leadership and a clear plan on spending to get to an end game here — most importantly, with wins for the American People,” the lawmakers wrote.

The lawmakers asked McCarthy to “publicly refute and reject” the Senate’s continuing resolution and wanted to know what the speaker was doing to “proactively oppose and defeat this ‘Omnibus Preparation Act,'” referring to the longstanding congressional habit of approving the annual federal budget in a catch-all omnibus bill rather than individual bills for each federal agency.

Sign Up For Free: AM Update Newsletter

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=69&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;

}

#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
}

Featured Local Savings

The letter asks detailed questions about whether the House will stay in session until lawmakers consider the dozen annual appropriations bills making their way through the House, including four that were scheduled for votes late Thursday and two that are still awaiting action in committee.

“We remain ready to continue working in good faith with our colleagues across the Republican Conference to advance appropriations; likewise, we expect you to take every step necessary to pass these bills — starting with the four bills now under consideration to fund approximately two-thirds of the federal government,” the lawmakers wrote.

Under a plan pushed by some House Republicans and embraced by McCarthy, the chamber won’t consider a temporary spending bill until the House has passed the largest of the pending appropriations bills, though the bills are considered dead on arrival in the Senate due to Republican-led massive spending cuts and policy amendments.

In a telephone town hall late Thursday, Boebert insisted that she’s working to “avoid a shutdown,” saying that the House was doing what it was supposed to by considering individual appropriations bills rather than packaging the government’s annual spending in “massive omnibus bills.”

“Unfortunately, you know, there are some really great gems in bills like that, but the process is broken,” she said. “We’ve been governing like this since the mid-1990s. And that’s why in January during the speaker’s fight, I took a stand to make historic, fundamental changes to ensure that we will do our job in the House of Representatives to pass 12 individual appropriations bills and go line by line to make sure that you are represented.”

Boebert’s colleague and fellow Freedom Caucus member, U.S. Rep. Ken Buck, told CNN late Thursday that he didn’t sign the letter because he disagreed with airing the party’s internal disagreements in public, The Windsor Republican also took issue with the group’s opposition to additional aide to Ukraine.

“If we’re going to have meetings in the Republican family, we should do it behind closed doors, number one, and number two, I think when they start adding Ukraine in as one of their demands, that we shouldn’t fund Ukraine anymore, I’m just not in with that,” Buck said. “I think we’ve got to make sure that Putin does not win this war, and I think we have to make sure that we support Ukraine to the point that we can and be realistic about it. But I really think that they’re conflating some issues that don’t need to be conflated at this point.”

Buck added that GOP leadership’s decision to hold a hearing as part of its inquiry into impeaching Biden was a bad idea with a shutdown looming.

“It concerns me about House Republicans’ priorities and also concerns me about the public perception of our party being able to run the U.S. House,” he said. “I think that there is nothing worse than the shutdown. I think this is an embarrassment. We knew that Sept. 30 was coming for a long time. We should have been talking in July about a continuing resolution. It doesn’t have to be done on the eve of a shutdown.”

05924c8a-1572-523c-940d-288d217d6c66

View Original Article | Split View
Tags

PREV

PREVIOUS

Highly anticipated mountain bike trails close to complete in western Colorado

Facebook Twitter WhatsApp SMS Email Print Copy article link Save A highly anticipated mountain bike trail system under construction in western Colorado is close to complete. In canyon country close to Montrose, advocates overseeing the network called Electric Hills expect all 17 miles of singletrack to be finished this fall, ahead of the seasonal closure […]

NEXT

NEXT UP

Walk among hundreds of spiders at upcoming exhibit near Denver

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Sara Stevens was not keen on spiders when she started at Butterfly Pavilion. “My background was marine biology,” said the director of animal collections at the Westminster zoo of invertebrates. “My office had like 200 tarantulas in it. So it was a little stressful at […]