sdxjs icon indicating copy to clipboard operation
sdxjs copied to clipboard

Software Design by Example with JavaScript

Results 13 sdxjs issues
Sort by recently updated
recently updated
newest added

While reading through [Chapter 2 Systems Programming](https://third-bit.com/sdxjs/systems-programming/#systems-programming-anonymous), I discovered an annotation mistake in the image where it should say '6. print' instead of '6. save for later'. ![image](https://github.com/gvwilson/sdxjs/assets/47806541/8447d6f2-7db6-4a69-b362-ebf886594d74)

bug

Current version of glob doesn't support callback API. May be the chapter needs to be updated or recommend an older version. https://www.npmjs.com/package/glob

I think that this reference to package.json should be clarified https://github.com/gvwilson/sdxjs/blame/main/en/src/systems-programming/index.md#L76 (as far as I can tell, this is the first reference to that file, isn't it?)

bug

In `glob-filter-with-options.js` only files with ending ".bck" in the same directory are ignored and in `glob-with-source-directory.js` in the ignore pattern the insertion of the parameter `srcDir` is missing. Specifically, in...

bug

* I love the way you show the way the code is supposed to be used before implementing it, I'm going to steal that * the Pledge class is great,...

* first I was confused by the DOM example with regular expressions (I thought HTML required a regular language to parse and not a regular grammar) * but section 7.2...

* the glossary is interesting, I've never seen that before and it's a really cool idea * some links seem to be broken (like https://third-bit.com/sdxjs/pattern-matching/ links to https://third-bit.com/sdxjs/pattern-matching/regex-any.js which is...

Before and after Figure 2.6, you're talking about filtering out *.bck files, but Fig 2.6, which shows how filtering actually works, is showing files with a trailing tilde instead. Would...

bug

Issue: https://github.com/gvwilson/sdxjs/issues/32 Ref: https://github.com/gvwilson/sdxjs/pull/33 Adds a button to hide / show the sidebar. * Button is unobtrusive, it's just ☰ (U+2630)with a little padding * For screens < 1080px, sidebar...

- https://twitter.com/thomas_sandmann/status/1585612082627547136