Camilo

Results 103 comments of Camilo

I created an assert lib and there are some others in the wild too If this would be only for that specific use case my proposal would be `Assert.string()` or...

In my opinion is better to have a `~/.wren` directory where such configs are stored. Also there you can save your common libs and other helper codes and import them...

I think the name should be `wren_cli` since `wren` is the language and `wren_cli` is a project that embeds the language. Naming `wren_cli` just `wren` can cause confusions. I think...

To be honest I'm fine with either way of using the CLI 👍 I will accept whichever name is settled for 💯

![imagen](https://user-images.githubusercontent.com/292738/116203826-1c39e580-a70a-11eb-9286-a73520c23d85.png)

> What about examining the executable name from the first command line argument? Aaah you mean getting it from `arg[0]` Sorry I just though other thing like the first argument...

Is there really a need for basic networking? My opinion is that component can be externalized via extensions. In my opinon a higher priority than networking would be extensability via...

I think `Directory.remove` and `File.delete` should be both named `Directory.delete` and `File.delete`. to be more consistent.

@leandrocp Yes I created a simple Lib to get the same functionality of dev.to markdown editor in my own website https://github.com/ElixirCL/liquor

I follow the install instructions and works on Windows 7 64 bits ![imagen](https://github.com/user-attachments/assets/7637d9d1-709a-43f3-8413-a239d0593983)