Carl-Erik Kopseng

Results 73 issues of Carl-Erik Kopseng

The current dependency management works great, but I was a bit disappointed when I saw that $script.js only fetches the dependencies lazily. In order to get my uncached page to...

I inherited a TypeScript project that has not been compiling in a long time, it seems. One error deals with it having both `date-fns` and `luxon` in the same project,...

I am wondering how to use Tsung for testing our application which is heavily relying on Server Sent Events as the transport mechanism for data. I can see from #370...

Created the following minimal script which works fine when I uncomment the `toc.plugin` line, but fails otherwise with `TypeError: Invalid non-string/buffer chunk`. After browsing the documentation of Remarkable and this...

I have inherited an older Symfony 3.4 project with a dependency [causing issues with PHP 8](https://github.com/symfony/symfony/discussions/46794#discussioncomment-3037982): > php.CRITICAL: Type error: implode(): Argument #2 ($array) must be of type ?array, string...

### Description > This issue is about an issue with the documentation, but it might be that it hints at a more serious issue The [README](https://github.com/okonet/lint-staged#can-i-lint-files-outside-of-the-current-project-folder) points to the example...

**Describe the bug** The styling of [our Changelog](https://sinonjs.org/releases/changelog) is messed up. Lack of a proper styling approach like BEM ensures style rules are applied with a shotgut. ![image](https://user-images.githubusercontent.com/618076/183651522-1b7a692c-1ab2-47b4-aeab-c0120aab446f.png) This is...

Help wanted
good first issue
sinonjs.org

Our `integration-tests` pipeline in CircleCI has been failing for two months. This happened when introducing "safari" without explicit version (was version 9). Logs show that we have been trying to...

wontfix

EcmaScript modules that run in an environment supporting them (meaning they haven't been transpiled using Babel to ES5) and export a `default` function of some kind cannot be stubbed, as...

Documentation
Help wanted
pinned
ES2015+
good first issue
hacktoberfest
ESM

How we handle defining props (basically how we replace props with fakes or stubs) is handled a bit nilly-willy, causing random bugs. An analysis in #2237 showed that any special...

Improvement
Difficulty: Medium
Help wanted
pinned
hacktoberfest