Daniel Almaguer

Results 29 comments of Daniel Almaguer

What about git + a merge driver like the one https://github.com/larkery/zsh-histdb uses?

I also have this question, I can't seem to get this working outside of my constructors. Calling `gettext()` directly in the constructors work, however trying to call it from a...

Never mind, found it here https://github.com/rubenv/angular-gettext-tools/pull/29/files

https://github.com/chhantyal/5minutes/pull/10

🙏 Temporary fix: `ansible-playbook 5minutes.yml -u root -K -e 'ansible_python_interpreter=/usr/bin/python3'`

I have a somewhat different use case but having something like `current` would work for me too. I have other tooling in place that bumps my package.json versions in my...

Seeing a similar issue when running jest: ``` TypeError: styled.css.withConfig is not a function ``` It started occurring when I split a single library into two: `Lib A` and `Lib...

I made a [repo](https://github.com/deini/sc-babel-debug) reproducing the issue. Not sure if its a bug or something wrong with my env setup 🤔.

More info: With my current setup, the last compatible version was `v1.6.4`. Which really makes me believe its an issue on my end but not sure what, the sample repo...