Marek Buchar

Results 18 issues of Marek Buchar

[fuse-box](https://fuse-box.org/) CSSModulesPlugin uses default export when generating css modules javascript code so i add tsConfig.json configuration parameter "defaultExport" that if set to true will switch generated d.ts files from ```ts...

**Describe the bug** Mock file system is not storing LastAccessTime & LastWriteTime properties for directories **To Reproduce** ``` var fileSystem = new MockFileSystem(); var info = fileSystem.DirectoryInfo.FromDirectoryName(@"C:\\Parent\\Dir"); info.Create(); info.LastWriteTime =...

type: bug
state: ready to pick
area: testinghelpers

- `babel-plugin-tester` version: ^9.1.0 - `node` version: v12.16.3 - `yarn` version: 1.19.1 folder structure (some files ommited): ``` ROOT |-- package.json |-- src |-- __tests__ | |-- __fixtures__ | |...

when calling `npm test` i got this error: ``` FAIL test\storyshots.test.ts ● Test suite failed to run C:\projects\easy-runner\node_modules\lodash-es\flattenDeep.js:1 ({"Object.":function(module,exports,require,__dirname,__filename,global,jest){import baseFlatten from './_baseFlatten.js'; ^^^^^^ SyntaxError: Unexpected token import at ScriptTransformer._transformAndBuildScript (node_modules/jest-runtime/build/script_transformer.js:305:17)...

os:win

**yarn spit this into my face today:** warning " > @dump247/[email protected]" has incorrect peer dependency "@storybook/addons@^3.2.16". **rellevant packages:** "@dump247/storybook-state": "^1.6.1", "@storybook/addons": "^5.1.9", "@storybook/react": "^5.1.9", not sure how to fix this...

I tryied to modify "Documentation/NplDocumentation.xml" but its changes arent reflected in editor - still showing original content - after poking arount in source i found this [line](https://github.com/LiXizhi/NPL/blob/b0f99e17cfddb4c3a2ab0c5b900d8cbdc53b8a43/VsNPL/NPLLanguageService/LanguageService.cs#L105) so i tryied...

**Describe the bug** when running striker via bash using `dotnet stryker -O "../../StrykerOutput/$test_name" -p "$test_name.csproj" -r html -r json -r progress` command (CWD is test project directory) im getting exception...

🐛 Bug
! Need more info !

**Describe the bug** On .net 7.0 where wasnt any warnings, after upgrading to 8.0 im getting InvalidOperationException warnings i think root cause is this one: The analyzer Microsoft.NET.Sdk.Razor.SourceGenerators references a...

🐛 Bug
Priority: Low

**Describe the bug** After **Initial test run started** message im getting this warning: [17:34:51 WRN] Analyzer/Generator assembly C:\Program Files\dotnet\sdk\7.0.402\Sdks\Microsoft.NET.Sdk.Razor\targets\..\source-generators\Microsoft.NET.Sdk.Razor.SourceGenerators.dll could not be loaded. Generated source code may be missing. Warning...

🐛 Bug

**Is your feature request related to a problem? Please describe.** Imagine project with lots of mutations that stryker will spend couple of minutes slauthering just to find out, that some...

🚀 Feature request