-
Is there a way to do the following with SystemJS, and can it be done with both html and css external references.
"If you use module bundlers like Webpack, you can also use the styles attribute to l…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the existi…
agowa updated
5 months ago
-
## Search Terms
Optimization
Minifier
Bundler
IIFE
Wrapper
Terser
## Suggestion
TypeScript 3.9 pulled in PR #32011, which tailors TypeScript's output for optimization with minifiers …
-
It's a little annoying to have to do add `Some` or `None` when calling instance methods for things like `ICanTell` could be rewritten as:
```fsharp
[]
type ICanTell unit
abstract Ask : msg:'…
Shmew updated
4 years ago
-
In Compose, we can specify multiple compose files by declaring the -f flag multiple times, so that we can combine multiple services together without having to define them into the same compose file:
…
-
Talking with @trevnorris, it sounds like it would be useful to allow a stream to be removed from a pipeline as an optimization.
For example, if `a.pipeThrough(b).pipeTo(c)`, remove `b` at some point …
-
Thank you for an amazing library! Over the last few weeks I've spent so many hours tinkering with ffmpeg/vlc options trying to pipe a Wyze cam feed into a browser and this works so much better than an…
-
It's counterproductive that running `fetch-config` deletes the input `.json` config file.
When I'm debugging issues I want to just edit the file and rerun the `fetch-config` command. The fact that…
-
When building an app with subscription feature, we usually need every user's e-mail address.
In this case, if the app is able to get the user's e-mail address automatically, user experience will be m…
-
**Do you want to request a *feature* or report a *bug*?**
Bug.
**What is the current behavior?**
Running yarn init yields:
```
$ yarn init
yarn init v1.0.2
error An unexpected error occurre…