-
*PHP Version:* 8.2 | *Shopware Version:* 6.6.7.0 | *Affected area / extension:* Platform(Default)
----
*_Expected behaviour:_*
Using the Symfony Flex production template, bin/build-administr…
-
See https://twitter.com/OliverJAsh/status/1317024049252438018
-
Preact does not seem to have proper addon-docs support, which results in:
- Stories being rendered in iframed mode (inlineStories: false)
- No docgen
- No dynamic snippets
Seems like react-docge…
-
Recent changes to the generated documentation have made links unfollowable for certain modules. For example, see: https://docs.thi.ng/umbrella/math/functions/smoothStep.html
This would normally not…
-
First found in https://github.com/tydoc/extractor/pull/59
When run against [`got`](https://github.com/sindresorhus/got)
```
❯ DEBUG='*' tydoc project source/index --ignore-diagnostics
@ocl…
-
extension specification:
https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Vendor/EXT_meshopt_compression
library
https://github.com/zeux/meshoptimizer
this should work alongside…
-
*PHP Version:* 8.2 | *Shopware Version:* 6.6.1 | *Affected area / extension:* Platform(Default)
----
*_Expected behaviour:_*
The command should start a process that watches for changes in th…
-
Problem:
I started the project with a rough idea of having two, seperate/distinct possible logging modes; 'verbose' & 'debug'.
Since then, I came to conclusion that we should not really designat…
-
at DirectoryCoordinator.addSourceFileAtPath (./node_modules/ts-morph/dist/ts-morph.js:18117:19)
at Project.addSourceFileAtPath (./node_modules/ts-morph/dist/ts-morph.js:19567:51)
at Objec…
-
Given the following interface:
```ts
export interface Example {
name: string | null;
}
```
If I generate a type guard for this, it creates the following function:
```ts
import { Example …