Josh Goebel

Results 1701 comments of Josh Goebel

We're currently working on a new static website and what to do about handling downloads is an open question. Thanks for raising this question again though. It's worth considering. CC...

> Would you prefer having a cURL option? Didn't they answer that already: ;-) > I'd probably use a curl-based approach if it existed, but it'd be a nice-to-have.

> or the project is team-wide. Side note: For larger teams and 100% reproducible builds we recommend building from source (or importing via NPM), not using the website - as...

Thanks for the ping. Just a reminder for all that this is trivial when building directly from source - and this is what we currently recommend for anyone who needs...

> Edit: Apparently it is legal but only between , not between >

![Screen Shot 2020-10-01 at 2 25 57 AM](https://user-images.githubusercontent.com/6473/94775354-a812ab80-038d-11eb-9257-0d732e1edd74.png) What I have working so far built on top of the new consolidated JS/TS stuff... wasn't that hard either.

@allejo @egor-rogov There is a weirdness here though... we're inside "tag" (which has it's own styling) and when we hit a `{}` pair then we have embedded JS... which should...

Some dark magic: ```js contains: [ HTML_TAG, XML_ENTITIES, { begin: /[^

```js // _Complex, __always_inline, etc. var UNDERSCORE_KEYWORDS_RE = ["_[A-Z][a-z\\d_]+", "__[a-z\\d_]+"] var CPP_KEYWORDS = { keyword: 'int float while private char catch import module export virtual operator sizeof ' + ......

> So what about spaces in regex? I addressed that: > and it could blow up if (or do nothing) if someone included a space in their regex... It could...