Brandt B.

Results 11 comments of Brandt B.

someone seemed to solve it with css variables and IE 11 fallback. https://github.com/datorama/themify

nevermind I think i figured it out

Is your tsconfig.json in the src directory? if it is in the root, then try project='.'. If you don't want to use the tsconfig.json then don't supply a project property....

Ok, if you supply the project then it will try to load everything from the project file and uses the typescript parseJsonConfigFileContent to populate the files property of the options....

Ok after a little more investigation, the output produces a esm5 module for the root package and ones for each sub module. The submodule packages are correct, the root package...

@ffriedl89 I was reading your open issue regarding memory and your setup looked close to ours. The problem we ran into is that the main module which would reexport all...

@dherges it turns out we need this to work quite badly. We noticed that the angular-cli/webpack 4 doesn't treeshake/remove external dependencies from a library build as fesm. So if my...

How? If i go to the rule groups and right click I don't get the option. Select individual rules in the rule set and right click I don't get the...

We are seeing the same issue with vilsonrodrigues/falcon-7b-instruct-sharded. Always fails downloading at the exact same spot. ``` write(2, "\rDownloading (\342\200\246)of-00015.safet"..., 97 ```

Another upvote. I would want to use the SAM CLI to generate the CF template to be then aggregated as a child template in a parent application stack.