Wolfr

Results 153 comments of Wolfr

So users have to remove relative paths to core, and other than that, things keep working as-is? I am fine with that. I am not that familiar with Docker and...

Is this related to the "future" idea or a hanging todo in the current idea to release 1.20+next? (Which I would release as 1.20 together)

I checked out the code around having a default config 👍

Prototype nav is the one that's left, there is a PR but it doesn't work yet. https://github.com/usebedrock/bedrock/pull/370

Yes... I agree we need to have some code linting. But let's not forget we are sometimes designing/prototyping here. Let's add the linting as an optional step that reports on...

No, my experience is that you run into issues where third party code is written in a way that makes it impossible for you to continue without refactoring their code....

OK sure, but really there are more pressing issues than consistency of single quotes and double quotes. On Mon, Dec 7, 2015 at 4:02 PM, Thomas Tuts [email protected] wrote: >...

What I would like is a linter that checks for invalid HTML like `$("a a")`. We had this in Ticketmatic. See this code https://gist.github.com/Wolfr/00d425420bc83ff2e89d . It used cheerio ( https://github.com/cheeriojs/cheerio...

@thomastuts seemingly I already linked the relevant code from this issue.

Linting is broken (see #174 ) but still a feature I would like to have in general to ensure more code quality.