Elliot Saba

Results 141 issues of Elliot Saba

Because `Gtk` copies some library names from the `GTK3_jll` module in a top-level directive, those values get baked in at precompile time. This could be fixed by using `libgtk3` instead...

To address issues around storage server caching delay, we should preload new resources into the storage server by triggering a CI run on PRs to General. I'm thinking we have...

Julia nightly is a rapidly moving target; we should mark nightly jobs as allowed to fail so that we don't have CI that is constantly failing.

blocked

In [Chris' recent SciML video, at this timestamp](https://youtu.be/yHiyJQdWBY8?t=2866) he showcases a little AD benchmark. Summarizing, differentiating the function: ```julia function taylor(x, N) sum = 0 * x for i =...

Without this, a custom interpreter that has better effects analysis after optimization is unable to surface its effects information to Cthulhu.

enhancement

When I set my display preference to Source, or AST, if I then descend further, I expect to retain the display preference. Example of this not working properly: ``` julia>...

Also, link against LBT and force Julia v1.11+ compat, as we're linking against libsuitesparse v7.5

Sometimes I'd like to check beforehand whether an optic is truly applicable to a type; especially when dealing with deeply-nested optics. It would be quite useful if there existed a...

When using Docker to run this image, we occasionally run into issues where nginx creates a file with weird ownership. This is because it’s quite difficult to get nginx to...

We had a discussion about the `us-east` loadbalancer getting slow. Initial inspection showed that the network interface was rarely achieving more than 180Mbps out. Diving deeper, it was found that...