Axel D.

Results 63 issues of Axel D.

### Summary Currently, the React documentation cannot be printed. Please add features for the documentation to be printable. ### Details I prefer reading documentation offline. I'd like to add annotations....

type: documentation

### Demo Repo https://github.com/SetTrend/typescript_modres_mre ### Which of the following problems are you reporting? Something else more complicated which I'll explain in more detail ### Demonstrate the defect described above with...

Question

# Suggestion Currently, the TypeScript [configuration reference documentation](https://www.typescriptlang.org/tsconfig) page lacks the default values for some of the configuration properties. This may lead to confusion, cluttered configuration files and unexpected compilation...

Help Wanted
Docs

**Feature to document** Currently, the WebPack documentation appears quite old-fashioned and out-of date when all examples are provided in (obsolete) CommonJS-style. I propose to reflect current JavaScript spec by updating...

Documentation is: - [X] Missing - [X] Needed - [ ] Confusing - [ ] Not Sure? ### Please Explain in Detail... From my perspective, the documentation is missing crucial...

On the [Dependency Resolution](https://parceljs.org/features/dependency-resolution/#glob-specifiers) page, in section `Glob specifiers`, it reads: > Glob imports also work with CSS: > ```css > @import "./components/*.css"; > ``` > is equivalent to: >...

Forwarded from [this Google Ads API forum thread](https://groups.google.com/g/adwords-api/c/7GOx5UFS2_U/m/AX901xvPAwAJ): When using a [`SearchSettings`](https://github.com/googleads/google-ads-dotnet/blob/main/Google.Ads.GoogleAds/src/V21/GoogleAdsServiceClient.g.cs#L75) object with property `ReturnTotalResultsCount` set to `true`, nothing is returned. So, the potential total number of rows cannot...

bug

While debugging, the Visual Studio 2022 debugger crashes when evaluating objects of type [`SearchSettings`](https://github.com/googleads/google-ads-dotnet/blob/ada966e1983b655e82172b6c3e7d9b091b522377/Google.Ads.GoogleAds/src/V21/GoogleAdsServiceClient.g.cs#L75): ![Screenshot](https://raw.githubusercontent.com/SetTrend/SearchSettingsMRE/main/screenshot.png) See [this minimum reproducible example](https://github.com/SetTrend/SearchSettingsMRE) for steps to reproduce and evaluation.

bug

# 🐛 bug report The CSS [`@keyframes` at-rule](https://developer.mozilla.org/en-US/docs/Web/CSS/@keyframes) is unknown to parcel. ``` 🚨 Build failed. @parcel/transformer-css: Unknown at rule: @keyframes ``` ## 🎛 Configuration (.babelrc, package.json, cli command) ```json...

# 🙋 feature request I need to be able to see the build result in readable form, i.e., I need a development build, without starting a web server. According to...