Tejas Bubane

Results 41 comments of Tejas Bubane

**Ignore if you are not using [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin).** If you are using [html-webpack-plugin to generate html files](https://github.com/jantimon/html-webpack-plugin#writing-your-own-templates), you need to pass data from html-plugin initializer like this: ```js plugins: [ new...

> I don't think we should force `npm` over `yarn` `yarn` would still work with `package.json` so I would call it `recommending` rather than forcing. > It also means that...

@SleeplessByte Is it safe to rename those topic names? Will it break anything for in-progress or completed exercises on the live site?

@andrerfcsantos Thanks for spotting this! :+1: Should be fixed in #1934

> Your OS details: Arch Linux x86_64 (Kernel: 5.10.4-arch2-1) > Build details of Emacs from M-x emacs-version; 27.1 > C-h v cairo-version-string; 1.17.3 > C-h v system-configuration-features; "XPM JPEG TIFF...

I would argue that it looks confusing because your arrays happen to have some strings with spaces (which cannot be converted to WordArray). Had it been as follows, it is...

Not sure if this is a bug. Same can be rewritten as following to avoid offense: ```ruby %w[path other_path].to_h do |path| pathname = Pathname.new(path) [pathname.basename, pathname.extname] end ``` We have...