Zlatko Alomerovic

Results 11 comments of Zlatko Alomerovic

Hi guys, I have noticed the same problem with grouping by date. ~~I have a question for @basicNew. Can you show me with an example how did you make a...

@jelhan TY buddy. I have implemented it. This is my code inside Ember's app/models/model.js ``` javascript propertyToString: Ember.computed('originalDateProperty', function(){ return `${this.get('originalDateProperty').toDateString()}` }) ```

This can help as well. We used a slug cleaner build pack on Heroku, and we removed `node_modules` in the process. Effectively introducing the > Couldn't find the MJML 4.0....

Ditto. I spent a day debugging to see why `code` does not work when called from the terminal on WSL. The conclusion is the same, colon (`:`) replaces spaces. Also,...

> @zalom i found a solution, just the space from this path ~/.gvm/scripts/function/munge_path line 51. > Something like this > ` IFS=':' path_in_ary=( $(printf "%s" "${path_in}") ) IFS="$defaultIFS"` Thanks man!

Hi @sdogruyol, I will leave this for you to merge. Do you need any help maintaining this repo? I am interested.

I come here with similar requirements. I have a personal and a company API key. I would like to switch between API keys when switching between personal and company projects.

Hey guys, since I posted in this feature request issue, I've found a way to set the key in `env` inside `.claude/settings.json`. -> ```json { "model": "opus", "env": { "ANTHROPIC_API_KEY":...

Same here ```bash ❯ nix --version nix (Nix) 2.24.9 ❯ echo $0 /bin/zsh ❯ sw_vers ProductName: macOS ProductVersion: 15.0.1 BuildVersion: 24A348 ❯ uname -m arm64 ``` Trace ```nix ❯ NIXPKGS_ALLOW_UNFREE=1...

Hi @lucperkins, can you please check this when convenient?