quiet down the gpgconf check
update emacs dependencies
remove deprecated import-environment usage
add disable-screen-blanking
Merge branch 'master' of github.com:AeroNotix/dotfiles
That's very forward-thinking @seancoleman2. Interesting how a different billion-dollar company couldn't come up with the same thing 🤷🏻.
Will reach out via email!
For the record, none of my systems were affected by this in a negative way. I just think the poor planning and rollout is just so indicative of Googlers it needed more attention than it seemed to be getting.
The change was intended as a low-priority fix for a set of failing spec compliance tests. Nobody knew upfront that https://xkcd.com/1172/ would apply.
Are you joking?
talking with Googlers instead of about them gives amazing results.
Beg to differ. This isn't my first rodeo.
@seancoleman2 oh please do not take the fact I am commenting here to mean that I lay any blame or ownership on yourself, or twilio in general.
I am commenting here because I know how absolutely futile it would be to try to discuss with Googlers on their own forum. Hence starting a conversation here.
No-one else feel like this is too short a timeframe to be rolling this out in? I got an email today and the rollout is at the end of the month.
What is the harm in Chrome silently allowing completely benign parameters to exist in the URLs? The review ( https://chromium-review.googlesource.com/c/chromium/src/+/4037887 ) looks to have barely any discussion, besides someone mentioning it could break twilio and ending up here.
Not sure I fully understand why this change needs to happen, ... at all really.
Note: If there is actually a way to do this, it eluded me
fix: don't export SSH_AUTH_SOCK if gpg not installed
Just upgraded, wifi card not visible after reboot. I have both the files listed above. What can I do?
update emacs dependencies
kooobctl completoin
update slime
update emacs packages
Can you grant maintainership to someone you trust, or has more time? The library is an oasis in the desert of janky ORMs in the JS/TS land. Would be good to keep on truckin'.
Another thing to consider is that since the repl
function returns the NodeJS REPL instance, clients can do this themselves (this should be documented).
That said, I still think the Nest library should do more by default, maybe to mimic the default behaviour of the NodeJS REPL itself.
Example:
async function bootstrap() {
const replServer = await repl(AppModule);
if (process.env.NODE_REPL_HISTORY) {
replServer.setupHistory(process.env.NODE_REPL_HISTORY, () => {});
} else {
replServer.setupHistory(path.join(os.homedir(), '.node_repl_history'), () => {});
}
}
bootstrap();
I think the Nest repl library should do something like the above, by default, with the ability to disable history. Having history enabled by default is less surprising than history disabled by default.
Thoughts?
feat: allow for repl history
Ref: https://github.com/nestjs/nest/pull/10618
feat: allow for repl history
Ref: https://github.com/nestjs/nest/pull/10618
feat: allow for repl history
Ref: https://github.com/nestjs/nest/pull/10618
Ref: https://github.com/nestjs/nest/pull/10618
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
Issue Number: N/A