John Duncan

Results 10 comments of John Duncan

For what it's worth, I also tried compiling this with gcc47 (sourced from pkg-src and installed on OS X 10.11.2) instead of clang and it still exited with errors ```...

Yeah, I tried declaring the structs manually in the icmp.c file [struct iphdr{stuff}; , etc], which fixed the 'incomplete type' issues. I do agree that there is probably a more...

to me, this looks like this person just mirrored the download from the site. doesn't look official at all.

Looks like it's for the zip (which I still had in my trashcan). ![screen shot 2015-11-14 at 11 50 34 am](https://cloud.githubusercontent.com/assets/9257785/11164721/2edf0f78-8ac6-11e5-9655-cc888c2771d5.png)

that was the original zip file that was hosted on the f.lux website, before it was pulled

Sorry, I'm not exactly sure what the issue would be since I've never used any of those online conversion services. Have you tried using [FontForge](https://fontforge.org/en-US/downloads/)? That is what I used...

@annika-linke @Bhavin789 per-https://github.com/Hacker0x01/react-datepicker/issues/2872#issue-853667583, I was able to fix this in my range datepicker by manually passing `disabledKeyboardNavigation`/`minDate={null}` https://user-images.githubusercontent.com/9257785/158491032-b78f959d-6956-4a80-aa56-09d685787c46.mov first example in vid is the default `minDate` (i.e., not passing the...

This also breaks when bundling with [bun](https://bun.sh/) 1.0.4 `bun build app/static/frontend/index.jsx --outdir ./build` ![Screenshot 2023-10-03 at 8 02 25 PM](https://github.com/bvaughn/react-virtualized/assets/9257785/c34c4456-8dca-46bc-9663-c4af11e350c7) Fixed with `index.ts` ```ts const Bun = require("bun") import type...

> But at the same time, file system kernel extensions have not been deprecated and Apple has not yet introduced (or even announced) a new non-kernel API for developing full-featured...

Hmm, okay. The build I used is https://archive.mozilla.org/pub/seamonkey/tinderbox-builds/comm-central-trunk-macosx64/1482627108/. I will try it again with the nightly build from Dec 13 and see what happens. The crash happens with: UserAgent: Mozilla/5.0...