stano
stano
MModular
Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
It does resolve now. The only change I mad was switching to max nightly, I believe. I'm still getting my way around for stable vs nightly so I probably didn't realize the nightly community channel packages require nightly max (in this case >= 25.1). I apologize for taking of your time
49 replies
MModular
Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
Hi @eggsquad I'm not sure it's the right place but I tried to add emberjson as dependency (from the nightly community channel) and magic search fails to find it although it successfully finds other packages in the same nightly channel (and it resolves their latest versions).
magic search emberjson
Using channels: conda-forge, https://conda.modular.com/max/, https://repo.prefix.dev/mojo-community-nightly/
× Package emberjson not found, please use a wildcard '*' in the search name for a broader result
magic search emberjson
Using channels: conda-forge, https://conda.modular.com/max/, https://repo.prefix.dev/mojo-community-nightly/
× Package emberjson not found, please use a wildcard '*' in the search name for a broader result
But it finds others like mog, weave and hue
49 replies
MModular
Created by el3 on 12/27/2024 in #questions
What is the best option for arrays (fix-sized)?
SIMD is only limited to sizes in power of 2 iirc. You could take a look at InlineArray and InlineList
3 replies