Alex G Rice

Results 40 comments of Alex G Rice

➕ 1 for benchmarking memory usage. I am trying to use pystac to iterate all the items and assets in a static catalog with over a million items, and I'm...

I am in process of adding more unit tests to `pystac/extensions/datacube.py`, but it occurs to me that `Dimension` takes a dict in it's constructor, so also should have `create` and...

> Also tried to create a conda environment with Python 3.11 (default was 3.8 on my system) with same results This kind of suggests something is broken with python and/or...

I was thinking that it is simply because String has a constructor that takes an Int value- however , now I am not so sure about how implicit conversions really...

It does seem counter-intuitive, that the numeric types don't win in that overload. But the docs say the precedence is: > 1. Candidates with the minimal number of implicit conversions...

+1, took me a while to figure out that killing off VSCode was not killing the lsp process either, so had to do a few hard system resets (full lockup,...

FWIW, I never noticed this problem on Linux, only since the MacOS apple silicon release.

``` $ mojo -version mojo 0.4.0 (9e33b013) $ modular -version modular 0.2.1 (5144fffe) $ uname -a Darwin macbookair.local 22.6.0 Darwin Kernel Version 22.6.0: Fri Sep 15 13:39:54 PDT 2023; root:xnu-8796.141.3.700.8~1/RELEASE_ARM64_T8112...

With 0.6 I just ran through all the mojo/examples/notebooks and the memory usage problem definitely seems solved to me. 👍🏽