Richard Graham

Results 50 comments of Richard Graham

Hi @feliixx, It's a HP Pavilion x2 Detachable running Fedora 35, Gnome v41.6, Wayland. The display is 1920x1280 and there seems to be plenty of room. Maybe related: Using Chrome's...

You're right too. Chrome Zoom was set at 110% and Firefox wasn't full screen. Setting Chrome Zoom to 100% and full-screening Firefox made `Template` appear. Now I know. I don't...

I really don't know for sure, but I wonder if any [aggregation pipeline operator](https://docs.mongodb.com/manual/reference/operator/aggregation-pipeline/#std-label-aggregation-pipeline-operator-reference) is allowed inside an `update` *aggregation pipeline*.

@jgranduel I'm wondering if this is an OS or filesystem issue. On my Linux/ext4 system, `user` and `group` display correctly.

> I cannot display `user` when I'm not the owner of the folder (even as root), but it works with my files. I've only used ZFS as part of a...

I've already enrolled a key in the MOK to sign kernel modules I've compiled for Fedora. Am I an easy step away from being able to securely boot from the...

You could "extend" `DSP.conv` yourself with: ```julia import DSP.conv conv(x, y, z...) = conv(conv(x, y), z...) ```

Ah, it's a policy question. OK. Also, technically speaking, if this were taken to the extreme, a more numerically stable and computationally efficient algorithm could be used than the convenience...

It would be nice if there was a way to do incremental data analysis where intermediate results could be cached and checked/viewed. For example, ``` In [6]: big_data_list > pipe...

> I ran into a similar issue, and traced it down to the following. The tutorial gives this line of code: > > julia> correct_prediction = indmax(y,2) .== indmax(y_, 2)...