Milad Kawas

Results 21 comments of Milad Kawas

Thanks, I'll test and get back to you.

Seems, like not updated yet?

Ah, sorry. I thought you are the developer. OK, thanks for seconding my suggestion.

Hello Any update on this? Regards

Hi gnraf Any news? Regards

It's a dependency that I shouldn't change myself. And since I want to use colors from another framework, then the best option is to pass classes.

Thanks Paliari, this is exactly what I did. ```javascript errorMsg(message) { this.$toaster.add(message, { theme: 'notification is-danger', 2500 }); } ``` Check [here](https://www.awesomescreenshot.com/image/3133345/5a5f2ae185021b2033f699e06b7665f9) the result. The classes are: `v-toast notification is-info...

This has been resolved by importing v-toaster css file before Bulam's. ```es6 import 'v-toaster/dist/v-toaster.css'; import 'bulma/bulma.sass'; ``` Not the ideal solution, but this useful library is a little bit opinionated.

I have the same problem: codex-cli 0.57.0 Codex VScode extension: 0.4.38 My `~/.codex/config.toml`: ``` model = "gpt-5-codex" model_reasoning_effort = "medium" [projects."/path/to/back-end"] trust_level = "trusted" [mcp_servers.postgres] command = "/usr/local/bin/toolbox" args =...