guyzmo
guyzmo
i.e. `john smith` vs `John Smith` vs `John E. Smith`… there is a change name feature now integrated, but what would be the best option to integrate it to vim?
As explained in comments of this [diff](https://github.com/guyzmo/avr_nrf_ancs_library/commit/7348779faed536aace9061d4ec90a45c4b46b0da#diff-09736f2ce6515e3c27b436c9409946acR187), I've committed a version of the code that leads to starvation of the fifo, which leads to serious blockage bug. Fix is suggested...
fixes #4
For relative imports, `gf` resolves an import statement such as: ``` from .common.exceptions import MyException ``` into: ``` /common/exceptions ``` and then vim yells saying that it cannot find `/common/exceptions`,...
Patch to provide a proper compilation of libc3 on OSX
**Describe the bug** As described in [this issue](https://github.com/BeanieODM/beanie/issues/59#issuecomment-1565738344) And discussed in [this issue](https://github.com/BeanieODM/beanie/issues/638) And implemented in [this PR](https://github.com/BeanieODM/beanie/pull/762) And according to [beanie's documentation](https://beanie-odm.dev/tutorial/indexes/#:~:text=For%20example%2C%20to%20create%20a%20unique%20index%3A) as well as [pymongo's documentation](https://pymongo.readthedocs.io/en/stable/api/pymongo/operations.html#pymongo.operations.IndexModel) we can...
When I look at the logs in google cloud (like for the deployments), I have many warnings like: ``` /usr/local/lib/python3.12/site-packages/ddtrace/vendor/psutil/_pslinux.py:527: RuntimeWarning: 'sin' and 'sout' swap memory stats couldn't be determined...
After 10 years without love, I figured I could refresh the project a bit. - [x] Make the tests work again (after 10 years it's a mess - [ ]...