Tim Hutt

Results 711 comments of Tim Hutt

I don't think the Vue files need any special handling like TSX does - the bit in the `` tag is pure ordinary Typescript. I'll have a look at adding...

Sure I will open a pull request... > I guess learning Vue could be fun :) I wouldn't recommend it. React is definitely superior and I regret using Vue! We...

No I don't work with Vue anymore (mercifully). Sorry!

> what about Mixins? Looks like something that could require special support. I think mixins are [a standard Typescript feature](https://www.typescriptlang.org/docs/handbook/mixins.html).

You might have to run `./manage.py collectstatic` or something like that.

This would be nice. A few things to consider: * Sometimes you don't want them to scale proportionally (e.g. think about resizing a Blender window) so it should be configurable....

I'd be happy with a solution that always copies initially.

There appear to be two errors in that log. One related to some kind of ALSA type error. The second is: error wrong resource type/version I think the second is...

I don't understand why the content isn't always in a div with `overflow: scroll`. Why would you ever want your content just clipped?

I ran into this exact issue. There's a catch-22 if you don't know the number of columns in advance. You can't get the column count without executing the query, and...