Paul

Results 38 issues of Paul

I have inherited an angularjs project that uses requirejs and I am (obviously) using your great project to preprocess the html files into js. My karma.conf.js looks like this: ```...

Currently there is no fallback for browsers that do not support flexbox for `equal`. You could make `.equal` this: ``` .gel-layout--equal { display: table; table-layout: fixed; width: 100%; display: flex;...

I have the following `main.scss`: ``` $gel-grid-enable--markup-output: true; $gel-grid-enable--box-sizing: true; @import '~gel-sass-tools/sass-tools'; @import '~sass-mq/mq'; @import '~gel-grid/grid'; ``` But the grid does not render correctly like this. I have to add...

The bug that was raised for #800 has this `testFiles` glob: ```json "testFiles": [ "src/**/*.test.{ts,js}"], ``` The correct directory is `test` and not `src`. This is further complicated by the...

- Reference Issues: (#750) - Implementation PR: (leave this empty) # Summary Standardize the building and packaging of all bigtest compiled artefacts. # Basic example The build tooling should live...

At the moment we are checking the output of `stdout` in certain places as a black box assertion that whatever the subject under test is has succeeded. e.g. ```ts await...

I was about to look at #605 but I think a good first step would be if all error messages or warnings that are persistable had the same structure. We...

I have created the following [reproduction repo](https://github.com/dagda1/fresh-pixi-bug) that shows the bug. I have tried to create a [pixi.js](https://github.com/pixijs/pixijs) `Application` instance in an island with the code below but if I...

Signed-off-by: Paul Cowan ## Hey, I just made a Pull Request! Following on from #13112, I've added an entry about creating and using custom step layouts. #### :heavy_check_mark: Checklist -...

documentation
microsite

After running `deno task build` there should be an entry for the root file entry point `server.tsx` but instead of it having the `.tsx` extension it is `.js`: ```json {...

bug
help wanted