Jaeyson Anthony Y. ⚗️

Results 34 comments of Jaeyson Anthony Y. ⚗️

Hi @fireindark707 👋 it's still WIP. If you have something in mind and want to add, feel free to PR. Thank you for asking.

hi @fireindark707, i've bumped the version to include filter and sort (see the recent version). LMK if this helps.

Same thing when installing extension (Elixir) Apple M1 Sonoma 14.2.1 Zed 0.142.6 (Stable), using Apple Silicon ``` 2024-07-08T17:53:50+08:00 [INFO] installing extension elixir latest version 2024-07-08T17:53:51+08:00 [WARN] request completed with error:...

one workaround to install extension: ## Finding the extension link an example link: `https://api.zed.dev/extensions//download` where to get `EXTENSION_ID`? 1. go to extensions 2. find the extension you want to install...

@luoken does it have to do with `Code.ensure_compiled!/1`? Tried using Benchee in an example mix task (Benchee ran fine) but it gave the same warning you got. I also don't...

@luoken I've raised an issue @https://github.com/bencheeorg/benchee/issues/370, adding `:test` environment. Not sure if that helps. So as an example, I tried to create a sample mix task where I'm using Benchee...

@NickNeck that makes a lot of sense now. Thank you so much! :pray: :pray:. PS. `benchee_dsl` seems cool!

Hi @javiertoledo 👋🏾, Thank you for stopping by. I can entertain such request, but allow me to ask few questions: > I wonder if there is a way to configure...

Ah, makes sense now! I think we can add that as another function (using cons `|>` aka pipe operator) or refactor to accommodate connection strings. I'll ping you up when...