Tom Picton

Results 28 comments of Tom Picton

Has Lexical been announced anywhere? Curious as to how you found the NPM package :p

I see it under Firefox too. I haven't figured out a consistent reproduction method.

No problem, thanks for responding! This is what I see when trying to install `curieItalic.dfont`. ![image](https://user-images.githubusercontent.com/12588098/48280439-7caa0f00-e44b-11e8-808a-234f11f26fb6.png)

good quality italic & bold variants are pretty uncommon among monospace bitmap fonts in my experience, and i love the styling of both Scientifica and Curie, but they're a bit...

I'm trying to use `cron` to set up scheduled tasks in a Django app, and I'm getting this error every time it runs a job. It looks like cronjobs are...

That would be my preference too, but I don't think I can make that happen without moving our whole test infrastructure to Cypress (or something else–jsdom appears to ignore media...

It appears that `is_required` isn't checking whether or not fields are nullable: https://github.com/eamigo86/graphene-django-extras/blame/master/graphene_django_extras/utils.py#L206

I made a crude fix by adding ``` if [[ "$TERM" == "rxvt-unicode-256color" ]]; then COLUMNS=$(( `tput cols` - 1 )) fi ``` to `prompt_statusline_precmd()`, so it seems like somehow...

I'm seeing something similar: full path in the spec file, no 404, but the request never resolves. I'm using React and Webpack.

@lmiller1990 Can't share repo, but I managed to narrow it down to this chunk of the Webpack config: ```js devServer: { allowedHosts: [".dev.something.com", "localhost"], port: 9000, hot: true, headers: {...