Joaquin
Joaquin
Hello, I am working with OpenFOAM and I'm trying to make a .clang_complete using 'cc_args.py'. As OpenFOAM works with wmake, I changed the c++ file: ``` 1 SUFFIXES += .C...
This change allow editing of complex objects (for example, when you have an object and you just wan to show some of the data)
Hi!, I'm looking for a way to set a standalone virtualenv, which will be use as default python by apps like vscode or pycharm or nvim. Is there an existing...
Hi!, I've been reading your book on reactive programming, and came to see `cyclotron` repo. I found that the documentation explains too little and I'm wondering if I can make...
As the title says, I would like you to add the full code for the mvvm "putting things together" sample, as I dont know how to do everything in that...
Hi!, after installing replibyte through homebrew, when I try to use replibyte I am getting this error ``` >>> replibyte zsh: bad CPU type in executable: replibyte ``` I am...
Hi!, thank you for your amazing work. I have a use case where I need some variables to have the country iso as a suffix. For example: ``` THIRDPARTY_API_KEY_US THIRDPARTY_API_SECRET_US...