niktek

Results 8 issues of niktek

``` public static async Task Main(string[] args) => await Bootstrapper .Factory .CreateWeb(args) .AddProcess(ProcessTiming.Initialization, _ => new ProcessLauncher("npm", "install") { ContinueOnError = false, WorkingDirectory = "node", }) .AddProcess(ProcessTiming.AfterExecution, _ => new...

General Enhancement

### Describe the bug In settings with: ![image](https://user-images.githubusercontent.com/52020637/184466705-1c7187c9-2e06-419a-8d9e-e0cd1bac7252.png) typing `script` and tabbing for completion doesn't insert the lang='ts' ### Reproduction type script at the top of a .svelte file and...

enhancement

DO NOT MERGE - this is for previewing ## What does your PR address? Fixes #351 Notes: This actually uses https://github.com/mattjennings/vite-plugin-sveld which in turn uses sveld. To differentiate between props...

### Current Behavior ![image](https://user-images.githubusercontent.com/52020637/196066327-cb3f36b1-a308-4ba1-b18e-a81f41def1fd.png) Content that follows from a vertical divider starts starts going under the Page Footer section. It becomes a lot more dramatic with more content - it's...

bug

### Current Behavior `pnpm package` is showing a lot of `=============== MODIFIED String ==============` messages This doesn't seem to be affecting the resultant package. ### Steps To Reproduce _No response_...

bug

``` /** * Provide a writable store to maintain list selection. * @type { Writable | Writable } * @default undefined * */ //@ts-ignore export let selected: Writable = getContext('selected');...

### Current Behavior When setting a bg color on a `card-header` or `card-footer` it will overpaint the containing `card` and its border-radius setting. I think if the user is opting...

bug

[Regex test](https://regex101.com/r/I0DNRb/2) The regex seems to work for every flavour except ECMAScript (which unfortunately VSCode uses), where in the example you can see that it no longer assigns groupings compared...

help wanted