Ben White

Results 15 comments of Ben White
trafficstars

For anyone else that lands here, it's actually pretty easy to add support to https://github.com/adrianlee44/atom-aligner for this.

Homebrew have a general rule of not allowing/approving beta releases in homebrew/core. If you were to... say... make a release without the beta naming... I'd be more than happy to...

Replying to comment in closed issue: https://github.com/syndbg/goenv/issues/112#issuecomment-596125769 > @rocketspacer No, I don't own it. > > [#80 (comment)](https://github.com/syndbg/goenv/issues/80#issuecomment-596125707) > > The goal for the official 2.0.0 of this project is...

I also stumbled across this, just sharing the fix that is working for me. Might not work in all cases! As per example in OP: ``` module.exports = { eleventyComputed:...

@zachleat happy to help road test any early guidance, and put together any migration notes that might be helpful!

Throwing an emoji on this one. I have a few flows that throw errors in specific circumstances (i.e. trying to update status without publish date set, etc). At the moment,...

@rijkvanzanten Ah yep, that is even better!! That way there is no change to existing/default behaviour, and given it is an operation, the user can choose when it should be...

Semi-related discussion threads that seem to support the need here, although I can see this one has already made it to the backlog :) - https://github.com/directus/directus/discussions/16342 - https://github.com/directus/directus/discussions/18634

Hey @uzvg, I don't know enough about the new theme (or this plugin!) to submit a fix PR, but for now, I've fixed this by loading the plugin via `custom.css`,...

Last code snippet only fixed desktop, this will also fix mobile: ``` @import url("https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@main/bullet_threading.css"); /* Bullet threading fixes */ .ls-block[haschild] > div > .block-content-wrapper::before { left: -13px; } .ls-block .block-children...