Steve Todorov

Results 95 comments of Steve Todorov

@Antarus66 you might be interested inhttps://indepth.dev/webpack-5-module-federation-a-game-changer-in-javascript-architecture/ :)

The issue here is related to how angular-cli is actually bootstrapping webpack. For example, the `index.html` file is actually generated **outside** webpack and after it has successfully exited. In my...

In our case the `indexTransform` workaround doesn't actually fix anything since we don't actually need to transform the `index.html`. We actually wanted to: 1. compress all assets so that we...

Sure, here's the [repo](https://github.com/steve-todorov/custom-webpack-compression-issue632). This is just the `hello world` from the latest Angular 8 with some minor tweaks. When you run `npm run build` it should produce the mentioned...

It looks like this might be the cause of my issue: ``` $ shellspec --format documentation --docker alpine/git git: 'shellspec' is not a git command. See 'git --help'. ``` I'm...

It's probably worth mentioning #380 which I opened a while back but the @stale bot closed it. It is possible to use `tftp` for this (mentioned in #380), but I...

Guys, I was able to successfully start gta on my ubuntu. What I did was: * installed winetricks (as well as wine so I can then add the `corefonts`) *...

@Lemai-zz try: ``` export WINEPREFIX=/path/to/library/steamapps/compatdata/271590/pfx winetricks --gui ``` Then `select default prefix`, `install a font` and finally `corefonts`. If that doesn't do the trick - I don't know... :/