Iago-lito
Iago-lito
Today I can read, in the french translation: ``` .-. Pluie forte à modérée avec tonerre par endroit ( ). 24..26 °C (___(__) ↙ 19 km/h ‚‘⚡‘‚⚡‚‘ 10 km ‚’‚’⚡’‚’...
For instance with this in `coc-settings.json`: ``` "julia.environmentPath": ".", "julia.lint.missingrefs": false, ``` and the following simple file: ```julia using Revise Missing reference: Revise ``` Although `using Revise` yields no error...
I like how I can get type information about the variable under cursor with `hover` information, especially when the type is complicated. As an additional information, could RLS also retrieve...
I love easymotion. I want to use it everywhere :) and I sometimes `gt` and `gT` a lot, which is too bad.. Is there an option to navigate to another...
Hey, and forever cheers for this wonderful Chipmunk project, which I keep sticking to over the years :') I also recently dove into [Rust](https://www.rust-lang.org/), which is, I think, a *very*...
My custom, complicated snippet involving `post_jump` python action fails on particular cases in LaTeX. LaTeX uses double backticks to represent double quotes, *e.g.* `a ``word'' in quotes`. But the doubled...
I am trying to wrap my pysfml app within a [docker](https://www.docker.com/) image, because it would be amazing for prototypes distribution. Let's test it with the official [`pong.py`](https://github.com/Sonkun/python-sfml/tree/master/examples/pong) example. Here is...
I am diving back into my scripts after a while, and after having updated `pysfml`. Several things seem to have changed. The module have been reorganized so that ``` import...
Hey there, the extension stopped working after recent archlinux upgrade to gnome 41.1, with some compatibility error message. I succeded in restoring the vertical behaviour by changing the version numbers...
Hello, this is my first contribution to a rust library, can somebody guide me a little out here? The idea is to complete the `cartesian_product` logic with a `cartesian_power` adaptor....