Peter Bengtsson

Results 124 issues of Peter Bengtsson

**Describe the bug** We use `` in a couple of places on docs.github.com and they get the wrong theme applied to them. In this screenshot you can see it twice....

bug
size: pebble
react
support

**Summary** If you have `settings.DEBUG == True` our `react_googleanalytics.html` template will load this: ``` ``` and that means you'll get debugging in your Web Console about things like GA events...

p3
🐌 idle
needs-triage

Now that the [new CSS sidebar](https://github.com/mdn/yari/pull/3228) has been updated, we still find it to be very slow. There's probably not a single explanation, but rather "death by a thousand papercuts"....

macros
🐌 idle
perf

### What version of Bun is running? 0.2.1 ### What platform is your computer? Darwin 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:17:10 PDT 2022; root:xnu-8020.140.49~2/RELEASE_X86_64 x86_64 i386 ###...

bug
segfault

**Is your feature request related to a problem? Please describe.** I encountered this error: Cryptic! Turns out, the solution was this: ```diff diff --git a/.github/workflows/link-check-all.yml b/.github/workflows/link-check-all.yml index 510685a690a56..7c40cf65f5791 100644 ---...

**Is your feature request related to a problem? Please describe.** Escaping names. Imaging a PR that contains a change to a file that has brackets in it. E.g. `foo-(bar).md` And...

See screenshot: I know the code works. I tested it. And the syntax is documented here: https://docs.github.com/en/actions/learn-github-actions/expressions#example-using-an-array

Hi, We need to be able to write python dicts to parquet. What are the chances that you'll have time to work on this? I.e. a writer class. My team...

I followed the instructions (only using the django-debug-panel middleware) and installed the extension. I just get a blank screen. ![screenshot 2014-06-13 16 00 43](https://cloud.githubusercontent.com/assets/26739/3276655/944ecf08-f34e-11e3-9186-74262cd816e5.png)

One thing I learned with using `ffmpeg` on the command line is that the absolutely fastest way to extract JPEGs from a video is to do something like this: ```...